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