Skip to content

Diagram LocalVariable

Design_UserDoc_LocalVariable LocalVariable LocalVariable ScaledSpecification ScaledSpecification LocalVariable->ScaledSpecification specification 0..N InterfaceLocal InterfaceLocal InterfaceLocal->LocalVariable localVariable 0..N BaseArrayVariable BaseArrayVariable BaseArrayVariable->LocalVariable Variable Variable Variable->BaseArrayVariable BaseDataVariable BaseDataVariable BaseDataVariable->Variable AMainVariable AMainVariable AMainVariable->BaseDataVariable

LocalVariable

class LocalVariable extends BaseArrayVariable, AReferenceVariable

InterfaceLocal

The local interface holds all the private data of a controller.

class InterfaceLocal extends Resource, AnnotableComment

ScaledSpecification

class ScaledSpecification extends AbstractDefaultData

BaseArrayVariable

abstract class BaseArrayVariable extends Variable, ArrayVariable

Variable

abstract class Variable extends NamedResource, AnnotableComment, BaseDataVariable, APrefixedResource

BaseDataVariable

class BaseDataVariable extends AMainVariable, Field, ValidatableType

AMainVariable

abstract class AMainVariable extends MainVariable, AValue