Uses of Interface
info.oais.interfaces.infomodel.BaseGroup
| 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 | This package contains iinterfaces for the OAIS Information Model. | 
| 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 BaseGroup in info.oais.implementation.infomodelClasses in info.oais.implementation.infomodel that implement BaseGroup Modifier and Type Class Description classBaseGroupImpl1Object as a Group, each of which may have a category e.g.
- 
Uses of BaseGroup in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetworkFields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as BaseGroup Modifier and Type Field Description BaseGroupVertexImpl1. m_vertexTypeThe VertexType is RepInfoGroup or one of its sub-types.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return BaseGroup Modifier and Type Method Description BaseGroupVertexImpl1. getVertexType()Get the VertexType - a subtype of RepInfoGroup.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type BaseGroup Modifier and Type Method Description voidVertexImpl1. setVertexType(BaseGroup rig)Set the VertexType - a subtype of RepInfoGroup..
- 
Uses of BaseGroup in info.oais.interfaces.infomodelSubinterfaces of BaseGroup in info.oais.interfaces.infomodel Modifier and Type Interface Description interfaceAndGroupAll the elements of a AndGroup must be used together to be useful.interfaceOrGroupThe elements of a OrGroup are alternatives.
- 
Uses of BaseGroup in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetworkFields in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork declared as BaseGroup Modifier and Type Field Description static BaseGroupVertex. m_vertexTypeThe VertexType is RepInfoGroup or one of its sub-types.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return BaseGroup Modifier and Type Method Description BaseGroupVertex. getVertexType()Get the VertexType - a subtype of RepInfoGroup.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type BaseGroup Modifier and Type Method Description voidVertex. setVertexType(BaseGroup rig)Set the VertexType - a subtype of RepInfoGroup..