Package | Description |
---|---|
com.ibm.pdp.maf.rpp.pac.segment |
This package describes the com.ibm.pdp.maf.rpp.pac.segment, see the description for an UML overview.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractCELines
The -CE Lines are used to identify the elements which compose the current Segment. |
interface |
Component
Component is specific to Segment, MonoStructureSegment or Table but not to LogicalView.
|
interface |
DataElementComponent
Indicates that the component is a Data Element.
|
interface |
Filler
Fillers are not defined in the repository.
|
interface |
GroupComponent
A group is a set of elementary Data Elements, Segment, undefined Data Elements or Filler.
|
interface |
LogicalViewComponent
Indicates that the component is specific for Logical View.
|
interface |
LVDataElementComponent
Indicates that the component is a Data Element.
|
interface |
LVGroupComponent
A group is a set of elementary Data Elements, Segment, undefined Data Elements.
|
interface |
LVSegmentComponent
Indicates that the component is a Segment.
|
interface |
RedefinesGroup
The Redefines Group is used when at least one element of the CELines redefines another one.
|
interface |
SegmentComponent
Indicates that the component is a Segment.
|
interface |
UndefinedDataElementComponent
The component is a Data Element which is not defined in the repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CELines> |
AbstractSegment.getCELines()
The CELines allow to identify the elements which compose the current Segment : Data Element Component, Segment Component, undefined Data Element Component, Group Component and Filler. |
java.util.List<CELines> |
LVGroupComponent.getCompositionGroup()
Gives the composition of the Group.
|
java.util.List<CELines> |
GroupComponent.getCompositionGroup()
Gives the composition of the Group.
|
java.util.List<CELines> |
RedefinesGroup.getSetOfRedefines()
Gives the composition of the RedefinesGroup : it could be a set of Component (DataElement, Undefined DataElement; Group or Segment), Filler or LogicalViewComponent.
|