Uses of Class
nl.liacs.subdisc.TargetType

Packages that use TargetType
nl.liacs.subdisc   
 

Uses of TargetType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return TargetType
static TargetType TargetType.getDefault()
          Returns the default TargetType.
 TargetType TargetConcept.getTargetType()
           
 TargetType SearchParameters.getTargetType()
           
static TargetType TargetType.getTargetType(java.lang.String theType)
          Returns the TargetType corresponding to the String parameter.
static TargetType TargetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetType[] 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 TargetType
static int QualityMeasure.getFirstEvaluationMeasure(TargetType theTargetType)
           
static int QualityMeasure.getLastEvaluationMesure(TargetType theTargetType)
           
static boolean TargetType.hasBaseModel(TargetType theType)
           
static boolean TargetType.hasMiscField(TargetType theType)
           
static boolean TargetType.hasMultiTargets(TargetType theType)
           
static boolean TargetType.hasSecondaryTarget(TargetType theType)
           
static boolean TargetType.hasTargetAttribute(TargetType theType)
           
static boolean TargetType.hasTargetValue(TargetType theType)
           
static boolean TargetType.isImplemented(TargetType theType)