Uses of Interface
de.mid.innovator.m2msdk.model.log.LogModelInterface
Packages that use LogModelInterface
Package
Description
The package contains all models that are used within M2M-SDK.
The package contains the log model.
The package contains the variation points which vary the behavior of a class by
adding additional constraints as descriptive variation points or by
adding additional assignments as functional variation points.
The package contains the models, renderer and enumerations be used in frames and dialogs.
The package contains classes that can be used from applications as well as from server.
-
Uses of LogModelInterface in de.mid.innovator.m2msdk.model
Methods in de.mid.innovator.m2msdk.model that return LogModelInterface -
Uses of LogModelInterface in de.mid.innovator.m2msdk.model.log
Classes in de.mid.innovator.m2msdk.model.log that implement LogModelInterfaceModifier and TypeClassDescriptionclassLog model to hold all log events.classInterface to access log model.classStub class living on client side and always forwarding the calls to the server.Constructors in de.mid.innovator.m2msdk.model.log with parameters of type LogModelInterface -
Uses of LogModelInterface in de.mid.innovator.m2msdk.model.transformation.variationPoint
Methods in de.mid.innovator.m2msdk.model.transformation.variationPoint with parameters of type LogModelInterfaceModifier and TypeMethodDescriptionFunctionalVariationPointChangeVector.logMessage(LogModelInterface log, SimulateMode iMode) Creates a change message if there have been changes. -
Uses of LogModelInterface in de.mid.innovator.m2msdk.ui.model
Constructors in de.mid.innovator.m2msdk.ui.model with parameters of type LogModelInterface -
Uses of LogModelInterface in de.mid.innovator.m2msdk.util.msg
Constructors in de.mid.innovator.m2msdk.util.msg with parameters of type LogModelInterfaceModifierConstructorDescriptionSevereException(LogModelInterface log, Message msg) UncriticalException(LogModelInterface log, Message msg)