Uses of Interface
info.oais.interfaces.infomodel.identifiers.RepInfoId
Package | Description |
---|---|
info.oais.implementation.infomodel |
This package contains classes for an implementation for the OAIS Information Model.
|
info.oais.implementation.infomodel.identifiers |
This package contains some suggested implemntations for special types of Identifiers.
|
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.identifiers |
This package contains some suggested interfaces for special types of Identifiers.
|
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork |
This package contains interfaces for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph.
|
info.oais.interfaces.oaisif |
This package contains interfaces specifically for OAIS-IF.
|
-
Uses of RepInfoId in info.oais.implementation.infomodel
Fields in info.oais.implementation.infomodel declared as RepInfoId Modifier and Type Field Description (package private) RepInfoId
InformationObjectImpl1. m_RepInfoId
The internal value for the pointer to the DataObject of the InfoObjectMethods in info.oais.implementation.infomodel that return RepInfoId Modifier and Type Method Description RepInfoId
InformationObjectImpl1. getRepInfoId()
Method to get the RepInfoId.Methods in info.oais.implementation.infomodel with parameters of type RepInfoId Modifier and Type Method Description void
InformationObjectImpl1. setRepInfoId(RepInfoId repInfoId)
Set the RepInfoId.Constructors in info.oais.implementation.infomodel with parameters of type RepInfoId Constructor Description InformationObjectImpl1(DataObjectId dataObjId, RepInfoId repInfoId)
Constructor with parameters for InformationModelImpl1 with Identifiers. -
Uses of RepInfoId in info.oais.implementation.infomodel.identifiers
Classes in info.oais.implementation.infomodel.identifiers that implement RepInfoId Modifier and Type Class Description class
RepInfoIdImpl1
An Identifier which points to a RepresentationInformation Object.Fields in info.oais.implementation.infomodel.identifiers declared as RepInfoId Modifier and Type Field Description RepInfoId
InfoObjectIdImpl1. m_RepInfoId
The internal value for the pointer for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers that return RepInfoId Modifier and Type Method Description RepInfoId
InfoObjectIdImpl1. getRepInfoId()
Get the ID for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers with parameters of type RepInfoId Modifier and Type Method Description void
InfoObjectIdImpl1. setRepInfoId(RepInfoId riid)
Set the ID for the RepInfo. -
Uses of RepInfoId in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as RepInfoId Modifier and Type Field Description RepInfoId
VertexImpl1. m_RepInfoId
Internal value for the pointer to the RepInfo associated with the Vertex.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoId Modifier and Type Method Description RepInfoId
VertexImpl1. getRepInfoId()
Return the RepInfoId for the Vertex - or null.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoId Modifier and Type Method Description void
VertexImpl1. setRepInfoId(RepInfoId riid)
Set the RepInfoId for the Vertex. -
Uses of RepInfoId in info.oais.interfaces.infomodel.identifiers
Methods in info.oais.interfaces.infomodel.identifiers that return RepInfoId Modifier and Type Method Description RepInfoId
InfoObjectId. getRepInfoId()
Get the ID for the RepInfo.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type RepInfoId Modifier and Type Method Description void
InfoObjectId. setRepInfoId(RepInfoId riid)
Set the ID for the RepInfo. -
Uses of RepInfoId in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoId Modifier and Type Method Description RepInfoId
Vertex. getRepInfoId()
Return the RepInfoId for the Vertex - or null.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoId Modifier and Type Method Description void
Vertex. setRepInfoId(RepInfoId riid)
Set the RepInfoId for the Vertex. -
Uses of RepInfoId in info.oais.interfaces.oaisif
Methods in info.oais.interfaces.oaisif that return RepInfoId Modifier and Type Method Description RepInfoId
GenericToGenericAdapter. getConnectedRIDO(DataObjectId doid, InfoEndPointId infoSource)
Get the identifiers for the Representation Information which are immediately connected to the DataObject.
TheMethods in info.oais.interfaces.oaisif with parameters of type RepInfoId Modifier and Type Method Description InfoObjectId
SpecificSourceToGeneric. createInfoObject(DigitalObjectId dataId, RepInfoId repInfoId)
Given a DataObjectId this method finds the associated RepInfoId in the form of the start of the RepresentationInformationNetwork.void
GenericToGenericAdapter. sendConnectedRIDO(RepInfoId riid, InfoEndPointId infoSource)
Send the identifiers for the Representation Information which are immediately connected to the DataObject.
The