[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]

ClassNumberInstaller

inherits from Object
inherits from CanInstallSelf

Object <- ClassNumberInstaller



Operations

Get list of all operations

InstallSelf


Attributes

Get list of all attributes

Class ClassNumberInstaller defines no new attributes.


Fields

Field Type
ClassNumberInstaller: install: ClassNumber
receiver: ClassNumberList
fallback: CanInstallSelf


Instance template

instance ClassNumberInstaller tag;
        install: nilClass;
       receiver: nilObject;
       fallback: nilObject;
end instance;

Class definition

Define Class ClassNumberInstaller;
    inherits from Object;
    inherits from CanInstallSelf;

    field install: ClassNumber;
       // Class number to install
    field receiver: ClassNumberList;
       // List to install class number into
    field fallback: CanInstallSelf;
       // Object to install if this installation fails

    overrides InstallSelf;
end class;