Class Summary |
DirectedGraph |
This class is a graph class that provides an interface for different kinds of graphs
it is based on Object-Oriented Design patterns in C++, later converted to Java |
DirectedGraphAsAdjacencyLists |
This class is an implementation of the DirectedGraph class, using Adjacency Lists
it is based on Object-Oriented Design patterns in C++, later converted to Java |
Edge |
This class represents an edge in a graph
it is based on Object-Oriented Design patterns in C++, later converted to Java |
EnumerationVertex |
This class encapsulates the notion of an enumeration
in working memory |
FloatRangeVertex |
|
Graph |
This class is a graph class that provides an interface for different kinds of graphs
it is based on Object-Oriented Design patterns in C++, later converted to Java |
IntegerRangeVertex |
|
NamedEdge |
This represents an attribute in Working Memomry |
OrderedDirectedGraphAsAdjacencyLists |
|
SoarIdentifierVertex |
|
SoarVertex |
This class is the base class for all Soar Working memory
vertices |
StringVertex |
|
Vertex |
This class is a vertex in a graph |