Class ScoreV1
java.lang.Object
com.ants.platform.client.resources.commons.types.ScoreV1
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ScoreV1boolean_(BooleanScoreV1 value) static ScoreV1categorical(CategoricalScoreV1 value) booleanbooleanbooleanstatic ScoreV1numeric(NumericScoreV1 value) <T> Tvisit(ScoreV1.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
-