Packages

  • package root

    Just Another Fine Pipeline Language

    Just Another Fine Pipeline Language

    This is a pipeline framework. It’s built on top of Akka actors to support arbitrary data flow pipelines. It is wholly agnostic to the kinds of data that flow through the pipelines and the implementations of the steps that process them.

    See http://jafpl.com/ for more general information.

    Definition Classes
    root
  • package com

    The com package.

    The com package.

    Nothing to see here, keep going deeper.

    Definition Classes
    root
  • package jafpl

    The jafpl package.

    The jafpl package.

    Nothing to see here either, keep going deeper.

    Definition Classes
    com
  • package config

    Jafpl configuration

    Jafpl configuration

    Definition Classes
    jafpl
  • DefaultJafplConfigurer
  • Jafpl
  • JafplConfigurer

class Jafpl extends AnyRef

An instance of Just Another Fine Pipeline Language.

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

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def close(): Unit

    Close the instance.

    Close the instance.

    A close instance cannot be changed.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def errorListener: ErrorListener

    Return the error listener.

    Return the error listener.

    returns

    The error listener.

    Exceptions thrown

    JafplException if there is no com.jafpl.util.TraceEventManager.

  10. def errorListener_=(listener: ErrorListener): Unit

    Assign a new error listener

  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def gitHash: String
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def newGraph(): Graph

    Create a new graph.

  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def traceEventManager: TraceEventManager

    Return the trace event manager.

    Return the trace event manager.

    returns

    The trace event manager.

    Exceptions thrown

    JafplException if there is no com.jafpl.util.TraceEventManager.

  23. def traceEventManager_=(manager: TraceEventManager): Unit

    Assign a new trace event manager.

  24. def version: String
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped