Class RdfLiteral<T>

java.lang.Object
io.github.webbasedwodt.model.ontology.rdf.RdfLiteral<T>
Type Parameters:
T - the type of the literal.
All Implemented Interfaces:
RdfNode

public final class RdfLiteral<T> extends Object implements RdfNode
It models the concept of RDF Literal.
  • Constructor Details

    • RdfLiteral

      public RdfLiteral(T value)
      Default constructor.
      Parameters:
      value - the value of the literal
  • Method Details

    • getValue

      public T getValue()
      Getter.
      Returns:
      the literal