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

AbbreviatedClass

inherits from Object

Object <- AbbreviatedClass



Operations

Get list of all operations

Init
InitialExtraSize


Attributes

Get list of all attributes

Class AbbreviatedClass defines no new attributes.


Fields

No fields are defined by AbbreviatedClass or any of its superclasses.


Instance template

instance AbbreviatedClass tag;
end instance;

Class definition

Define Class AbbreviatedClass;
    inherits from Object;
    uses extra;
    
    overrides Init;
    overrides InitialExtraSize;
end class;