edu.neu.ccs.demeter.aplib
Interface StrategyCombinationI

All Superinterfaces:
StrategyI
All Known Implementing Classes:
StrategyCombination

public interface StrategyCombinationI
extends StrategyI

A combination of two traversal strategies.


Method Summary
 StrategyI getLeftStrategy()
           
 StrategyI getRightStrategy()
           
 boolean isStrategyIntersection()
          Is this the intersection of two strategies?
 
Methods inherited from interface edu.neu.ccs.demeter.aplib.StrategyI
isSimpleStrategy, isStrategyCombination, toSimpleStrategy, toStrategyCombination
 

Method Detail

isStrategyIntersection

public boolean isStrategyIntersection()
Is this the intersection of two strategies?


getLeftStrategy

public StrategyI getLeftStrategy()

getRightStrategy

public StrategyI getRightStrategy()