Class NodePropertyChangeOperation

    • Field Detail

      • property

        protected String property
      • oldValue

        protected Object oldValue
      • newValue

        protected Object newValue
    • Constructor Detail

      • NodePropertyChangeOperation

        public NodePropertyChangeOperation​(Object nodeId,
                                           String property,
                                           Object oldValue,
                                           Object newValue)
      • NodePropertyChangeOperation

        public NodePropertyChangeOperation​(Object nodeId,
                                           String property,
                                           Object oldValue,
                                           Object newValue,
                                           int diffId)
    • Method Detail

      • getProperty

        public String getProperty()
        Since:
        3.0
      • isNoop

        public boolean isNoop()
        Returns true if both old and new value are equal.
        Specified by:
        isNoop in interface GraphDiff
        Overrides:
        isNoop in class NodeDiff