|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.associations.tertius.Literal
weka.associations.tertius.AttributeValueLiteral
weka.associations.tertius.IndividualLiteral
Field Summary | |
static int |
INDIVIDUAL_PROPERTY
|
private int |
m_type
|
static int |
PART_PROPERTY
|
Fields inherited from class weka.associations.tertius.AttributeValueLiteral |
|
Fields inherited from class weka.associations.tertius.Literal |
m_missing, NEG, POS |
Constructor Summary | |
IndividualLiteral(Predicate predicate,
java.lang.String value,
int index,
int sign,
int missing,
int type)
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int m_type
public static int INDIVIDUAL_PROPERTY
public static int PART_PROPERTY
Constructor Detail |
public IndividualLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing, int type)
Method Detail |
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |