Package alps.java.api.util
Klasse StringWithoutExtra
java.lang.Object
alps.java.api.util.StringWithExtra
alps.java.api.util.StringWithoutExtra
- Alle implementierten Schnittstellen:
IStringWithExtra
-
Feldübersicht
Von Klasse geerbte Felder alps.java.api.util.StringWithExtra
content, extra
-
Konstruktorübersicht
KonstruktorBeschreibungStringWithoutExtra
(String content) StringWithoutExtra
(String content, String lang) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()
Clones the current string with extra to get a new instanceorg.apache.jena.graph.Node
getNodeFromString
(IPASSGraph graph) Creates aRDFNode
from the current string (a literal node) therefor it needs a graph as contextvoid
Sets the extra that is specified in addition to the string.toString()
Von Klasse geerbte Methoden alps.java.api.util.StringWithExtra
equals, getContent, getExtra, hashCode, setContent
-
Konstruktordetails
-
StringWithoutExtra
-
StringWithoutExtra
-
-
Methodendetails
-
clone
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Clones the current string with extra to get a new instance- Angegeben von:
clone
in SchnittstelleIStringWithExtra
- Angegeben von:
clone
in KlasseStringWithExtra
- Gibt zurück:
- clone of the current String
-
getNodeFromString
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Creates aRDFNode
from the current string (a literal node) therefor it needs a graph as context- Angegeben von:
getNodeFromString
in SchnittstelleIStringWithExtra
- Angegeben von:
getNodeFromString
in KlasseStringWithExtra
- Parameter:
graph
- the context in which the node is created- Gibt zurück:
- the created Node
-
setExtra
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Sets the extra that is specified in addition to the string. What this is depends on the concrete implementation.- Angegeben von:
setExtra
in SchnittstelleIStringWithExtra
- Setzt außer Kraft:
setExtra
in KlasseStringWithExtra
-
toString
-