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.infomodel
Classes in info.oais.implementation.infomodel that implement BaseGroup Modifier and Type Class Description class
BaseGroupImpl1
Object as a Group, each of which may have a category e.g. -
Uses of BaseGroup in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as BaseGroup Modifier and Type Field Description BaseGroup
VertexImpl1. m_vertexType
The 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 BaseGroup
VertexImpl1. 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 void
VertexImpl1. setVertexType(BaseGroup rig)
Set the VertexType - a subtype of RepInfoGroup.. -
Uses of BaseGroup in info.oais.interfaces.infomodel
Subinterfaces of BaseGroup in info.oais.interfaces.infomodel Modifier and Type Interface Description interface
AndGroup
All the elements of a AndGroup must be used together to be useful.interface
OrGroup
The elements of a OrGroup are alternatives. -
Uses of BaseGroup in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Fields in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork declared as BaseGroup Modifier and Type Field Description static BaseGroup
Vertex. m_vertexType
The 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 BaseGroup
Vertex. 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 void
Vertex. setVertexType(BaseGroup rig)
Set the VertexType - a subtype of RepInfoGroup..