Uses of Package
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
| Package | Description | 
|---|---|
| info.oais.implementation.infomodel | This package contains classes for an implementation for the OAIS Information Model. | 
| 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. | 
| info.oais.interfaces.infomodel | This package contains iinterfaces for the OAIS Information Model. | 
| info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork | This package contains interfaces for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph. | 
- 
Classes in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork used by info.oais.implementation.infomodel Class Description AcyclicDirectedGraph This interface provides methods which can be used to navigate a RepInfoNetwork.RootVertex The unique root Vertex of the acyclic directed graph.
- 
Classes in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork used by info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork Class 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.
- 
Classes in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork used by info.oais.interfaces.infomodel Class Description AcyclicDirectedGraph This interface provides methods which can be used to navigate a RepInfoNetwork.
- 
Classes in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork used by info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork Class Description 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.