Packages

trait GraphBuilder[R] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def build(inner: Creator[R]): GraphBuilder[R]
  2. abstract def creator: Creator[R]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def branchEnd(branchId: String, joinId: String): R
  6. def buildSimpleVariable(id: String, varName: String, value: Expression): GraphBuilder[R]
  7. def buildVariable(id: String, varName: String, fields: (String, Expression)*): GraphBuilder[R]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def customNode(id: String, outputVar: String, customNodeRef: String, params: (String, Expression)*): GraphBuilder[R]
  10. def customNodeNoOutput(id: String, customNodeRef: String, params: (String, Expression)*): GraphBuilder[R]
  11. def decisionTable(decisionTableParamValue: Expression, matchConditionParamValue: Expression, output: String): GraphBuilder[R]
  12. def disabledProcessor(id: String, svcId: String, params: (String, Expression)*): GraphBuilder[R]
  13. def disabledProcessorEnd(id: String, svcId: String, params: (String, Expression)*): R
  14. def disabledSink(id: String, typ: String): R
  15. def emptySink(id: String, typ: String, params: (String, Expression)*): R
  16. def endingCustomNode(id: String, outputVar: Option[String], customNodeRef: String, params: (String, Expression)*): R
  17. def enricher(id: String, output: String, svcId: String, params: (String, Expression)*): GraphBuilder[R]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def filter(id: String, expression: Expression, nextFalse: SubsequentNode): GraphBuilder[R]
  21. def filter(id: String, expression: Expression, disabled: Option[Boolean] = None, edgeType: EdgeType = EdgeType.FilterTrue): GraphBuilder[R]
  22. def fragment(id: String, fragmentId: String, params: List[(String, Expression)], outputParameters: Map[String, String], outputs: Map[String, SubsequentNode]): R
  23. def fragmentEnd(id: String, fragmentId: String, params: (String, Expression)*): R
  24. def fragmentInput(id: String, params: (String, Class[_])*): GraphBuilder[SourceNode]
  25. def fragmentOneOut(id: String, fragmentId: String, fragmentOutputDefinitionName: String, outputParamName: String, params: (String, Expression)*): GraphBuilder[R]
  26. def fragmentOutput(id: String, outputName: String, params: (String, Expression)*): R
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def join(id: String, typ: String, output: Option[String], branchParams: List[(String, List[(String, Expression)])], params: (String, Expression)*): GraphBuilder[SourceNode]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def processor(id: String, svcId: String, params: (String, Expression)*): GraphBuilder[R]
  35. def processorEnd(id: String, svcId: String, params: (String, Expression)*): R
  36. def source(id: String, typ: String, params: (String, Expression)*): GraphBuilder[SourceNode]
  37. def split(id: String, nexts: SubsequentNode*): R
  38. def switch(id: String, expression: Expression, exprVal: String, defaultNext: SubsequentNode, nexts: Case*): R
  39. def switch(id: String, expression: Expression, exprVal: String, nexts: Case*): R
  40. def switch(id: String, nexts: Case*): R
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def to(node: SubsequentNode): R
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. 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 AnyRef

Inherited from Any

Ungrouped