Class Argument

java.lang.Object
org.eclipse.rdf4j.spin.Argument

public class Argument extends Object
Class to represent a SPIN argument.
  • Constructor Details

    • Argument

      public Argument(IRI IRI, IRI valueType, boolean optional, Value defaultValue)
  • Method Details

    • getPredicate

      public IRI getPredicate()
    • getValueType

      public IRI getValueType()
    • isOptional

      public boolean isOptional()
    • getDefaultValue

      public Value getDefaultValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object