Class Update

    • Constructor Summary

      Constructors 
      Constructor Description
      Update()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean equalTo​(Update other, NodeIsomorphismMap isoMap)
      Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
      abstract void visit​(UpdateVisitor visitor)  
      • Methods inherited from class java.lang.Object

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

      • Update

        public Update()
    • Method Detail

      • equalTo

        public abstract boolean equalTo​(Update other,
                                        NodeIsomorphismMap isoMap)
        Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals