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 classAndRepInfoGroupImpl1All the elements of an AndRepInfoGroup must be used together to be useful.classOrRepInfoGroupImpl1The components of the OrRepInfoGroup should be treated as alternatives i.e.classRepInfoGroupImpl1A collection of RepresentationInformation to be used togetherclassRepInfoLabelImpl1A 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 RepInfoGroupVertexImpl1. m_vertexTypeThe 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 RepInfoGroupVertexImpl1. 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 voidVertexImpl1. 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 interfaceAndRepInfoGroupAll the elements of an AndRepInfoGroup must be used together to be useful.interfaceOrRepInfoGroupThe components of the OrRepInfoGroup should be treated as alternatives i.e.interfaceRepInfoLabelA 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 RepInfoGroupVertex. m_vertexTypeThe 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 RepInfoGroupVertex. 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 voidVertex. setVertexType(RepInfoGroup rig)Set the VertexType - a subtype of RepInfoGroup..