Uses of Class
de.mid.innovator.srv2api.icw2model.ARG_PRPresContextLayout
-
Packages that use ARG_PRPresContextLayout Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of ARG_PRPresContextLayout in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ARG_PRPresContextLayout Modifier and Type Method Description ARG_PRPresContextLayout
ACActivity. getLayout()
Retrieves the layout information of theACActivity
. -
Uses of ARG_PRPresContextLayout in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return ARG_PRPresContextLayout Modifier and Type Method Description ARG_PRPresContextLayout
IAInteraction. getLayout()
Retrieves the layout information of theIAInteraction
. -
Uses of ARG_PRPresContextLayout in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return ARG_PRPresContextLayout Modifier and Type Method Description ARG_PRPresContextLayout
PRPresContext. getLayout()
Gets the layout values (format,orientation,margins,pagecount) of the given context. -
Uses of ARG_PRPresContextLayout in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return ARG_PRPresContextLayout Modifier and Type Method Description ARG_PRPresContextLayout
SMStateMachine. getLayout()
Retrieves the layout information of theSMStateMachine
.
-