Package alps.java.api.util
Klasse IncompleteTriple
java.lang.Object
alps.java.api.util.IncompleteTriple
- Alle implementierten Schnittstellen:
IIncompleteTriple
-
Verschachtelte Klassen - Übersicht
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorBeschreibungIncompleteTriple
(String predicate, IStringWithExtra objectWithExtra) IncompleteTriple
(String predicate, String objectContent) IncompleteTriple
(String predicate, String objectContent, IncompleteTriple.LiteralType literalType, String objectAddition) IncompleteTriple
(org.apache.jena.graph.Triple realTriple) IncompleteTriple
(org.apache.jena.graph.Triple realTriple, String baseUriToReplace) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Get the object attribute of the incomplete tripleGet the object attribute + extra attribute (language tag or datatype) of the incomplete tripleGet the predicate attribute of the incomplete Tripleorg.apache.jena.graph.Triple
getRealTriple
(IPASSGraph graph, org.apache.jena.graph.Node subjectNode) Returns a real triple to the incomplete triple, therefor a subject must be providedint
hashCode()
-
Felddetails
-
predicateContent
-
extraString
-
-
Konstruktordetails
-
IncompleteTriple
-
IncompleteTriple
-
IncompleteTriple
public IncompleteTriple(org.apache.jena.graph.Triple realTriple) -
IncompleteTriple
public IncompleteTriple(String predicate, String objectContent, IncompleteTriple.LiteralType literalType, String objectAddition) -
IncompleteTriple
-
-
Methodendetails
-
getRealTriple
public org.apache.jena.graph.Triple getRealTriple(IPASSGraph graph, org.apache.jena.graph.Node subjectNode) Beschreibung aus Schnittstelle kopiert:IIncompleteTriple
Returns a real triple to the incomplete triple, therefor a subject must be provided- Angegeben von:
getRealTriple
in SchnittstelleIIncompleteTriple
- Parameter:
graph
- The graph that is used to create the triplesubjectNode
- the subject that will be subject of the new triple- Gibt zurück:
- The real triple
-
getPredicate
Beschreibung aus Schnittstelle kopiert:IIncompleteTriple
Get the predicate attribute of the incomplete Triple- Angegeben von:
getPredicate
in SchnittstelleIIncompleteTriple
-
getObject
Beschreibung aus Schnittstelle kopiert:IIncompleteTriple
Get the object attribute of the incomplete triple- Angegeben von:
getObject
in SchnittstelleIIncompleteTriple
-
equals
-
getObjectWithExtra
Beschreibung aus Schnittstelle kopiert:IIncompleteTriple
Get the object attribute + extra attribute (language tag or datatype) of the incomplete triple- Angegeben von:
getObjectWithExtra
in SchnittstelleIIncompleteTriple
-
hashCode
public int hashCode()
-