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
public class IndividualLiteral
- extends AttributeValueLiteral
- Version:
- $Revision: 1.5 $
- Author:
- Peter A. Flach, Nicolas Lachiche
- See Also:
- Serialized Form
| Fields inherited from class weka.associations.tertius.Literal |
NEG, POS |
INDIVIDUAL_PROPERTY
public static int INDIVIDUAL_PROPERTY
PART_PROPERTY
public static int PART_PROPERTY
IndividualLiteral
public IndividualLiteral(Predicate predicate,
String value,
int index,
int sign,
int missing,
int type)
getType
public int getType()
getRevision
public String getRevision()
- Returns the revision string.
- Specified by:
getRevision in interface RevisionHandler- Overrides:
getRevision in class AttributeValueLiteral
- Returns:
- the revision
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.