![]() | A Collection of nodes in the strategy graph. |
![]() | The number of edges in the strategy graph. |
![]() | The source node of edge number i. |
![]() | The target node of edge number i. |
![]() | 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. |
![]() | 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. |
IStrategyGraph Interface | edu.neu.ccs.demeter.APRlib Namespace