[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Means

abstract
inherits from Object
inherits from EditAttributeClient

Object <- Means



Operations

Get list of all operations

Class Means defines no new operations.


Attributes

Get list of all attributes

Description
Driver
EditSteps
Image
IsComplete
OptionEditSteps


Fields

Field Type
Means: image: Image
driver: Object


Instance template

Class Means cannot be instantiated.


Class definition

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;