org.maltparserx.core.feature

FeatureModelManager

Related Doc: package feature

class FeatureModelManager extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FeatureModelManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeatureModelManager(engine: FeatureEngine, configDirectory: ConfigurationDir)

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
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def getConfigDirectory(): ConfigurationDir

  11. def getFeatureEngine(): FeatureEngine

  12. def getFeatureModel(specModel: SpecificationModel, registry: ConfigurationRegistry): FeatureModel

  13. def getFeatureModel(specModelURL: String, registry: ConfigurationRegistry): FeatureModel

  14. def getFeatureModel(specModelURL: String, specModelUrlIndex: Int, registry: ConfigurationRegistry): FeatureModel

  15. def getSpecModels(): SpecificationModels

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def loadParSpecification(specModelFileName: String, markingStrategy: String, coveredRoot: String): Unit

  19. def loadSpecification(specModelFileName: String): Unit

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def setConfigDirectory(configDirectory: ConfigurationDir): Unit

  24. def setFeatureEngine(featureEngine: FeatureEngine): Unit

  25. def setSpecModels(specModel: SpecificationModels): Unit

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    FeatureModelManager → AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped