Class Argument


  • public class Argument
    extends java.lang.Object
    Class to represent a SPIN argument.
    • Field Detail

      • IRI

        private final IRI IRI
      • valueType

        private final IRI valueType
      • optional

        private final boolean optional
      • defaultValue

        private final Value defaultValue
    • 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()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object