Diagram UserTaskLink
UserObjectLink
class UserObjectLink extends NamedResource
Controller
The controller is the central element of a UP application. A controller defines the smallest, intrinsically functional unit.
A controller essentially consists of two main elements: * Interface and data * [UP - Statemachine]
In addition, the controller has the definition of relations to [Child] controllers.
A controller can also be described as an instantiable type that is instantiated in the [UP - ControllerTree].
class Controller extends NamedResource, AControllerDescription, AnnotableComment, DatatypeLibraryOwner, RootVariableLibrary, RootVariableName, AOoDomainRoot, ACallingBaseElement, AResourceWithType
UserObjectInterface
class UserObjectInterface extends NamedResource, DatatypeLibraryOwner, AnnotableComment
UserObjectInterfaceVariable
class UserObjectInterfaceVariable extends NamedResource, AnnotableComment, BaseDataVariable, ArrayVariable
UserObjectLinkInstance
class UserObjectLinkInstance extends Decorator
UserObject
class UserObject extends AUserObjectInterface, APlatformUserObject
ControllerInstance
The ControllerInstance is an instance of a controller. A controller is instantiated in the ControllerTree.
The controller instance is the application-specific version of the corresponding controller. In the context of the ControllerTree, various elements are defined which define the uniqueness.
class ControllerInstance extends AnnotableComment, RangeChildFieldRef, BaseTreeElementInstance
AUserObject
abstract class AUserObject extends NamedResource, AnnotableComment
UserObjectWrapper
The UserObjectWrapper can be used to call function blocks outside the controller construct. Relations can be drawn from any controller. The UserObjectWrapper also has two Code Snippet regions. One for the initialization and one for a cyclic call.
class UserObjectWrapper extends AUserObjectInterface