Uses of Interface
com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement

Packages that use AbstractRadicalElement
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.dataelement This package describes the com.ibm.pdp.maf.rpp.kernel.pac.dataelement, 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.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.library This package describes the com.ibm.pdp.maf.rpp.pac.library, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.macro This package describes the com.ibm.pdp.maf.rpp.pac.macro, 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.report This package describes the com.ibm.pdp.maf.rpp.pac.report, 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.pac.text This package describes the com.ibm.pdp.maf.rpp.pac.text, see the description for an UML overview. 
 

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

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.blockbase
 interface AbstractBlockBase
          BlockBases enable you to describe databases both logically and physically, taking into account the characteristics of certain DBMSs.
 interface CodasylBlockBase
          Codasyl BlockBases used to describe the relationships in network databases.
 interface HierarchicalBlockBase
          Hierarchical BlockBases used to describe tree-like structured hierarchical databases.
 interface RelationalBlockBase
          Relational BlockBase are used to describe the links in relational databases in the SQL language (for example: DB2).
 interface SocrateBlockBase
          Socrate BlockBases are used to describe SOCRATE/CLIO databases
 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.dataelement
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.dataelement
 interface DataElement
          

The purpose of the Data Element entity is to identify and describe all pieces of information used by the company applications.

 

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

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.datastructure
 interface DataStructure
          Data Structures are logical groups of segments, which may be :Records of files,Segments of databases,Work areas of programs,Inter-program common areas,Table items...
 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.dialog
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.dialog
 interface AbstractDialog
          The purpose of the Dialog entity is to develop and generate the online applications of the OnLine Systems Development function or the TUI applications of the Pacbench C/S function.
 interface Dialog
          

The purpose of the Dialog entity is to develop and generate the online applications of the OnLine Systems Development function or the TUI applications of the Pacbench C/S function.

 interface Screen
          A Screen belongs to a Dialog and is considered as a list of fields.
 

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

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.dialogserver
 interface AbstractDialogServer
          The purpose of these entities is to develop and generate the server-side components of Pacbench C/S graphic or TUI applications.
 interface DialogServer
          The Server Dialog is a logical envelope which groups the various server-side components of an application.
 interface Server
          Servers belongs to differents categories :The Business ComponentA Business Component runs on the server side of the application and supports a set of services on a Logical View.
 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.library
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.library
 interface Library
          

The Library allows to define some generation parameters and output formats.

 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.macro
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.macro
 interface Macro
          The purpose of a Macro is to standardize functions that are common to several programs, or to several procedures of the same program.
 

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

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.program
 interface Program
          The purpose of the Program entity is to develop and implement all the procedures defined in the detailed analysis phase.
 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.report
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.report
 interface Report
          The Report entity is used to define and describe a Report.
 

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

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.segment
 interface AbstractSegment
          A Segment is made of a structured collection of data elements (elementary or group) and belong to a Data Structure.
 interface LogicalView
          A Logical View defines an information concept in your company data system.
 interface MonoStructureSegment
          MonoStructureSegment identifies the Segments representing the common part of records in a file
 interface Segment
          Specific Segments.
 interface Table
          A table is a set of 'n' occurrences of a Segment.
 

Uses of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.text
 

Subinterfaces of AbstractRadicalElement in com.ibm.pdp.maf.rpp.pac.text
 interface Text
          The Text entity is used to document applications throughout their whole life-cycle.
 

Methods in com.ibm.pdp.maf.rpp.pac.text that return types with arguments of type AbstractRadicalElement
 java.util.List<AbstractRadicalElement> AssignmentLine.getLinkedEntitiesList()
          List of the Entities whose are linked to the Text.