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 ELValSpec
ACObjectNode. 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 ELValSpec
BCProperty. 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 ELValSpec
ARG_RangeValueList. ohDefault
the default value or emptyELValSpec
ARG_CreateRangeValue. ohRef
the new value is created behind this value or at the endELValSpec
ARG_MergeRangeValues. ohValue
the 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. seqValSpec
sorted list of valuesjava.util.List<ELValSpec>
ARG_MergeRangeValues. seqValue
the 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 ELValSpec
CLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)
Creates a new value as content of thisCLValueRangeAble
.ELValSpec
CLInstSpec. 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 ELValSpec
CLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)
Creates a new value as content of thisCLValueRangeAble
.void
CLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)
void
CLValueRangeAble. 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 void
CLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)
void
CLSlot. 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 interface
ELValSpecDateTime
interface
ELValSpecELElement
interface
ELValSpecELM2EnumMember
interface
ELValSpecExpression
the specification of an expression.interface
ELValSpecInstVal
interface
ELValSpecInteger
interface
ELValSpecNullValue
interface
ELValSpecOpaqueExpr
interface
ELValSpecString
interface
ELValSpecUnlimNatValue
Fields in de.mid.innovator.srv2api.icw2elem declared as ELValSpec Modifier and Type Field Description ELValSpec
ARG_ModifyRangeValue. ohValue
the 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 interface
MEValSpecExpression
interface
MEValSpecOpaqueExpr
An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.
-