Uses of Interface
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork.RootVertex
| 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.poss1RepInfo.possRepInfoNetwork | This package contains interfaces for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph. | 
- 
Uses of RootVertex in info.oais.implementation.infomodelFields in info.oais.implementation.infomodel declared as RootVertex Modifier and Type Field Description private RootVertexRepresentationInformationNetworkImpl1. rootVertexThe root Vertex for the RINMethods in info.oais.implementation.infomodel that return RootVertex Modifier and Type Method Description RootVertexRepresentationInformationNetworkImpl1. getRootVertex()Get the Root Vertex for the RIN.Methods in info.oais.implementation.infomodel with parameters of type RootVertex Modifier and Type Method Description voidRepresentationInformationNetworkImpl1. setRootVertex(RootVertex rv)Set the RootVertex for the RIN.Constructors in info.oais.implementation.infomodel with parameters of type RootVertex Constructor Description RepresentationInformationNetworkImpl1(RootVertex rv)Create the RIN given the RootVertex
- 
Uses of RootVertex in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetworkClasses in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that implement RootVertex Modifier and Type Class Description classVertexImpl1A 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.Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as RootVertex Modifier and Type Field Description (package private) RootVertexAcyclicDirectedGraphImpl1. m_RootVertexInternal value for the RootVertex of this acyclic graph.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return RootVertex Modifier and Type Method Description RootVertexAcyclicDirectedGraphImpl1. getRootVertex()Get the RootVertex of the graph.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RootVertex Modifier and Type Method Description voidAcyclicDirectedGraphImpl1. setRootVertex(RootVertex rv)Set the RootVertex of the graph.
- 
Uses of RootVertex in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetworkSubinterfaces of RootVertex in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork Modifier and Type Interface Description interfaceVertexA 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.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return RootVertex Modifier and Type Method Description RootVertexAcyclicDirectedGraph. getRootVertex()Get the RootVertex of the graph.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RootVertex Modifier and Type Method Description voidAcyclicDirectedGraph. setRootVertex(RootVertex rv)Set the RootVertex of the graph.