object P extends OntologyDef with Serializable

Linear Supertypes
Serializable, Serializable, OntologyDef, ClassTypeDef[structure.Ontology], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. P
  2. Serializable
  3. Serializable
  4. OntologyDef
  5. ClassTypeDef
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait OrderHelper[T] extends AnyRef
  2. implicit class WithPredicate[T <: P[_]] extends AnyRef
  3. trait Properties extends AnyRef
    Definition Classes
    OntologyDef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &&[T, PR[+Z] <: P[Z]](predicate: PR[T]*): And
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def _extends: () ⇒ List[structure.Ontology]
    Definition Classes
    OntologyDef
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def between[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Between[T]
  8. def classtype: structure.Ontology
    Definition Classes
    OntologyDefClassTypeDef
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. implicit def clsP[T]: Aux[P[T], structure.Node, structure.ClassType[structure.Node]]
  11. def comment0: String
    Definition Classes
    OntologyDef
  12. def contains[T, PR[Z] <: P[T]](value: PR[T]): Contains[PR[T]]
  13. def contains[T](value: T): Contains[T]
  14. def disjoint[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Disjoint[T]
  15. def endsWith[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Suffix[T]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def eqv[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Eqv[T]
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fuzzy[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Fuzzy[T]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def gt[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Gt[T]
  23. def gte[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Gte[T]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def inside[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Inside[T]
  26. def intersect[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Intersect[T]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def label0: String
    Definition Classes
    OntologyDef
  29. def lt[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Lt[T]
  30. def lte[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Lte[T]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def neqv[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Neqv[T]
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. lazy val ontology: structure.Ontology
    Definition Classes
    OntologyDef
  36. def outside[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Outside[T]
  37. lazy val predicates: List[PredicateDef]
  38. def prefix[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Prefix[T]
  39. def properties: List[structure.Property]
    Definition Classes
    OntologyDef
  40. def regex(value: scala.util.matching.Regex): Regex
  41. def startsWith[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Prefix[T]
  42. def suffix[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Suffix[T]
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toP(node: structure.Node): P[_]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def within[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Within[T]
  50. def ||[T, PR[+Z] <: P[Z]](predicate: PR[T]*): Or
  51. object OrderHelper
  52. object keys
    Definition Classes
    POntologyDef

Inherited from Serializable

Inherited from Serializable

Inherited from OntologyDef

Inherited from AnyRef

Inherited from Any

Ungrouped