Trait

org.combinators.cls.types

NonEmptyTaxonomy

Related Doc: package types

Permalink

sealed trait NonEmptyTaxonomy extends Taxonomy

A non empty taxonomy with a marked root node

Self Type
NonEmptyTaxonomy
Linear Supertypes
Taxonomy, (String) ⇒ Set[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyTaxonomy
  2. Taxonomy
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val head: String

    Permalink

    The marked root node

    The marked root node

    Attributes
    protected
  2. abstract val underlyingMap: Map[String, Set[String]]

    Permalink

    The finite map representation of this taxonomy

    The finite map representation of this taxonomy

    Definition Classes
    Taxonomy

Concrete 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 addSubtype(entry: String): NonEmptyTaxonomy

    Permalink

    Adds a constructor name to the relation for the marked root node.

  5. def addSubtypes(entries: NonEmptyTaxonomy): NonEmptyTaxonomy

    Permalink

    Adds multiple constructor names to the relation for the marked root node.

  6. def andThen[A](g: (Set[String]) ⇒ A): (String) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(s: String): Set[String]

    Permalink

    Looks up a constructor name in this taxonomy, returning all directly related constructor names.

    Looks up a constructor name in this taxonomy, returning all directly related constructor names.

    Definition Classes
    Taxonomy → Function1
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  10. def compose[A](g: (A) ⇒ String): (A) ⇒ Set[String]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def merge(entries: NonEmptyTaxonomy): NonEmptyTaxonomy

    Permalink

    Merges this taxonomy with other and return a new taxonomy, containing the entries of both.

    Merges this taxonomy with other and return a new taxonomy, containing the entries of both. Keeps the current root node.

    Definition Classes
    NonEmptyTaxonomyTaxonomy
  17. def merge(entries: Taxonomy): NonEmptyTaxonomy

    Permalink

    Merges this taxonomy with other and return a new taxonomy, containing the entries of both.

    Merges this taxonomy with other and return a new taxonomy, containing the entries of both. Keeps the current root node.

    Definition Classes
    NonEmptyTaxonomyTaxonomy
  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Taxonomy

Inherited from (String) ⇒ Set[String]

Inherited from AnyRef

Inherited from Any

Ungrouped