Package info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
This package contains an implementation for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph.
Each Vertex may have a specific piece of Representation Information (say RI-1) associated with it. It also has a number of outgoing edges which point to the Representation Information for RI-1, in the form of Vertexes with associated RepInfo. However some Vertexes represent groupings of RepInfo e.g. all the pieces of RepInfo pointed to are intended to be used together (AndRepInfoGroup) or one can choose between any of the ones in a group (OrRepInfoGroup>.
The grouping is indicated by the "type" the value of which may be null or one of (AndRepInfoGroup) or (OrRepInfoGroup>
-
Class Summary Class Description AcyclicDirectedGraphImpl1 This class provides methods which can be used to navigate a RepInfoNetwork.DirectedEdgeImpl1 Each edge has exactly one Source Vertex and one Target Vertex.RootVertexImpl1 The root Vertex of the graph.VertexImpl1 A Vertex points to zero or more other Vertexs (sic), and it is pointed to by at least one other Vertex, unless it is the RootVertex.