public class RepresentationErrorConverter extends Object implements FromTermConverter<Compound,RepresentationError>
| Modifier and Type | Field and Description |
|---|---|
static String |
REPRESENTATION_ERROR_FUNCTOR_NAME |
| Constructor and Description |
|---|
RepresentationErrorConverter() |
| Modifier and Type | Method and Description |
|---|---|
RepresentationError |
fromTerm(Compound term,
Type type,
Jpc context) |
static boolean |
isRepresentationError(Term term) |
public static final String REPRESENTATION_ERROR_FUNCTOR_NAME
public static boolean isRepresentationError(Term term)
public RepresentationError fromTerm(Compound term, Type type, Jpc context)
fromTerm in interface FromTermConverter<Compound,RepresentationError>Copyright © 2014. All rights reserved.