Uses of Class
org.bibalex.daf.entities.phase.ReflectionDef

Packages that use ReflectionDef
org.bibalex.daf.entities.phase   
 

Uses of ReflectionDef in org.bibalex.daf.entities.phase
 

Fields in org.bibalex.daf.entities.phase declared as ReflectionDef
private  ReflectionDef ReflectionAction.definition
          Holds the ReflectionDef that will be used when applying the action.
 ReflectionDef SemiPhaseDef.reflection
          Holds the reflection definition section of the phase.
 

Constructors in org.bibalex.daf.entities.phase with parameters of type ReflectionDef
ReflectionAction(ReflectionDef definition, int jobID)
          Creates a new instance of ReflectionAction.