Class Score
java.lang.Object
com.ants.platform.client.resources.commons.types.Score
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Scoreboolean_(BooleanScore value) static Scorecategorical(CategoricalScore value) booleanbooleanbooleanstatic Scorenumeric(NumericScore value) <T> Tvisit(Score.Visitor<T> visitor)
-
Method Details
-
visit
-
numeric
-
categorical
-
boolean_
-
isNumeric
public boolean isNumeric() -
isCategorical
public boolean isCategorical() -
isBoolean
public boolean isBoolean() -
_isUnknown
public boolean _isUnknown() -
getNumeric
-
getCategorical
-
getBoolean
-
_getUnknown
-