|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
public class Literal
Objects of this class represent a literal in a conjunctive rule.
Field Summary | |
---|---|
private Attribute |
attribute
The attribute tested in this literal. |
private int |
index
The literals' index (1.dimension) in the allLiterals[][] array of the class ConjunctiveRule. |
static int |
numberOfLiterals
Counts the total number literals that have been constructed. |
private int |
value
The value of the attribute for this literal. |
Constructor Summary | |
---|---|
Literal(Attribute a,
int v)
Constructs a new Literal. |
|
Literal(Attribute a,
int v,
int i)
Constructs a new Literal. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if both attributes and both values are equal. |
Attribute |
getAttribute()
Returns the attribute of this literals. |
int |
getIndex()
Returns the literals' index(1.dimension) in the allLiterals[][] array of the class ConjunctiveRule. |
int |
getValue()
Returns the index of the value of this literals' attribute. |
java.lang.String |
toString()
Returns a String represenation of this Literal. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Attribute attribute
private int value
private int index
public static int numberOfLiterals
Constructor Detail |
---|
public Literal(Attribute a, int v)
public Literal(Attribute a, int v, int i)
Method Detail |
---|
public Attribute getAttribute()
public int getValue()
public int getIndex()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |