Fork me on GitHub

Constraints Catalog >

in-same-scope

  • Namecapce: fr.liglab.adele.cube.core
  • Arity: Binary
  • Capabilities: check

Parameters

ParamTypeOptional?Default valueComment
v1ComponentnoThe constrained Component
v2ComponentnoThe related Component
priorityIntegeryes11 is a higher priority than 2, and so on.

Constraint Resolver

Description

Garanties that two components are on the same scope. This will check the scope of their nodes if they are equal.

Example

<core:in-same-scope v1="A" v2="B" piority="1"/>