c

pl.touk.nussknacker.engine.javaapi.context.transformation

SingleInputDynamicComponentWrapper

class SingleInputDynamicComponentWrapper[T, ST] extends CustomStreamTransformer with SingleInputDynamicComponent[T] with DynamicComponentWrapper[T, ValidationContext, DefinedSingleParameter, ST]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleInputDynamicComponentWrapper
  2. DynamicComponentWrapper
  3. SingleInputDynamicComponent
  4. DynamicComponent
  5. CustomStreamTransformer
  6. AllProcessingModesComponent
  7. Component
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleInputDynamicComponentWrapper(javaDef: JavaSingleInputDynamicComponent[T, ST])

Type Members

  1. case class FinalResults(finalContext: ValidationContext, errors: List[ProcessCompilationError] = Nil, state: Option[State] = None) extends TransformationStepResult with Product with Serializable
    Definition Classes
    DynamicComponent
  2. case class NextParameters(parameters: List[Parameter], errors: List[ProcessCompilationError] = Nil, state: Option[State] = None) extends TransformationStepResult with Product with Serializable
    Definition Classes
    DynamicComponent
  3. case class TransformationStep(parameters: List[(ParameterName, DefinedParameter)], state: Option[State]) extends Product with Serializable
    Definition Classes
    DynamicComponent
  4. sealed trait TransformationStepResult extends AnyRef
    Definition Classes
    DynamicComponent
  5. type ContextTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]
    Definition Classes
    DynamicComponent
  6. type DefinedParameter = DefinedSingleParameter
  7. type InputContext = ValidationContext
  8. type State = ST
    Definition Classes
    DynamicComponentWrapper

Value Members

  1. object FinalResults extends Serializable
    Definition Classes
    DynamicComponent
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allowedProcessingModes: AllowedProcessingModes
    Definition Classes
    AllProcessingModesComponent
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canBeEnding: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def contextTransformation(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fallbackFinalResult(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def handleExceptionDuringTransformation(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String], ex: Throwable)(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  15. def handleUnmatchedTransformationStep(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def implementation(params: Params, dependencies: List[NodeDependencyValue], finalState: Option[State]): T
    Definition Classes
    DynamicComponentWrapper
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val javaDef: JavaSingleInputDynamicComponent[T, ST]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nodeDependencies: List[NodeDependency]
    Definition Classes
    DynamicComponentWrapper
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def prepareFinalResultWithOptionalVariable(inputContext: InputContext, outputVariable: Option[(String, TypingResult)], state: Option[State])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SingleInputDynamicComponent[T]

Inherited from DynamicComponent[T]

Inherited from CustomStreamTransformer

Inherited from Component

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped