org.maltparserx.core.flow

FlowChartInstance

Related Doc: package flow

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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. def addFlowChartRegistry(entryClass: Class[_], identifier: String, entry: Any): Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

  13. def getFlowChartManager(): FlowChartManager

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

  15. def getName(): String

  16. def getOptionContainerIndex(): Int

  17. def getPostProcessChartItems(): LinkedHashSet[ChartItem]

  18. def getPreProcessChartItems(): LinkedHashSet[ChartItem]

  19. def getProcessChartItems(): LinkedHashSet[ChartItem]

  20. def hasPostProcessChartItems(): Boolean

  21. def hasPreProcessChartItems(): Boolean

  22. def hasProcessChartItems(): Boolean

  23. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    AnyRef
  29. def postprocess(): Int

  30. def preprocess(): Int

  31. def process(): Int

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

  33. def setChartSpecification(chartSpecification: ChartSpecification): Unit

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

  35. def setFlowChartManager(flowChartManager: FlowChartManager): Unit

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

  37. def setOptionContainerIndex(optionContainerIndex: Int): Unit

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

    Definition Classes
    AnyRef
  39. def terminate(): Unit

  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped