Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RadicalElement> |
RadicalElement.getCalledEntities()
Returns the list of called entities.
|
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractRadicalElement |
Modifier and Type | Method and Description |
---|---|
RadicalElement |
GLine.getLinkedEntity() |
Modifier and Type | Interface and Description |
---|---|
interface |
DataElement
The purpose of the Data Element entity is to identify and describe all pieces of information used by the company applications. |
Modifier and Type | Interface and Description |
---|---|
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...
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Library
The Library allows to define some generation parameters and output formats. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Program
The purpose of the Program entity is to develop and implement all the procedures defined in the detailed analysis phase.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Report
The Report entity is used to define and describe a Report.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Text
The Text entity is used to document applications throughout their whole life-cycle.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RadicalElement> |
IMAFModelService.references(RadicalElement radicalElement,
boolean subReferences)
Returns the references.
|
java.util.List<RadicalElement> |
IMAFModelService.search(IMAFSearchPattern searchPattern)
Returns the list of radical elements base on this pattern.
|
Modifier and Type | Method and Description |
---|---|
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.
|