Uses of Interface
com.ibm.pdp.maf.rpp.pac.datastructure.DataStructure

Packages that use DataStructure
com.ibm.pdp.maf.rpp.pac.dialog This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialogserver This package describes the com.ibm.pdp.maf.rpp.pac.dialogserver, 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 DataStructure in com.ibm.pdp.maf.rpp.pac.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.dialog that return DataStructure
 DataStructure Dialog.getCommonArea()
          

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

 

Uses of DataStructure in com.ibm.pdp.maf.rpp.pac.dialogserver
 

Methods in com.ibm.pdp.maf.rpp.pac.dialogserver that return DataStructure
 DataStructure DialogServer.getCommonArea()
          

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

 

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

Methods in com.ibm.pdp.maf.rpp.pac.program that return DataStructure
 DataStructure MacroParameters.getDataStructure()
          DataStructure linked if the parameter refers to a DataStructure (D=XX).
 DataStructure DataStructureCall.getDataStructure()
          Data Structure
 

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

Methods in com.ibm.pdp.maf.rpp.pac.segment that return DataStructure
 DataStructure AbstractSegment.getDataStructure()
          Gives the Data Structure which supports this segment.
 

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

Methods in com.ibm.pdp.maf.rpp.service that return DataStructure
 DataStructure IMAFModelService.getDataStructure(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)
          Returns the Data Structure for this project name, package name and entity name.