APRlib

IStrategyGraph Members

IStrategyGraph overview

Public Instance Properties

Nodes A Collection of nodes in the strategy graph.
NumberOfEdges The number of edges in the strategy graph.

Public Instance Methods

GetEdgeSource The source node of edge number i.
GetEdgeTarget The target node of edge number i.
GetIncomingEdges A Collection of indices (Integer objects) of edges coming into node v. Return an empty list if there are no incoming edges, null if there is no such node.
GetOutgoingEdges A Collection of indices (Integer objects) of edges going out of node v. Return an empty list if there are no outgoing edges, null if there is no such node.

See Also

IStrategyGraph Interface | edu.neu.ccs.demeter.APRlib Namespace