Fork me on GitHub

Constraints Catalog >

create-local

  • Namecapce: fr.liglab.adele.cube.core
  • Arity: Unary
  • Capabilities: find

Parameters

ParamTypeOptional?Default valueComment
vManagedElementnoConstrained Managed Element. All the managed elements inherits from the ManagedElement super class can be used (e.g., Component, Node, Scope, etc).
priorityIntegeryes11 is a higher priority than 2, and so on.

Constraint Resolver

Description

When specified for a given variable, it will help to find a value for it by creating a new instance locally of the same type as the provided variable.

Example

<core:create-local v="A" piority="1"/>