Triple
directly. This interface will be removed.@Deprecated public interface TripleMatch
Modifier and Type | Method and Description |
---|---|
Triple |
asTriple()
Deprecated.
|
Node |
getMatchObject()
Deprecated.
If it is known that all triples selected by this match will
have a common object, return that node, otherwise return null
|
Node |
getMatchPredicate()
Deprecated.
If it is known that all triples selected by this match will
have a common predicate, return that node, otherwise return null
|
Node |
getMatchSubject()
Deprecated.
If it is known that all triples selected by this filter will
have a common subject, return that node, otherwise return null
|
Node getMatchSubject()
Node getMatchPredicate()
Node getMatchObject()
@Deprecated Triple asTriple()
Licenced under the Apache License, Version 2.0