Package alps.java.api.util
Klasse StringWithExtra
java.lang.Object
alps.java.api.util.StringWithExtra
- Alle implementierten Schnittstellen:
IStringWithExtra
- Bekannte direkte Unterklassen:
DataTypeString
,LanguageSpecificString
,StringWithoutExtra
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorBeschreibungStringWithExtra
(String input) StringWithExtra
(String content, String extra) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract IStringWithExtra
clone()
Clones the current string with extra to get a new instanceboolean
Returns the content, the actual stringgetExtra()
Returns the extra that is specified in addition to the string.abstract org.apache.jena.graph.Node
getNodeFromString
(IPASSGraph graph) Creates aRDFNode
from the current string (a literal node) therefor it needs a graph as contextint
hashCode()
void
setContent
(String content) Sets the content, the actual stringvoid
Sets the extra that is specified in addition to the string.
-
Felddetails
-
-
extra
-
-
Konstruktordetails
-
StringWithExtra
-
StringWithExtra
-
-
Methodendetails
-
getContent
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Returns the content, the actual string- Angegeben von:
getContent
in SchnittstelleIStringWithExtra
- Gibt zurück:
- the actual String
-
getExtra
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Returns the extra that is specified in addition to the string. What this is depends on the concrete implementation- Angegeben von:
getExtra
in SchnittstelleIStringWithExtra
- Gibt zurück:
- the extra information
-
setContent
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Sets the content, the actual string- Angegeben von:
setContent
in SchnittstelleIStringWithExtra
-
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
-
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
- Parameter:
graph
- the context in which the node is created- Gibt zurück:
- the created Node
-
clone
Beschreibung aus Schnittstelle kopiert:IStringWithExtra
Clones the current string with extra to get a new instance- Angegeben von:
clone
in SchnittstelleIStringWithExtra
- Setzt außer Kraft:
clone
in KlasseObject
- Gibt zurück:
- clone of the current String
-
equals
-
hashCode
public int hashCode()
-