Object/Trait

lspace.librarian.logic.predicate

P

Related Docs: trait P | package predicate

Permalink

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

    Permalink
  2. trait Properties extends AnyRef

    Permalink
    Definition Classes
    OntologyDef
  3. implicit class WithPredicate[T <: P[_]] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &&[T, PR[+Z] <: P[Z]](predicate: PR[T]*): And

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object OrderHelper

    Permalink
  6. def _extends: () ⇒ List[structure.Ontology]

    Permalink
    Definition Classes
    OntologyDef
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def between[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Between[T]

    Permalink
  9. def classtype: structure.Ontology

    Permalink
    Definition Classes
    OntologyDefClassTypeDef
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit def clsP[T]: Aux[P[T], structure.Node, structure.ClassType[structure.Node]]

    Permalink
  12. def comment0: String

    Permalink
    Definition Classes
    OntologyDef
  13. def contains[T, PR[Z] <: P[T]](value: PR[T]): Contains[PR[T]]

    Permalink
  14. def contains[T](value: T): Contains[T]

    Permalink
  15. def disjoint[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Disjoint[T]

    Permalink
  16. def endsWith[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Suffix[T]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def eqv[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Eqv[T]

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fuzzy[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Fuzzy[T]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def gt[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Gt[T]

    Permalink
  24. def gte[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Gte[T]

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def inside[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Inside[T]

    Permalink
  27. def intersect[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Intersect[T]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. object keys

    Permalink
  30. def label0: String

    Permalink
    Definition Classes
    OntologyDef
  31. def lt[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Lt[T]

    Permalink
  32. def lte[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Lte[T]

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def neqv[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Neqv[T]

    Permalink
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. lazy val ontology: structure.Ontology

    Permalink
    Definition Classes
    OntologyDef
  38. def outside[T, T0, TT0 <: structure.ClassType[_]](lower: T, upper: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): Outside[T]

    Permalink
  39. lazy val predicates: List[PredicateDef]

    Permalink
  40. def prefix[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Prefix[T]

    Permalink
  41. def properties: List[structure.Property]

    Permalink
    Definition Classes
    OntologyDef
  42. def regex(value: scala.util.matching.Regex): Regex

    Permalink
  43. def startsWith[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Prefix[T]

    Permalink
  44. def suffix[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Suffix[T]

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toP(node: structure.Node): P[_]

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def within[T, T0, TT0 <: structure.ClassType[_]](value: T)(implicit ct: Aux[T, T0, TT0]): Within[T]

    Permalink
  52. def ||[T, PR[+Z] <: P[Z]](predicate: PR[T]*): Or

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from OntologyDef

Inherited from AnyRef

Inherited from Any

Ungrouped