Class AbstractReifiedResource<T>

    • Constructor Detail

      • AbstractReifiedResource

        protected AbstractReifiedResource()
      • AbstractReifiedResource

        protected AbstractReifiedResource​(T value)
    • Method Detail

      • getValue

        public T getValue()
        Description copied from interface: IReifiedResource
        Gets the object of the reified statement.
        Specified by:
        getValue in interface IReifiedResource<T>
        Returns:
        the object of the reified statement
      • setValue

        public void setValue​(T value)
        Description copied from interface: IReifiedResource
        Sets the object of the reified statement.
        Specified by:
        setValue in interface IReifiedResource<T>
        Parameters:
        value - the object of the reified statement