Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.model.runtimeenvironment.guicontext.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GuiContext
toIlm(de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext tgc, SessionToken session, EbpInstanceReference activtiy, Logger logger)
static GuiContext
toIlm(GUIContext context, SessionToken session, EbpInstanceReference activity, Logger logger)
-
-
-
Method Detail
-
toIlm
public static GuiContext toIlm(GUIContext context, SessionToken session, EbpInstanceReference activity, Logger logger) throws IncompatibleGuiContextException, InvalidDataContainerException
-
toIlm
public static GuiContext toIlm(de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext tgc, SessionToken session, EbpInstanceReference activtiy, Logger logger) throws IncompatibleGuiContextException, InvalidDataContainerException
-
-