Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELValSpec
-
Packages that use ELValSpec 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.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELValSpec in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>ANValSpec. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The value specification to be evaluated.<T extends ELValSpec>
java.util.List<T>ANValuePin. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Methods in de.mid.innovator.srv2api.icw2ac that return ELValSpec Modifier and Type Method Description ELValSpecACObjectNode. getUpperBound()The maximum number of tokens allowed in the node. -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return ELValSpec Modifier and Type Method Description ELValSpecBCProperty. getDefaultValue()The default value of a property. -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as ELValSpec Modifier and Type Field Description ELValSpecARG_RangeValueList. ohDefaultthe default value or emptyELValSpecARG_CreateRangeValue. ohRefthe new value is created behind this value or at the endELValSpecARG_MergeRangeValues. ohValuethe remaining valueFields in de.mid.innovator.srv2api.icw2class with type parameters of type ELValSpec Modifier and Type Field Description java.util.List<ELValSpec>ARG_RangeValueList. seqValSpecsorted list of valuesjava.util.List<ELValSpec>ARG_MergeRangeValues. seqValuethe list of values merged with the remaining valueMethods in de.mid.innovator.srv2api.icw2class with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>CLValueRangeAble. getOwnedValueRange(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications which may be used as the values for thisCLValueRangeAble.<T extends ELValSpec>
java.util.List<T>CLSlot. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Methods in de.mid.innovator.srv2api.icw2class that return ELValSpec Modifier and Type Method Description ELValSpecCLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)Creates a new value as content of thisCLValueRangeAble.ELValSpecCLInstSpec. getSpecification()A specification of how to compute, derive or construct the instance.Methods in de.mid.innovator.srv2api.icw2class with parameters of type ELValSpec Modifier and Type Method Description ELValSpecCLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)Creates a new value as content of thisCLValueRangeAble.voidCLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)voidCLValueRangeAble. modifyRangeValue(ELValSpec ohValue, java.lang.String strValue)Modifies the specified value within thisCLValueRangeAble.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ELValSpec Modifier and Type Method Description voidCLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)voidCLSlot. setValue(java.util.List<? extends ELValSpec> values)Set the value of Primary Key Value.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ELValSpec Constructor Description ARG_CreateRangeValue(ELValSpec ohRef, java.lang.String strValue)ARG_MergeRangeValues(ELValSpec ohValue, java.util.List<ELValSpec> seqValue)ARG_RangeValueList(java.util.List<ELValSpec> seqValSpec, java.util.List<java.lang.String> seqValue, ELValSpec ohDefault, boolean isDefaultAble, boolean isSortAble)Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ELValSpec Constructor Description ARG_MergeRangeValues(ELValSpec ohValue, java.util.List<ELValSpec> seqValue)ARG_RangeValueList(java.util.List<ELValSpec> seqValSpec, java.util.List<java.lang.String> seqValue, ELValSpec ohDefault, boolean isDefaultAble, boolean isSortAble) -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>DMOutputClause. getDefaultValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All values referenced by this decision rule. -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELValSpec in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interfaceELValSpecDateTimeinterfaceELValSpecELElementinterfaceELValSpecELM2EnumMemberinterfaceELValSpecExpressionthe specification of an expression.interfaceELValSpecInstValinterfaceELValSpecIntegerinterfaceELValSpecNullValueinterfaceELValSpecOpaqueExprinterfaceELValSpecStringinterfaceELValSpecUnlimNatValueFields in de.mid.innovator.srv2api.icw2elem declared as ELValSpec Modifier and Type Field Description ELValSpecARG_ModifyRangeValue. ohValuethe modified valueMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>ELValSpecExpression. getOperand(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The value specifications used as operands.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElement(java.lang.Class<T> returnType)All value specifications assigned to this typed element.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElementWithPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getValSpecOfTypedElementWithPattern and filters its return values according to the given stereotype value.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElementWithPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All value specifications assigned to this typed element with argument pattern.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELValSpec Constructor Description ARG_ModifyRangeValue(ELValSpec ohValue, java.lang.String strValue) -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>IAMessage. getArgument(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The arguments of the message.<T extends ELValSpec>
java.util.List<T>IAUse. getArguments(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type ELValSpec Modifier and Type Method Description <T extends ELValSpec>
java.util.List<T>MMLabelAble. getOwnedLabelValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications owned by this label able element.<T extends ELValSpec>
java.util.List<T>MMStereotypeAble. getOwnedStereotypePropertyValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELValSpec>
java.util.List<T>MMStereotypeAble. getOwnedStereotypeTSOptionValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELValSpec>
java.util.List<T>MM2TypedElement. getOwnedValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This typed element's value specification for the default value.<T extends ELValSpec>
java.util.List<T>MMFilterProperty. getOwnedValues(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications owned by this filter property. -
Uses of ELValSpec in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELValSpec in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interfaceMEValSpecExpressioninterfaceMEValSpecOpaqueExprAn opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.
-