Fork me on GitHub

Constraints Catalog >

on-same-node

  • 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 node.

Example

<core:on-same-node v1="A" v2="B" piority="1"/>