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 class
OtherRepInfoImpl1
An implementation of OtherRepInfo - no additional methods.class
PackagingInformationImpl1
An implementation of PackagingInformation as a type of RepInfo.class
RepInfoGroupImpl1
RepresentationInformation as a Group, each of which may have a category e.g.class
RepresentationInformationImpl1
An implementation of RepInfo - no additional methods yet - TODO.class
RepresentationInformationNetworkImpl1
This is RepresentationInformation which can contain a RepresentationInformationNetwork (RIN).class
SemanticRepInfoImpl1
An implementation of SemanticRepInfo - no additional methods yet.class
StructureRepInfoImpl1
An implementation of StructureRepInfo - no additional methods yet.Fields in info.oais.implementation.infomodel declared as RepresentationInformation Modifier and Type Field Description (package private) RepresentationInformation
InformationObjectImpl1. m_RepresentationInformation
The 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. group
For array of objectsMethods in info.oais.implementation.infomodel that return RepresentationInformation Modifier and Type Method Description RepresentationInformation
InformationObjectImpl1. 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 void
InformationObjectImpl1. 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 void
RepInfoGroupImpl1. 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) RepresentationInformation
RepInfoIdImpl1. m_RepresentationInformation
The internal value for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers that return RepresentationInformation Modifier and Type Method Description RepresentationInformation
RepInfoIdImpl1. getRepInfo()
Get the RepInfo.Methods in info.oais.implementation.infomodel.identifiers with parameters of type RepresentationInformation Modifier and Type Method Description void
RepInfoIdImpl1. 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 interface
OtherRepInfo
A type of Representation Information which cannot easily be classified as Structure Representation Information or Semantic Representation Information.interface
PackagingInformation
The information that describes how the components of an Information Package are logically or physically bound together and how to identify and extract the components.interface
RepInfoAndGroup
All the elements of a ReInfoAndGroup must be used together to be useful.interface
RepInfoGroup
Group of RepresentationInformation, which includes the associated classification.interface
RepInfoOrGroup
The elements of a RepInfoOrGroup are alternatives.interface
RepresentationInformationNetwork
The set of Representation Information that fully describes the meaning of a Data Object.interface
SemanticRepInfo
The Representation Information that further describes the meaning of the Data Object, and its parts or elements, beyond that provided by the Structure Representation Information.interface
StructureRepInfo
The 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 RepresentationInformation
InformationObject. 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 void
InformationObject. 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 void
RepInfoGroup. 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 RepresentationInformation
RepInfoId. getRepInfo()
Get the RepInfo.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type RepresentationInformation Modifier and Type Method Description void
RepInfoId. setRepresentationInformation(RepresentationInformation ri)
Set the ID for the RepInfo.