Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELValSpecOpaqueExpr
-
Packages that use ELValSpecOpaqueExpr Package Description 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.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELValSpecOpaqueExpr in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELValSpecOpaqueExpr Modifier and Type Method Description <T extends ELValSpecOpaqueExpr>
java.util.List<T>ELM2TypeString. getTypedValSpecOpaqueExpr(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All opaque expression values typed by this meta string type. -
Uses of ELValSpecOpaqueExpr in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELValSpecOpaqueExpr in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEValSpecOpaqueExpr
An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.Methods in de.mid.innovator.srv2api.icw2model with type parameters of type ELValSpecOpaqueExpr Modifier and Type Method Description <T extends ELValSpecOpaqueExpr>
java.util.List<T>MEAbstraction. getMapping(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
A composition of an expression that states the abstraction relationship between the supplier and the client.
-