org.tm4j.panckoucke.util.AbstractionNodeUtils .endnodesOfArcsWithGestalt(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt gestalt,boolean incoming)

Description

Returns an AMNodeIterator which iterates over all endnodes of the arcs that matches to the following criteria. - arc is connected to the given AMNode n, whether as an incoming or as an outgoing arc (depends on the incomingFlag-param). - 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
boolean incoming flag, whether to look for incoming or for outgoing arcs
org.tm4j.panckoucke.model.AMNode n the node to which an arc must be connected, in order to be part of the resulting iterator

Returns

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

Other Resources

Related Topics