Uses of Class
nl.liacs.subdisc.TargetConcept.TargetType

Packages that use TargetConcept.TargetType
nl.liacs.subdisc   
 

Uses of TargetConcept.TargetType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return TargetConcept.TargetType
 TargetConcept.TargetType TargetConcept.getTargetType()
           
 TargetConcept.TargetType SearchParameters.getTargetType()
           
static TargetConcept.TargetType TargetConcept.TargetType.getTargetType(java.lang.String theType)
           
static TargetConcept.TargetType TargetConcept.TargetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetConcept.TargetType[] TargetConcept.TargetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.liacs.subdisc with parameters of type TargetConcept.TargetType
static int QualityMeasure.getFirstEvaluationMesure(TargetConcept.TargetType theTargetType)
           
static int QualityMeasure.getLastEvaluationMesure(TargetConcept.TargetType theTargetType)
           
 void TargetConcept.setTargetType(TargetConcept.TargetType theTargetType)