Uses of Interface
info.oais.interfaces.infomodel.poss1RepInfo.RepInfoGroup
Package | Description |
---|---|
info.oais.implementation.infomodel.poss1RepInfo |
This package contains implementations for "flag" interfaces which indicate the type of grouping of RepInfo - either an OrRepInfoGroup or an AndRepInfoGroup..
|
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.poss1RepInfo |
This package contains "flag" interfaces which indicate the type of grouping of RepInfo - either an OrRepInfoGroup or an AndRepInfoGroup..
|
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 RepInfoGroup in info.oais.implementation.infomodel.poss1RepInfo
Classes in info.oais.implementation.infomodel.poss1RepInfo that implement RepInfoGroup Modifier and Type Class Description class
AndRepInfoGroupImpl1
All the elements of an AndRepInfoGroup must be used together to be useful.class
OrRepInfoGroupImpl1
The components of the OrRepInfoGroup should be treated as alternatives i.e.class
RepInfoGroupImpl1
A collection of RepresentationInformation to be used togetherclass
RepInfoLabelImpl1
A group of RepresentationInformation [TBD] -
Uses of RepInfoGroup in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as RepInfoGroup Modifier and Type Field Description RepInfoGroup
VertexImpl1. m_vertexType
The VertexType is RepInfoGroup or one of its sub-types.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoGroup Modifier and Type Method Description RepInfoGroup
VertexImpl1. getVertexType()
Get the VertexType - a subtype of RepInfoGroup.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoGroup Modifier and Type Method Description void
VertexImpl1. setVertexType(RepInfoGroup rig)
Set the VertexType - a subtype of RepInfoGroup.. -
Uses of RepInfoGroup in info.oais.interfaces.infomodel.poss1RepInfo
Subinterfaces of RepInfoGroup in info.oais.interfaces.infomodel.poss1RepInfo Modifier and Type Interface Description interface
AndRepInfoGroup
All the elements of an AndRepInfoGroup must be used together to be useful.interface
OrRepInfoGroup
The components of the OrRepInfoGroup should be treated as alternatives i.e.interface
RepInfoLabel
A group of RepresentationInformation [TBD] -
Uses of RepInfoGroup in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Fields in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork declared as RepInfoGroup Modifier and Type Field Description static RepInfoGroup
Vertex. m_vertexType
The VertexType is RepInfoGroup or one of its sub-types.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoGroup Modifier and Type Method Description RepInfoGroup
Vertex. getVertexType()
Get the VertexType - a subtype of RepInfoGroup.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoGroup Modifier and Type Method Description void
Vertex. setVertexType(RepInfoGroup rig)
Set the VertexType - a subtype of RepInfoGroup..