Class

org.maltparserx.core.flow

FlowChartInstance

Related Doc: package flow

Permalink

class FlowChartInstance extends AnyRef

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

Instance Constructors

  1. new FlowChartInstance(optionContainerIndex: Int, chartSpecification: ChartSpecification, flowChartManager: FlowChartManager)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addFlowChartRegistry(entryClass: Class[_], identifier: String, entry: Any): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    FlowChartInstance → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getChartSpecification(): ChartSpecification

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getEngineRegistry(key: String): AnyRef

    Permalink
  13. def getFlowChartManager(): FlowChartManager

    Permalink
  14. def getFlowChartRegistry(entryClass: Class[_], identifier: String): AnyRef

    Permalink
  15. def getName(): String

    Permalink
  16. def getOptionContainerIndex(): Int

    Permalink
  17. def getPostProcessChartItems(): LinkedHashSet[ChartItem]

    Permalink
  18. def getPreProcessChartItems(): LinkedHashSet[ChartItem]

    Permalink
  19. def getProcessChartItems(): LinkedHashSet[ChartItem]

    Permalink
  20. def hasPostProcessChartItems(): Boolean

    Permalink
  21. def hasPreProcessChartItems(): Boolean

    Permalink
  22. def hasProcessChartItems(): Boolean

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    FlowChartInstance → AnyRef → Any
  24. def initChartItem(chartItemSpecification: ChartItemSpecification): ChartItem

    Permalink
    Attributes
    protected[org.maltparserx.core.flow]
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def postprocess(): Int

    Permalink
  30. def preprocess(): Int

    Permalink
  31. def process(): Int

    Permalink
  32. def removeFlowChartRegistry(entryClass: Class[_], identifier: String): Unit

    Permalink
  33. def setChartSpecification(chartSpecification: ChartSpecification): Unit

    Permalink
    Attributes
    protected[org.maltparserx.core.flow]
  34. def setEngineRegistry(key: String, value: Any): Unit

    Permalink
  35. def setFlowChartManager(flowChartManager: FlowChartManager): Unit

    Permalink
    Attributes
    protected[org.maltparserx.core.flow]
  36. def setName(name: String): Unit

    Permalink
  37. def setOptionContainerIndex(optionContainerIndex: Int): Unit

    Permalink
    Attributes
    protected[org.maltparserx.core.flow]
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def terminate(): Unit

    Permalink
  40. def toString(): String

    Permalink
    Definition Classes
    FlowChartInstance → AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped