Uses of Class
org.kie.pmml.pmml_4_2.model.mining.SegmentExecutionState
-
Packages that use SegmentExecutionState Package Description org.kie.pmml.pmml_4_2.model.mining -
-
Uses of SegmentExecutionState in org.kie.pmml.pmml_4_2.model.mining
Methods in org.kie.pmml.pmml_4_2.model.mining that return SegmentExecutionState Modifier and Type Method Description SegmentExecutionStateSegmentExecution. getState()static SegmentExecutionStateSegmentExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentExecutionState[]SegmentExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.pmml.pmml_4_2.model.mining with parameters of type SegmentExecutionState Modifier and Type Method Description voidSegmentExecution. setState(SegmentExecutionState state)
-