Class

ai.deepsense.deeplang.params

ColumnSelectorParam

Related Doc: package params

Permalink

case class ColumnSelectorParam(name: String, description: Option[String], portIndex: Int) extends AbstractColumnSelectorParam[MultipleColumnSelection] with Product with Serializable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnSelectorParam
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractColumnSelectorParam
  7. ParamWithJsFormat
  8. Param
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnSelectorParam(name: String, description: Option[String], portIndex: Int)

    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: MultipleColumnSelection): ParamPair[MultipleColumnSelection]

    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
    ColumnSelectorParamParam
  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.

    Attributes
    protected
    Definition Classes
    AbstractColumnSelectorParamParam
  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 isSingle: Boolean

    Permalink

    Tells if this selectors selects single column or many.

    Tells if this selectors selects single column or many.

    Definition Classes
    ColumnSelectorParamAbstractColumnSelectorParam
  19. val name: String

    Permalink
    Definition Classes
    ColumnSelectorParamParam
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ColumnSelectorParamParam
  24. val portIndex: Int

    Permalink

    Input port index of the data source.

    Input port index of the data source.

    Definition Classes
    ColumnSelectorParamAbstractColumnSelectorParam
  25. def replicate(name: String): ColumnSelectorParam

    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
    ColumnSelectorParamParam
  26. def serializeDefault(default: MultipleColumnSelection): JsValue

    Permalink

    Describes default serialization of default values.

    Describes default serialization of default values.

    default

    Default value of parameter

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

    Permalink
    Definition Classes
    AnyRef
  28. 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
  29. def toString(): String

    Permalink
    Definition Classes
    Param → AnyRef → Any
  30. def validate(value: MultipleColumnSelection): Vector[DeepLangException]

    Permalink
    Definition Classes
    Param
  31. def valueFromJson(jsValue: JsValue, graphReader: GraphReader): MultipleColumnSelection

    Permalink
    Definition Classes
    ParamWithJsFormatParam
  32. def valueToJson(value: MultipleColumnSelection): JsValue

    Permalink
    Definition Classes
    ParamWithJsFormatParam
  33. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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[MultipleColumnSelection]

Inherited from AnyRef

Inherited from Any

Ungrouped