Column | Description |
---|---|
display_name | Display Name of the Class |
description | Class Description |
namespace | Class Namespace |
class_name | Class Name |
type | Class Type (abstract ==> No Instances Allowed, ...) |
visibility | Private ==> only visible within Resolution; Public ==> accessible to caller of Resolution |
parent_id | Row ID of Parent Class (NULL if no inheritance) |
Column | Description |
---|---|
name | Name of the Instance Column |
display_name | Display Name of the Instance Column |
description | Description of the Instance Column |
aetype | AE Type of the Column (Assertion, Attribute, Relation, Behavior) |
datatype | Data Type of the Column (string, integer) |
priority | Priority processing of the Column |
visibility | Private ==> only visible within DIP; Public ==> accessible to caller of DIP |
owner | System (changed ONLY by system) vs User (updates allowed by user) |
default_value | Default Value |
flags | To Be Determined |
Column | Description |
---|---|
name | Name of the Instance |
display_name | Display Name of the Instance |
methods_table | Name of the Override Methods Table for this Instance (if there is one) |
Column | Description |
---|---|
name | Name of the Method |
display_name | Display Name of the Method |
description | Description of the Method |
location | Location of the Method |
type | Type of the Method (Ruby, Perl, Python, Java, ... ) |
input | Input Parameters (in some language -- XML?) |
output | Output Parameters (in some language -- XML?) |
execution | Execution (Server, Client or somewhere else) |