Uses of Class
omix.lang.reflect.annotation.Abstract
Package | Description |
---|---|
omix.lang.model.accessory |
This package and sub packages contain all accessories available in OVL.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.lang.model.accessory.trigger |
This package contains all triggers available in OVL.
|
-
Uses of Abstract in omix.lang.model.accessory
Classes in omix.lang.model.accessory with annotations of type Abstract Modifier and Type Interface Description interface
Accessory
This type represents all accessories available in OVL. -
Uses of Abstract in omix.lang.model.accessory.annotation
Classes in omix.lang.model.accessory.annotation with annotations of type Abstract Modifier and Type Interface Description interface
SimpleValueField
This accessory represents textual represented values in the network diagram. -
Uses of Abstract in omix.lang.model.accessory.trigger
Classes in omix.lang.model.accessory.trigger with annotations of type Abstract Modifier and Type Interface Description interface
DoubleTrigger
This type represents all triggers emitting a double type signal.interface
IntegerTrigger
This type represents all triggers emitting an integer type signal.interface
Trigger
This type represents all triggers available in OVL.