Uses of Class
com.isima.zz3.advjava.tp1.strategy.AStrategy

Packages that use AStrategy
com.isima.zz3.advjava.tp1.strategy   
 

Uses of AStrategy in com.isima.zz3.advjava.tp1.strategy
 

Subclasses of AStrategy in com.isima.zz3.advjava.tp1.strategy
 class Strategy1
           
 class Strategy2
           
 

Methods in com.isima.zz3.advjava.tp1.strategy that return AStrategy
 AStrategy Context.getStrategy()
          Getter of the property strategy_
 

Methods in com.isima.zz3.advjava.tp1.strategy with parameters of type AStrategy
 void Context.setStrategy(AStrategy strategy)
          Setter of the property strategy_