You use inheritance to define the properties of fields. Inheritance in CA Plex is defined in a simple way—using the is a verb.
Following are the triples you enter in the next series of steps:
The FIELDS and DATE prefixes indicate that the objects concerned belong to the FIELDS and DATE pattern libraries, respectively.
The fields you defined previously have two different data types: character and date. These represent different kinds of fields. The Project ID field holds code that uniquely identifies a project, the description holds text, and the start and end dates hold dates. Currently, your model only indicates that those fields exist, and that they belong to the Project entity, but has no information about what type of data they store.
Inheritance is the mechanism that enables an object to adopt the properties of another more general (or abstract) object. By inheriting from pattern library fields, you enable your application to do the following:
|
Copyright © 2014 CA.
All rights reserved.
|
|