Object <- Means |
|
Class Means defines no new operations.
Attributes
Get list of all attributes
|
Description Driver EditSteps Image IsComplete OptionEditSteps |
| Field | Type | |
|---|---|---|
| Means: | image: | Image |
| driver: | Object |
Define Class Means; inherits from Object; inherits from EditAttributeClient; abstract; field image: Image, getter, sharedSetter; field driver: Object, getter, setter, weak; attribute Image: Image; attribute Driver: Object; attribute Description: Text, readOnly; // return ephemeral text descriptions of means attribute IsComplete: Boolean, readOnly; // does this means contain complete and correct information for connecting? attribute EditSteps: AttributeStepList, readOnly; // returns basic edit steps attribute OptionEditSteps: AttributeStepList, readOnly; // returns fancier edit steps end class;