Uses of Class
com.taggercat.rules.Derivation

Packages that use Derivation
com.taggercat.rules Tagger Cat's Derivation rules 
 

Uses of Derivation in com.taggercat.rules
 

Methods in com.taggercat.rules that return types with arguments of type Derivation
 java.util.Set<Derivation> Derivation.getDependents()
           
 

Methods in com.taggercat.rules with parameters of type Derivation
 void Derivation.addDependent(Derivation dependent)
           
 

Method parameters in com.taggercat.rules with type arguments of type Derivation
 void Derivation.setDependents(java.util.Set<Derivation> dependents)