Class GraphObject

    • Constructor Summary

      Constructors 
      Constructor Description
      GraphObject​(java.lang.String sha, java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSha()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • GraphObject

        public GraphObject​(java.lang.String sha,
                           java.lang.String type)
    • Method Detail

      • getSha

        public java.lang.String getSha()
        Specified by:
        getSha in interface IGraphObject
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface IGraphObject