Ejemplo n.º 1
0
 public UserTransitionBuilder moving(String objectAttribute) {
   return moving(PmNode.createObjectAttributeNode(objectAttribute));
 }
Ejemplo n.º 2
0
 public UserTransitionBuilder to(String objectAttributeName) {
   return to(PmNode.createObjectAttributeNode(objectAttributeName));
 }