Decision

class Decision(val value: String, val displayValue: Option[String], val description: Option[String]) extends PmmlElement
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val description: Option[String]
val displayValue: Option[String]
val value: String