Application

class Application(val name: String, val version: Option[String]) extends PmmlElement

Describes the software application that generated the model.

Value parameters:
name

The name of the application that generated the model.

version

The version of the application that generated this model.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

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

Concrete fields

val name: String
val version: Option[String]