Package info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
This package contains interfaces 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>
-
Interface Summary Interface Description AcyclicDirectedGraph This interface provides methods which can be used to navigate a RepInfoNetwork.DirectedEdge Each edge has exactly one Source Vertex and one Target Vertex.RootVertex The unique root Vertex of the acyclic directed graph.Vertex 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.