Class

hex.schemas

SVMV3

Related Doc: package schemas

Permalink

class SVMV3 extends ModelBuilderSchema[SVM, SVMV3, SVMParametersV3]

Linear Supertypes
ModelBuilderSchema[SVM, SVMV3, SVMParametersV3], SpecifiesHttpResponseCode, RequestSchemaV3[SVM, SVMV3], SchemaV3[SVM, SVMV3], Schema[SVM, SVMV3], Iced[_ <: Iced], Externalizable, Serializable, Freezable[_ <: Iced], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVMV3
  2. ModelBuilderSchema
  3. SpecifiesHttpResponseCode
  4. RequestSchemaV3
  5. SchemaV3
  6. Schema
  7. Iced
  8. Externalizable
  9. Serializable
  10. Freezable
  11. Cloneable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SVMV3()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asBytes(): Array[Byte]

    Permalink
    Definition Classes
    Iced → Freezable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def clone(): ?0

    Permalink
    Definition Classes
    Iced → Freezable → AnyRef
  7. def copyOver(arg0: ?0): Unit

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Iced
  8. final def createAndFillImpl(): SVM

    Permalink
    Definition Classes
    Schema
  9. final def createImpl(): SVM

    Permalink
    Definition Classes
    ModelBuilderSchema → Schema
  10. final def createParametersSchema(): SVMParametersV3

    Permalink
    Definition Classes
    ModelBuilderSchema
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fillFromImpl(arg0: SVM): SVMV3

    Permalink
    Definition Classes
    ModelBuilderSchema → Schema
  14. def fillFromImpl(arg0: SVM, arg1: Array[String]): SVMV3

    Permalink
    Attributes
    protected[water.api]
    Definition Classes
    Schema
  15. final def fillFromImpl(): SVMV3

    Permalink
    Definition Classes
    Schema
  16. def fillFromParms(arg0: Properties): SVMV3

    Permalink
    Definition Classes
    ModelBuilderSchema → Schema
  17. def fillFromParms(arg0: Properties, arg1: Boolean): SVMV3

    Permalink
    Definition Classes
    Schema
  18. def fillImpl(arg0: SVM): SVM

    Permalink
    Definition Classes
    ModelBuilderSchema → Schema
  19. def fillImpl(arg0: SVM, arg1: Array[String]): SVM

    Permalink
    Attributes
    protected[water.api]
    Definition Classes
    Schema
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def frozenType(): Int

    Permalink
    Definition Classes
    Iced → Freezable
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getImplClass(): Class[SVM]

    Permalink
    Definition Classes
    Schema
  24. def getSchemaName(): String

    Permalink
    Definition Classes
    Schema
  25. def getSchemaType(): String

    Permalink
    Definition Classes
    Schema
  26. def getSchemaVersion(): Int

    Permalink
    Definition Classes
    Schema
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def httpStatus(): Int

    Permalink
    Definition Classes
    ModelBuilderSchema → SpecifiesHttpResponseCode
  29. def init_meta(): Unit

    Permalink
    Attributes
    protected[water.api]
    Definition Classes
    Schema
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def markdown(arg0: SchemaMetadata, arg1: Boolean, arg2: Boolean): StringBuffer

    Permalink
    Definition Classes
    Schema
  32. def markdown(arg0: Boolean, arg1: Boolean): StringBuffer

    Permalink
    Definition Classes
    Schema
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def read(arg0: AutoBuffer): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  37. def readExternal(arg0: ObjectInput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  38. final def readJSON(arg0: AutoBuffer): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  39. def reloadFromBytes(arg0: Array[Byte]): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  40. def setHttpStatus(arg0: Int): Unit

    Permalink
    Definition Classes
    ModelBuilderSchema
  41. def setSchemaType_doNotCall(arg0: String): Unit

    Permalink
    Definition Classes
    Schema
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. final def toJsonString(): String

    Permalink
    Definition Classes
    Iced
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def write(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  49. def writeExternal(arg0: ObjectOutput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def writeJSON(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    SchemaV3 → Iced → Freezable
  51. final def writeJSON_impl(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    ModelBuilderSchema

Inherited from ModelBuilderSchema[SVM, SVMV3, SVMParametersV3]

Inherited from SpecifiesHttpResponseCode

Inherited from RequestSchemaV3[SVM, SVMV3]

Inherited from SchemaV3[SVM, SVMV3]

Inherited from Schema[SVM, SVMV3]

Inherited from Iced[_ <: Iced]

Inherited from Externalizable

Inherited from Serializable

Inherited from Freezable[_ <: Iced]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped