|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umich.visualsoar.graph.Vertex
This class is a vertex in a graph
Field Summary | |
protected int |
number
|
Constructor Summary | |
Vertex(int _n)
|
Method Summary | |
int |
getValue()
|
void |
setValue(int _n)
This is a rather dangerous method, but it is necessary to properly update the SoarWorkingMemoryModel efficiently |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int number
Constructor Detail |
public Vertex(int _n)
Method Detail |
public int getValue()
public void setValue(int _n)
public java.lang.String toString()
toString
in class java.lang.Object
|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |