Class Argument


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

      • Argument

        public Argument​(org.eclipse.rdf4j.model.IRI IRI,
                        org.eclipse.rdf4j.model.IRI valueType,
                        boolean optional,
                        org.eclipse.rdf4j.model.Value defaultValue)
    • Method Detail

      • getPredicate

        public org.eclipse.rdf4j.model.IRI getPredicate()
      • getValueType

        public org.eclipse.rdf4j.model.IRI getValueType()
      • isOptional

        public boolean isOptional()
      • getDefaultValue

        public org.eclipse.rdf4j.model.Value getDefaultValue()