org.tm4j.panckoucke.test.abstraction.ModelShapeTestBase .assertAnEndnode(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt arcgestalt,org.tm4j.panckoucke.model.AMGestalt nodegestalt)

Description

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

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
org.tm4j.panckoucke.model.AMGestalt nodegestalt the gestalt of the endnode

Returns

the first node that matched

Other Resources

Related Topics