org.tm4j.panckoucke.util.AbstractionNodeUtils .startnodesOfArcsWithGestalt(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt gestalt)

Description

Returns an AMNodeIterator which iterates over the startnodes of the arcs that matches the following criteria. - arc is connected to the given AMNode n as an incoming arc. - arc is of the given AMGestalt gestalt.

Parameters
org.tm4j.panckoucke.model.AMGestalt gestalt the gestalt of the arc. may be null to indicate arcs without a specified gestalt
org.tm4j.panckoucke.model.AMNode n the node to which this arc is connected

Returns

an AMNodeIterator. The method guarantees to return an AMnode Iterator, even if no arc which matches the specified criteria could be found

Other Resources

Related Topics

Has Parameters