API
Enumerations
Enumeration | Description |
---|---|
Direction | Relations are directed from A to B and can be followed in either direction. |
Interfaces
Interface | Description |
---|---|
HasTag | The HasTag interface defines objects that have a tag. The tag of these objects must be returned by the overridden method: getTag() |
Property | A property of a model defines an attribute. A property has a tag . Each instance of a model can have value for these defined properties. |
Relation | Relations can be defined between from a CloudObject to another, for example between two data types. Relations are directed and have two types: the origin type, the destination type. |
RelationConstructor | - |
Variables
Variable | Description |
---|---|
Relation | Global variable, constructor of class Relation. |
Functions
Function | Description |
---|---|
generateTag | Generates a unique olympe tag used to identify CloudObjects |
registerBrick | Static function that must be called for every brick used in an application. It registers the brick code in the registry with the specified tag and return the Entry for that brick. |
tagToString | Get the unique identifier of the specified InstanceOrTag as a string |