Diagram Deprecated Elements
StandardFunction_deprecated
The problem of the StandardFunction is the missing definition of the interface variables. For certain platforms it is necessary to know how the interface variables are defined. In order to provide a solid basis for platform-independent generation, existing function interfaces must be fully defined.
class StandardFunction_deprecated extends AStandardFunction, ADeprecated
SharedFunction
SharedFunctions should no longer be used. These have only limited possibilities in connection with extended controllers.
Instead of SharedFunctions, only ControllerMethods should be used.
class SharedFunction extends SharedFunction, AOoDomain, ADeprecated
ArrayType
This type can lead to problems, e.g. in combination with strings.
Instead of an ArrayType, use a variable with a constant as the array length definition.
(In this context, it is important to know that in the string definition, the first array length definition is always the string length.)
class ArrayType extends ArrayType, Type, ADeprecated
UnitScale_deprecated
This UnitScale mechanism shall no longer be used.
The Unit Manager shall be used instead.
class UnitScale_deprecated extends AUnitType, ADeprecated
Library_deprecated
class Library_deprecated extends ProgramTyp, ADeprecated
ADeprecated
--- DEPRECATED CLASS ---
All classes that extend this class are to be discontinued if possible. If it is not possible to prevent their use, the depricated warning can be deactivated in the ModelConfig. To do this, a resource of the type 'ModelConfig' must be created in the project. The corresponding settings can be made in it.
abstract class ADeprecated extends Resource
DeprecatedInstanceConfig
class DeprecatedInstanceConfig extends Resource
CommonArgument_deprecated
class CommonArgument_deprecated extends AArgument, ACommonControllerArgument, ADeprecated
DeprecatedInstanceGroup
class DeprecatedInstanceGroup extends NamedResource
FileHandler_deprecated
Deprecated FileHandler with additional declaration of remanent interface variables.
class FileHandler_deprecated extends FileHandler, ADeprecated
ManualArgument
class ManualArgument extends AArgument, AnnotableComment, ADeprecated
MessageArgument_deprecated
Testing values from the message system. States of messages, reactions and levels.
class MessageArgument_deprecated extends AMethodArgument, ADeprecated
SetActionCommon_deprecated
Set a value in the Common Interface of a controller.
class SetActionCommon_deprecated extends ASetAction, ACommonControllerArgument, ADeprecated