Uses of Interface
com.ibm.pdp.maf.rpp.pac.segment.AbstractSegment

Packages that use AbstractSegment
com.ibm.pdp.maf.rpp.pac.blockbase This package describes the com.ibm.pdp.maf.rpp.pac.blockbase, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.common.dialog This package describes the com.ibm.pdp.maf.rpp.pac.common.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.copybook This package describes the com.ibm.pdp.maf.rpp.pac.copybook, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.datastructure This package describes the com.ibm.pdp.maf.rpp.pac.datastructure, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.program This package describes the com.ibm.pdp.maf.rpp.pac.program, see the description for an UML overview. 
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. 
com.ibm.pdp.maf.rpp.service This package describes the com.ibm.pdp.maf.rpp.service, see the description for an UML overview. 
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.blockbase
 

Methods in com.ibm.pdp.maf.rpp.pac.blockbase that return AbstractSegment
 AbstractSegment DCLine.getChildSegment()
           
 AbstractSegment DCLine.getFromSegment()
           
 AbstractSegment DHLine.getParentSegment()
           
 AbstractSegment DRLine.getReferencedTable()
           
 AbstractSegment DHLine.getSegment()
           
 AbstractSegment DCLine.getSegment()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.common.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.common.dialog that return AbstractSegment
 AbstractSegment ServerCallCSLine.getSegment()
           
 AbstractSegment SegmentCallCSLine.getSegment()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.copybook
 

Methods in com.ibm.pdp.maf.rpp.pac.copybook that return AbstractSegment
 AbstractSegment CopybookEntitiesSelected.getDataAggregate()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.datastructure
 

Methods in com.ibm.pdp.maf.rpp.pac.datastructure that return types with arguments of type AbstractSegment
 java.util.List<AbstractSegment> DataStructure.getLSLines()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.program
 

Methods in com.ibm.pdp.maf.rpp.pac.program that return AbstractSegment
 AbstractSegment SegmentCall.getSegment()
           
 AbstractSegment MacroParameters.getSegment()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.segment
 

Subinterfaces of AbstractSegment in com.ibm.pdp.maf.rpp.pac.segment
 interface LogicalView
           
 interface MonoStructureSegment
           
 interface StandardSegment
           
 interface Table
           
 

Methods in com.ibm.pdp.maf.rpp.pac.segment that return AbstractSegment
 AbstractSegment SegmentComponent.getSegment()
           
 AbstractSegment LVSegmentComponent.getSegment()
           
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.service
 

Methods in com.ibm.pdp.maf.rpp.service that return AbstractSegment
 AbstractSegment MAFModelService.getAbstractSegment(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)
           
 AbstractSegment IMAFModelService.getAbstractSegment(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)