Packages

object Primitive

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Primitive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def applyField(field: String, value: Statement): (Seq[AnyRef], Set[Triple])
  5. def applyField1(field: String, value: Statement): Option[AnyRef]
  6. def applyFun(function: String, value: (Seq[AnyRef], Set[Triple]), optionp: Boolean): (Option[Result], Set[Triple])
  7. def applyFun1(function: String, arg1: (Seq[AnyRef], Set[Triple]), optionp: Boolean, arg2: (Seq[AnyRef], Set[Triple]), environment: Environment): (Option[Result], Set[Triple])
  8. def applyFun2(function: String, arg1: (Seq[AnyRef], Set[Triple]), optionp: Boolean, arg2: (Seq[AnyRef], Set[Triple]), arg3: (Seq[AnyRef], Set[Triple]), environment: Environment): (Option[Result], Set[Triple])
  9. def applyFun3(function: String, arg1: (Seq[AnyRef], Set[Triple]), optionp: Boolean, arg2: (Seq[AnyRef], Set[Triple]), arg3: (Seq[AnyRef], Set[Triple]), arg4: (Seq[AnyRef], Set[Triple]), environment: Environment): (Option[Result], Set[Triple])
  10. def applyFunction(function: String, environment: Environment, arg1: Seq[String], arg2: Seq[String]): Set[String]
  11. def applyPatternFun(function: String, environment: Environment, arg1: String, arg2: Option[String]): AnyRef
  12. def applyProperty(property: String, index: Option[Int], value: Statement, environment: Environment): (Seq[AnyRef], Set[Triple])
  13. def applyProperty1(property: String, value: Statement, environment: Environment): Seq[AnyRef]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def cardinal(o: AnyRef): String
  16. def cardinality(o: AnyRef): String
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  18. val diffTable: Map[String, Array[String]]
  19. def doFun(function: String, values: Seq[AnyRef]): Result
  20. def doFun1(function: String, value: Seq[AnyRef], arg1: Seq[AnyRef], environment: Environment): Result
  21. def doFun2(function: String, value: Seq[AnyRef], arg1: Seq[AnyRef], arg2: Seq[AnyRef], environment: Environment): Result
  22. def doFun3(function: String, value: Seq[AnyRef], arg1: Seq[AnyRef], arg2: Seq[AnyRef], arg3: Seq[AnyRef], environment: Environment): Result
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def getNonProvAttributes(value: Statement): Seq[Attribute]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isNull(in: AnyRef): Option[AnyRef]
  30. def isNullSet(in: Set[_ <: AnyRef]): Option[AnyRef]
  31. def lookupTypedPhrase(kind: String, myValue: QualifiedName, features: Features, environment: Environment): Result
  32. def lookupTypedPhraseWithDefault(kind: String, myValue: QualifiedName, features: Features, environment: Environment): Result
  33. def lookup_attribute(value: Seq[AnyRef], arg1: Seq[AnyRef], environment: Environment): Result
  34. def lookup_ground_type_with_default(value: Seq[AnyRef], arg1: Seq[AnyRef], arg2: Seq[AnyRef], features: Features, environment: Environment): Result
  35. def lookup_type(value: Seq[AnyRef], arg1: Seq[AnyRef], arg2: Seq[AnyRef], features: Features, environment: Environment): Result
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def ordinal(o: AnyRef): String
  40. def processFunction(getStatement: (String) => Statement, getSeqStatement: (String) => Seq[Statement], amap: Map[String, AnyRef], environment: Environment): (Option[Result], Set[Triple])
  41. val provns: String
  42. implicit def sToResult(x: Seq[AnyRef]): Result
  43. implicit def sToResult(x: Phrase): Result
  44. implicit def sToResult(x: Map[String, AnyRef]): Result
  45. implicit def sToResult(x: String): Result
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def unwrap(aString: AnyRef): String
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped