public class IndividualLiteral extends AttributeValueLiteral
Modifier and Type | Field and Description |
---|---|
static int |
INDIVIDUAL_PROPERTY |
static int |
PART_PROPERTY |
Constructor and Description |
---|
IndividualLiteral(Predicate predicate,
java.lang.String value,
int index,
int sign,
int missing,
int type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
int |
getType() |
negationSatisfies, satisfies, toString
getNegation, getPredicate, negative, positive, setNegation
public static int INDIVIDUAL_PROPERTY
public static int PART_PROPERTY
public IndividualLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing, int type)
public int getType()
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class AttributeValueLiteral