c

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

SourceFactoryDynamicComponentWrapper

class SourceFactoryDynamicComponentWrapper[ST] extends SourceFactory with SingleInputDynamicComponent[Source] with DynamicComponentWrapper[Source, ValidationContext, DefinedSingleParameter, ST] with UnboundedStreamComponent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceFactoryDynamicComponentWrapper
  2. UnboundedStreamComponent
  3. DynamicComponentWrapper
  4. SingleInputDynamicComponent
  5. DynamicComponent
  6. SourceFactory
  7. Component
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SourceFactoryDynamicComponentWrapper(javaDef: JavaSourceFactoryDynamicComponent[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
    UnboundedStreamComponent
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def contextTransformation(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fallbackFinalResult(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def handleExceptionDuringTransformation(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String], ex: Throwable)(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  14. def handleUnmatchedTransformationStep(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def implementation(params: Params, dependencies: List[NodeDependencyValue], finalState: Option[State]): Source
    Definition Classes
    DynamicComponentWrapper
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val javaDef: JavaSourceFactoryDynamicComponent[ST]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def nodeDependencies: List[NodeDependency]
    Definition Classes
    DynamicComponentWrapper
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def prepareFinalResultWithOptionalVariable(inputContext: InputContext, outputVariable: Option[(String, TypingResult)], state: Option[State])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from DynamicComponent[Source]

Inherited from SourceFactory

Inherited from Component

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped