Diagram Logbooks
Logbook
A logbook contains a list of instances of controller logbooks.
class Logbook extends NamedResource
Logbooks
Container of all logbooks
class Logbooks extends Resource
Config
Configuration class for UP project
class Config extends NamedResource, AnnotableComment
ControllerLogbookSelect
class ControllerLogbookSelect extends Resource
ControllerLogbook
The controller logbook contains all elements of a controller to be logged.
class ControllerLogbook extends NamedResource, ANotAvailableOnS7Tia
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
TreeElementInstanceSelector
class TreeElementInstanceSelector extends AbstractTreeElementInstanceSelector
LogElement
Variable to be logged. It can be either a simple or a complex variable type.
class LogElement extends Resource, AVariable, ASubFieldSelector
VariableCsvElement
class VariableCsvElement extends ACsvColumnElement, ASubFieldSelector