Uses of Interface
info.oais.interfaces.infomodel.RepresentationInformation
| 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.interfaces.infomodel |
This package contains iinterfaces for the OAIS Information Model.
|
| info.oais.interfaces.infomodel.identifiers |
This package contains some suggested interfaces for special types of Identifiers.
|
-
Uses of RepresentationInformation in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement RepresentationInformation Modifier and Type Class Description classOtherRepInfoImpl1An implementation of OtherRepInfo - no additional methods.classPackagingInformationImpl1An implementation of PackagingInformation as a type of RepInfo.classRepInfoGroupImpl1RepresentationInformation as a Group, each of which may have a category e.g.classRepresentationInformationImpl1An implementation of RepInfo - no additional methods yet - TODO.classRepresentationInformationNetworkImpl1This is RepresentationInformation which can contain a RepresentationInformationNetwork (RIN).classSemanticRepInfoImpl1An implementation of SemanticRepInfo - no additional methods yet.classStructureRepInfoImpl1An implementation of StructureRepInfo - no additional methods yet.Fields in info.oais.implementation.infomodel declared as RepresentationInformation Modifier and Type Field Description (package private) RepresentationInformationInformationObjectImpl1. m_RepresentationInformationThe internal value for the RepresentationInformation of the InfoObjetFields in info.oais.implementation.infomodel with type parameters of type RepresentationInformation Modifier and Type Field Description private ArrayList<RepresentationInformation>RepInfoGroupImpl1. groupFor array of objectsMethods in info.oais.implementation.infomodel that return RepresentationInformation Modifier and Type Method Description RepresentationInformationInformationObjectImpl1. getRepresentationInformation()Get the RepresentationInformation of the informationObject.Methods in info.oais.implementation.infomodel that return types with arguments of type RepresentationInformation Modifier and Type Method Description ArrayList<RepresentationInformation>RepInfoGroupImpl1. getGroup()Get the InfoGroup for the vertex.Methods in info.oais.implementation.infomodel with parameters of type RepresentationInformation Modifier and Type Method Description voidInformationObjectImpl1. setRepresentationInformation(RepresentationInformation repInfo)Set the RepresentationInformation of the InformationObject.Method parameters in info.oais.implementation.infomodel with type arguments of type RepresentationInformation Modifier and Type Method Description voidRepInfoGroupImpl1. setGroup(ArrayList<RepresentationInformation> group)Set the members of Info in this group.Constructors in info.oais.implementation.infomodel with parameters of type RepresentationInformation Constructor Description InformationObjectImpl1(DataObject dataObj, RepresentationInformation repInfo)Constructor with parameters for InformationModelImpl1. -
Uses of RepresentationInformation in info.oais.implementation.infomodel.identifiers
Fields in info.oais.implementation.infomodel.identifiers declared as RepresentationInformation Modifier and Type Field Description (package private) RepresentationInformationRepInfoIdImpl1. m_RepresentationInformationThe internal value for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers that return RepresentationInformation Modifier and Type Method Description RepresentationInformationRepInfoIdImpl1. getRepInfo()Get the RepInfo.Methods in info.oais.implementation.infomodel.identifiers with parameters of type RepresentationInformation Modifier and Type Method Description voidRepInfoIdImpl1. setRepresentationInformation(RepresentationInformation ri)Set the RepInfo. -
Uses of RepresentationInformation in info.oais.interfaces.infomodel
Subinterfaces of RepresentationInformation in info.oais.interfaces.infomodel Modifier and Type Interface Description interfaceOtherRepInfoA type of Representation Information which cannot easily be classified as Structure Representation Information or Semantic Representation Information.interfacePackagingInformationThe information that describes how the components of an Information Package are logically or physically bound together and how to identify and extract the components.interfaceRepInfoAndGroupAll the elements of a ReInfoAndGroup must be used together to be useful.interfaceRepInfoGroupGroup of RepresentationInformation, which includes the associated classification.interfaceRepInfoOrGroupThe elements of a RepInfoOrGroup are alternatives.interfaceRepresentationInformationNetworkThe set of Representation Information that fully describes the meaning of a Data Object.interfaceSemanticRepInfoThe Representation Information that further describes the meaning of the Data Object, and its parts or elements, beyond that provided by the Structure Representation Information.interfaceStructureRepInfoThe Representation Information that imparts information about the arrangement of and the organization of the parts or elements of the Data Object.Methods in info.oais.interfaces.infomodel that return RepresentationInformation Modifier and Type Method Description RepresentationInformationInformationObject. getRepresentationInformation()Get the RepresentationInformation of the informationObject.Methods in info.oais.interfaces.infomodel that return types with arguments of type RepresentationInformation Modifier and Type Method Description ArrayList<RepresentationInformation>RepInfoGroup. getGroup()Get the Group for the vertex.Methods in info.oais.interfaces.infomodel with parameters of type RepresentationInformation Modifier and Type Method Description voidInformationObject. setRepresentationInformation(RepresentationInformation repInfo)Set the RepresentationInformation of the InformationObject.Method parameters in info.oais.interfaces.infomodel with type arguments of type RepresentationInformation Modifier and Type Method Description voidRepInfoGroup. setGroup(ArrayList<RepresentationInformation> group)Set the members of RepInfo in this group. -
Uses of RepresentationInformation in info.oais.interfaces.infomodel.identifiers
Methods in info.oais.interfaces.infomodel.identifiers that return RepresentationInformation Modifier and Type Method Description RepresentationInformationRepInfoId. getRepInfo()Get the RepInfo.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type RepresentationInformation Modifier and Type Method Description voidRepInfoId. setRepresentationInformation(RepresentationInformation ri)Set the ID for the RepInfo.