object Query extends Serializable
The Query
companion object provides methods that work on triples.
- Alphabetic
- By Inheritance
- Query
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CHAR_VARIABLE: Char
- val STR_REGEX: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasRegex[TLabel](triple: (TLabel, TLabel, TLabel)): Set[Int]
Determine which parts (s, p, o)/(1, 2, 3) of the triple include regexes, returning the set labels, e.g., {2, 3} that have one.
Determine which parts (s, p, o)/(1, 2, 3) of the triple include regexes, returning the set labels, e.g., {2, 3} that have one. A regex is indicated when a label ends with 'STR_REGEX'.
- triple
the triple to be check for regexes
- def hasVariable[TLabel](triple: (TLabel, TLabel, TLabel)): Set[Int]
Determine which parts (s, p, o)/(1, 2, 3) of the triple have variables, returning the set labels, e.g., {2, 3} that have one.
Determine which parts (s, p, o)/(1, 2, 3) of the triple have variables, returning the set labels, e.g., {2, 3} that have one. A variable is indicated when a label starts with 'CHAR_VARIABLE'.
- triple
the triple to be check for variables
- def hasWildcard[TLabel](triple: (TLabel, TLabel, TLabel)): Set[Int]
Determine which parts (s, p, o)/(1, 2, 3) of the triple have wildcards, returning the set labels, e.g., {2, 3} that have one.
Determine which parts (s, p, o)/(1, 2, 3) of the triple have wildcards, returning the set labels, e.g., {2, 3} that have one. A wildcard is indicated by the existence of a 'CHAR_WILD' character anywhere in a label.
- triple
the triple to be check for wildcards
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated