Package

pl.touk.nussknacker.engine

canonicalgraph

Permalink

package canonicalgraph

Visibility
  1. Public
  2. All

Type Members

  1. case class CanonicalProcess(metaData: MetaData, exceptionHandlerRef: ExceptionHandlerRef, nodes: List[CanonicalNode], additionalBranches: Option[List[List[CanonicalNode]]]) extends CanonicalTreeNode with Product with Serializable

    Permalink
  2. sealed trait CanonicalTreeNode extends AnyRef

    Permalink
  3. case class ExpressionIdWithMetaData(metaData: MetaData, expressionId: NodeExpressionId) extends Product with Serializable

    Permalink
  4. trait ExpressionRewriter extends AnyRef

    Permalink
  5. trait ProcessNodesRewriter extends AnyRef

    Permalink

    Rewrites data of each node in process without changing the structure of process graph.

Value Members

  1. object CanonicalProcess extends Serializable

    Permalink
  2. object ProcessNodesRewriter

    Permalink
  3. object canonicalnode

    Permalink

Ungrouped