org.tm4j.panckoucke.test.abstraction.ModelShapeTestBase .assertAnEndnode(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt arcgestalt,java.lang.Object represented)

Description

Tests wether the given Node contains at least one arc with the given arcgestalt that in turn contains at least one endnode that represents the given object

Parameters
org.tm4j.panckoucke.model.AMGestalt arcgestalt the gestalt of the arc
org.tm4j.panckoucke.model.AMNode n the node to start the search from
java.lang.Object represented the object represented by the endnode

Returns

the first node that matched

Other Resources

Related Topics