Class

ai.deepsense.deeplang.params

ParamsSequence

Related Doc: package params

Permalink

case class ParamsSequence[T <: Params](name: String, description: Option[String])(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T]) extends Param[Seq[T]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Param[Seq[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParamsSequence
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Param
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParamsSequence(name: String, description: Option[String])(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ->(value: Seq[T]): ParamPair[Seq[T]]

    Permalink
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Param
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def constraints: String

    Permalink
    Definition Classes
    Param
  9. val description: Option[String]

    Permalink
    Definition Classes
    ParamsSequenceParam
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Param → AnyRef → Any
  12. def extraJsFields: Map[String, JsValue]

    Permalink

    Subclasses should overwrite this method if they want to add custom fields to json description.

    Subclasses should overwrite this method if they want to add custom fields to json description.

    Definition Classes
    ParamsSequenceParam
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    Param → AnyRef → Any
  16. val isGriddable: Boolean

    Permalink
    Definition Classes
    Param
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val name: String

    Permalink
    Definition Classes
    ParamsSequenceParam
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val parameterType: ParameterType.Value

    Permalink
    Definition Classes
    ParamsSequenceParam
  23. def replicate(name: String): ParamsSequence[T]

    Permalink

    Used to extract public parameters in custom transformer.

    Used to extract public parameters in custom transformer.

    name

    name of replicated parameter

    returns

    replicated parameter

    Definition Classes
    ParamsSequenceParam
  24. def serializeDefault(default: Seq[T]): JsValue

    Permalink

    Describes default serialization of default values.

    Describes default serialization of default values.

    default

    Default value of parameter

    Attributes
    protected
    Definition Classes
    Param
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. final def toJson(maybeDefault: Option[Any]): JsObject

    Permalink

    Describes json representation of this parameter.

    Describes json representation of this parameter.

    maybeDefault

    Optional default value of parameter. Should be of type Option[T], but we need to receive Any because Params have to use this method without knowing T.

    Definition Classes
    Param
  27. def toString(): String

    Permalink
    Definition Classes
    Param → AnyRef → Any
  28. def validate(value: Seq[T]): Vector[DeepLangException]

    Permalink
    Definition Classes
    ParamsSequenceParam
  29. def valueFromJson(jsValue: JsValue, graphReader: GraphReader): Seq[T]

    Permalink
    Definition Classes
    ParamsSequenceParam
  30. def valueToJson(value: Seq[T]): JsValue

    Permalink
    Definition Classes
    ParamsSequenceParam
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Param[Seq[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped