Interface HasValue

  • All Known Subinterfaces:
    Entity
    All Known Implementing Classes:
    Entity

    public interface HasValue

    Interface for PROV objects that have a value.

    PROV-DM Definition for prov:value: The attribute prov:value provides a value that is a direct representation of an entity as a PROV-DM Value.

    Relevant class

    • Method Summary

      Modifier and Type Method Description
      Value getValue()  
      void setValue​(Value value)  
    • Method Detail

      • getValue

        Value getValue()
      • setValue

        void setValue​(Value value)