Java 2 Platform
v1.3

edu.umich.visualsoar.graph
Class Vertex

java.lang.Object
  |
  +--edu.umich.visualsoar.graph.Vertex
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SoarVertex

public class Vertex
extends java.lang.Object
implements java.io.Serializable

This class is a vertex in a graph

See Also:
Serialized Form

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

number

protected int number
Constructor Detail

Vertex

public Vertex(int _n)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int _n)
This is a rather dangerous method, but it is necessary to properly update the SoarWorkingMemoryModel efficiently


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Java 2 Platform
v1.3