Class Usage


  • public class Usage
    extends java.lang.Object
    Describes object usages. Object is represented by its URI and objects using it by collection of entries.
    • Constructor Summary

      Constructors 
      Constructor Description
      Usage​(java.lang.String uri, java.util.Collection<Entry> usedBy)
      Constructs object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUri()  
      java.util.Collection<Entry> getUsedBy()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Usage

        public Usage​(java.lang.String uri,
                     java.util.Collection<Entry> usedBy)
        Constructs object.
        Parameters:
        uri - object URI
        usedBy - using objects
    • Method Detail

      • getUri

        public java.lang.String getUri()
      • getUsedBy

        public java.util.Collection<Entry> getUsedBy()
      • toString

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