Uses of Interface
com.ibm.pdp.maf.rpp.kernel.RadicalElement

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

Subinterfaces of RadicalElement in com.ibm.pdp.maf.rpp.kernel
 interface DataDefinition
          This interface represents a data definition.
 interface MetaDataAggregate
          This interface represents a meta data aggregate.
 interface MetaEntity
          This interface represents a meta entity.
 interface MetaEntityType
           
 interface UserEntity
          This interface represents a User Entity.
 

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

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.common
 

Subinterfaces of RadicalElement in com.ibm.pdp.maf.rpp.pac.common
 interface AbstractRadicalElement
           
 

Methods in com.ibm.pdp.maf.rpp.pac.common that return RadicalElement
 RadicalElement GLine.getLinkedEntity()
           
 

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

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.datastructure
 

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.dialog
 

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.dialogserver
 

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.library
 

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

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

 

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

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.program
 

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.report
 

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

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

Subinterfaces of RadicalElement 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 RadicalElement in com.ibm.pdp.maf.rpp.pac.text
 

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

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

Methods in com.ibm.pdp.maf.rpp.service that return types with arguments of type RadicalElement
 java.util.List<RadicalElement> IMAFModelService.references(RadicalElement radicalElement, boolean subReferences)
          Returns the references.
 

Methods in com.ibm.pdp.maf.rpp.service with parameters of type RadicalElement
 java.util.List<IProblem> IMAFModelService.getProblems(RadicalElement radicalElement)
          Returns model problems for this element.
 java.util.List<RadicalElement> IMAFModelService.references(RadicalElement radicalElement, boolean subReferences)
          Returns the references.