|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsources.Variable
A superclass that represents a Variable
Field Summary | |
protected int |
id
the variable id |
protected java.lang.String |
name
Name of this Variable |
Constructor Summary | |
Variable()
Creates new Variable |
Method Summary | |
boolean |
equals(Variable varz)
chacks, if an other variable is the same as this |
abstract int |
getCount()
returns the number of cases |
int |
getID()
returns the id of the variable |
java.lang.String |
getName()
returns the name of this Variable |
abstract java.lang.String |
getTextualRepresentation(int i)
Returns the textual Representation of this case |
java.lang.String[] |
getTextualRepresentations()
returns all textual representations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected int id
Constructor Detail |
public Variable()
Method Detail |
public abstract java.lang.String getTextualRepresentation(int i)
i
- case to get the textual representation
public java.lang.String[] getTextualRepresentations()
public int getID()
public abstract int getCount()
public java.lang.String getName()
public boolean equals(Variable varz)
varz
- the othter variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |