Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAOperand
-
Packages that use IAOperand Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of IAOperand in de.mid.innovator.srv2api.icw2ia
Fields in de.mid.innovator.srv2api.icw2ia declared as IAOperand Modifier and Type Field Description IAOperandARG_IAOperandInsertAtSelection. ohOperandselected operandMethods in de.mid.innovator.srv2api.icw2ia that return IAOperand Modifier and Type Method Description IAOperandIAFragment. getEnclosingOperand()The operand that encloses this InteractionFragment (they may nest recursively).IAOperandIAConstraint. getOperand()The operand that owns this constraint.static IAOperandIAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)Inserts a newIAOperandusing a lane template.Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type IAOperand Modifier and Type Method Description java.util.List<IAOperand>IACombined. getOperand(K_CONTROL_OPTION... behaviourFlags)The set of operands of the combined fragment.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type IAOperand Modifier and Type Method Description static IAOperandIAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)Inserts a newIAOperandusing a lane template.Constructors in de.mid.innovator.srv2api.icw2ia with parameters of type IAOperand Constructor Description ARG_IAOperandInsertAtSelection(MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt) -
Uses of IAOperand in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return IAOperand Modifier and Type Method Description IAOperandMESimpleConstraint. getOwningOperand()
-