Package weka.associations.tertius
Class IndividualLiteral
- java.lang.Object
-
- weka.associations.tertius.Literal
-
- weka.associations.tertius.AttributeValueLiteral
-
- weka.associations.tertius.IndividualLiteral
-
- All Implemented Interfaces:
java.io.Serializable
,RevisionHandler
public class IndividualLiteral extends AttributeValueLiteral
- Version:
- $Revision: 1.5 $
- Author:
- Peter A. Flach, Nicolas Lachiche
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
INDIVIDUAL_PROPERTY
static int
PART_PROPERTY
-
Constructor Summary
Constructors Constructor Description IndividualLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.int
getType()
-
Methods inherited from class weka.associations.tertius.AttributeValueLiteral
negationSatisfies, satisfies, toString
-
Methods inherited from class weka.associations.tertius.Literal
getNegation, getPredicate, negative, positive, setNegation
-
-
-
-
Constructor Detail
-
IndividualLiteral
public IndividualLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing, int type)
-
-
Method Detail
-
getType
public int getType()
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Overrides:
getRevision
in classAttributeValueLiteral
- Returns:
- the revision
-
-