Skip to main content
Version: 2.9

API

Enumerations

EnumerationDescription
DirectionRelations are directed from A to B and can be followed in either direction.

Interfaces

InterfaceDescription
HasTagThe HasTag interface defines objects that have a tag. The tag of these objects must be returned by the overridden method: getTag()
PropertyA property of a model defines an attribute. A property has a tag. Each instance of a model can have value for these defined properties.
RelationRelations 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

VariableDescription
RelationGlobal variable, constructor of class Relation.

Functions

FunctionDescription
generateTagGenerates a unique olympe tag used to identify CloudObjects
registerBrickStatic 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.
tagToStringGet the unique identifier of the specified InstanceOrTag as a string