Uses of Class
gov.nist.microanalysis.EPQLibrary.Strategy

Packages that use Strategy
gov.nist.microanalysis.EPQLibrary   
 

Uses of Strategy in gov.nist.microanalysis.EPQLibrary
 

Methods in gov.nist.microanalysis.EPQLibrary that return Strategy
 Strategy AlgorithmClass.getActiveStrategy()
          getActiveStrategy - Returns a Strategy object containing a complete set of the the AlgorithmClass objects on which this AlgorithmClass object depends.
 

Methods in gov.nist.microanalysis.EPQLibrary with parameters of type Strategy
 void Strategy.apply(Strategy st)
          apply - For those Class objects in this Stragegy, assign the Class-to-AlgorithmClass mappings in the argument Strategy to this Strategy.
static void AlgorithmClass.applyGlobalOverride(Strategy strat)
          applyGlobalOverride - Apply the specified Strategy as a gloabal overrride for all AlgorithmClass objects.