|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An encapsulated strategy consisting of a strategy graph S, sets of source and target nodes s and t (subsets of nodes in S), a name relation N from nodes in S to symbolic names (strings), and a constraint map B from edges in S to predicates over symbolic elements.
| Method Summary | |
ConstraintMapI |
getConstraintMap()
The constraint map B. |
Collection |
getNames(Object v)
The set N(v), a collection of symbolic names (strings) corresponding to node v in the strategy graph S. |
Collection |
getSources()
The source set s, a collection of nodes in the strategy graph S. |
StrategyGraphI |
getStrategyGraph()
The strategy graph S. |
Collection |
getTargets()
The target set t, a collection of nodes in the strategy graph S. |
| Methods inherited from interface edu.neu.ccs.demeter.aplib.StrategyI |
isSimpleStrategy, isStrategyCombination, toSimpleStrategy, toStrategyCombination |
| Method Detail |
public StrategyGraphI getStrategyGraph()
public Collection getSources()
public Collection getTargets()
public Collection getNames(Object v)
public ConstraintMapI getConstraintMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||