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

Description

Returns an AMNodeList with endnodes of outgoing arcs of the given node. Only those arcs, that are of the given Gestalt, will be taken into account, while the list is filled.

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 of which the outgoing arcs are taken

Returns

an AMNodeList

Other Resources

Related Topics

Has Parameters