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

Description

Tests wether the given arc contains at least one endnode with the given class and 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.Class klass

Returns

@throws Exception

Other Resources

Related Topics