Class RepresentationInformationNetworkImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.RepresentationInformationImpl1
info.oais.implementation.infomodel.RepresentationInformationNetworkImpl1
- All Implemented Interfaces:
- InformationObject,- AcyclicDirectedGraph,- RepresentationInformation,- RepresentationInformationNetwork,- Serializable
public class RepresentationInformationNetworkImpl1 extends RepresentationInformationImpl1 implements RepresentationInformationNetwork, AcyclicDirectedGraph, Serializable
This is RepresentationInformation which can contain a RepresentationInformationNetwork (RIN).
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description private RootVertexrootVertexThe root Vertex for the RINprivate static longserialVersionUIDFor serialising objectFields inherited from class info.oais.implementation.infomodel.RepresentationInformationImpl1categoryFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
- 
Constructor SummaryConstructors Constructor Description RepresentationInformationNetworkImpl1(RootVertex rv)Create the RIN given the RootVertex
- 
Method SummaryModifier and Type Method Description RootVertexgetRootVertex()Get the Root Vertex for the RIN.voidsetRootVertex(RootVertex rv)Set the RootVertex for the RIN.Methods inherited from class info.oais.implementation.infomodel.RepresentationInformationImpl1getCategory, setCategoryMethods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformationMethods inherited from interface info.oais.interfaces.infomodel.RepresentationInformationgetCategory, setCategory
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor serialising object- See Also:
- Constant Field Values
 
- 
rootVertexThe root Vertex for the RIN
 
- 
- 
Constructor Details- 
RepresentationInformationNetworkImpl1Create the RIN given the RootVertex- Parameters:
- rv- The RootVertex to set for the RIN.
 
 
- 
- 
Method Details- 
getRootVertexGet the Root Vertex for the RIN.- Specified by:
- getRootVertexin interface- AcyclicDirectedGraph
- Returns:
- The RootVertex for the RIN.
 
- 
setRootVertexSet the RootVertex for the RIN.- Specified by:
- setRootVertexin interface- AcyclicDirectedGraph
- Parameters:
- rv- The RootVertex for the RIN
 
 
-