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.infomodel
Fields in info.oais.implementation.infomodel declared as RootVertex Modifier and Type Field Description private RootVertex
RepresentationInformationNetworkImpl1. rootVertex
The root Vertex for the RINMethods in info.oais.implementation.infomodel that return RootVertex Modifier and Type Method Description RootVertex
RepresentationInformationNetworkImpl1. getRootVertex()
Get the Root Vertex for the RIN.Methods in info.oais.implementation.infomodel with parameters of type RootVertex Modifier and Type Method Description void
RepresentationInformationNetworkImpl1. 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.possRepInfoNetwork
Classes in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that implement RootVertex Modifier and Type Class Description class
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.Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as RootVertex Modifier and Type Field Description (package private) RootVertex
AcyclicDirectedGraphImpl1. m_RootVertex
Internal value for the RootVertex of this acyclic graph.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return RootVertex Modifier and Type Method Description RootVertex
AcyclicDirectedGraphImpl1. 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 void
AcyclicDirectedGraphImpl1. setRootVertex(RootVertex rv)
Set the RootVertex of the graph. -
Uses of RootVertex in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Subinterfaces of RootVertex in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork Modifier and Type Interface Description interface
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.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return RootVertex Modifier and Type Method Description RootVertex
AcyclicDirectedGraph. 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 void
AcyclicDirectedGraph. setRootVertex(RootVertex rv)
Set the RootVertex of the graph.