org.tm4j.panckoucke.model .AMNode

Description

This represents an Node in panckoucke abstract model. * It adds two properties, that allow the traversal of outgoing and incoming * arcs. From the nodes perspective an arc is incoming, if the node is an * endnode of that arc. If the node is the startnode of an arc, the arc is * refered to as outgoing. * * @author Christoph Froehlich, c_froehlich at users.sourceforge.net

Interfaces

Implementations of this interface

Method Summary
java.util.Set getArcs()
Returns all arcs where the node is the startnode of that arc * * @return an umodifiable set of arcs, which start at this node * (use this node as startnode) * The set may be empty but it is never null * * @see org.tm4j.panckoucke.model.AMNode#getArcs()
java.util.Set getIncomingArcs()
Returns all arcs where the node is an endnode of that arc * * @return an umodifiable set of arcs, which references this node as an endnode.

Related Topics

Is Imported By
Is Type For