Class Argument


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

      • Argument

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

      • getPredicate

        public IRI getPredicate()
      • getValueType

        public IRI getValueType()
      • isOptional

        public boolean isOptional()
      • getDefaultValue

        public Value getDefaultValue()