org.tm4j.panckoucke.test.abstraction.ModelShapeTestBase .assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.Object ref,org.tm4j.panckoucke.model.AMGestalt gestalt)

Description

Tests wether the given arc contains at least one endnode that references the given object and is of the given gestalt. If the given gestalt is null, the test ensures the found node has no gestalt set.

Parameters
org.tm4j.panckoucke.model.AMArc a the arc to test
org.tm4j.panckoucke.model.AMGestalt gestalt
java.lang.Object ref the referenced object that must be found

Returns

@throws Exception

Other Resources

Related Topics