Packages

object LabelVer extends Enumeration

The LabelVersion object provides a method for determining which of three versions of pattern matching (Normal, Wildcard, or Regular expression) is applicable.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelVer
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type LabelVer = Value
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val Normal: Value
  2. val Regex: Value
  3. val Wildcard: Value
  4. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  5. final def maxId: Int
    Definition Classes
    Enumeration
  6. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  7. def values: ValueSet
    Definition Classes
    Enumeration
  8. def version(elabel: String): (LabelVer, Matchable)

    Determine which version of pattern matching is applicable based on the form of the edge label.

    Determine which version of pattern matching is applicable based on the form of the edge label.

    elabel

    the edge label to check

  9. final def withName(s: String): Value
    Definition Classes
    Enumeration