weka.associations.tertius
Class IndividualLiteral

java.lang.Object
  extended byweka.associations.tertius.Literal
      extended byweka.associations.tertius.AttributeValueLiteral
          extended byweka.associations.tertius.IndividualLiteral
All Implemented Interfaces:
java.io.Serializable

public class IndividualLiteral
extends AttributeValueLiteral

See Also:
Serialized Form

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

m_type

private int m_type

INDIVIDUAL_PROPERTY

public static int INDIVIDUAL_PROPERTY

PART_PROPERTY

public static int PART_PROPERTY
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()