object Query extends Serializable
The Query
companion object provides methods that work on triples.
- Alphabetic
- By Inheritance
- Query
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )