Klasse StringWithExtra

java.lang.Object
alps.java.api.util.StringWithExtra
Alle implementierten Schnittstellen:
IStringWithExtra
Bekannte direkte Unterklassen:
DataTypeString, LanguageSpecificString, StringWithoutExtra

public abstract class StringWithExtra extends Object implements IStringWithExtra
  • Felddetails

    • content

      protected String content
    • extra

      protected String extra
  • Konstruktordetails

    • StringWithExtra

      public StringWithExtra(String input)
    • StringWithExtra

      public StringWithExtra(String content, String extra)
  • Methodendetails

    • getContent

      public String getContent()
      Beschreibung aus Schnittstelle kopiert: IStringWithExtra
      Returns the content, the actual string
      Angegeben von:
      getContent in Schnittstelle IStringWithExtra
      Gibt zurück:
      the actual String
    • getExtra

      public 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 Schnittstelle IStringWithExtra
      Gibt zurück:
      the extra information
    • setContent

      public void setContent(String content)
      Beschreibung aus Schnittstelle kopiert: IStringWithExtra
      Sets the content, the actual string
      Angegeben von:
      setContent in Schnittstelle IStringWithExtra
    • setExtra

      public void setExtra(String extra)
      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 Schnittstelle IStringWithExtra
    • getNodeFromString

      public abstract org.apache.jena.graph.Node getNodeFromString(IPASSGraph graph)
      Beschreibung aus Schnittstelle kopiert: IStringWithExtra
      Creates a RDFNode from the current string (a literal node) therefor it needs a graph as context
      Angegeben von:
      getNodeFromString in Schnittstelle IStringWithExtra
      Parameter:
      graph - the context in which the node is created
      Gibt zurück:
      the created Node
    • clone

      public abstract IStringWithExtra clone()
      Beschreibung aus Schnittstelle kopiert: IStringWithExtra
      Clones the current string with extra to get a new instance
      Angegeben von:
      clone in Schnittstelle IStringWithExtra
      Setzt außer Kraft:
      clone in Klasse Object
      Gibt zurück:
      clone of the current String
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object