Class DeltaDisplay


  • public class DeltaDisplay
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DeltaDisplay()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void showAdded​(com.ensoftcorp.atlas.core.query.Q q1, com.ensoftcorp.atlas.core.query.Q q2, boolean extend, java.lang.String title)
      Displays nodes/edges that were added from q1 to q2
      static void showDelta​(com.ensoftcorp.atlas.core.query.Q q1, com.ensoftcorp.atlas.core.query.Q q2, boolean extend, java.lang.String title)
      Displays nodes/edges that were added from q1 to q2 in BLUE and displays the nodes/edges that were removed from q1 to q2 in RED.
      static void showRemoved​(com.ensoftcorp.atlas.core.query.Q q1, com.ensoftcorp.atlas.core.query.Q q2, boolean extend, java.lang.String title)
      Displays nodes/edges that were removed from q1 to q2
      • Methods inherited from class java.lang.Object

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

      • DeltaDisplay

        public DeltaDisplay()
    • Method Detail

      • showDelta

        public static void showDelta​(com.ensoftcorp.atlas.core.query.Q q1,
                                     com.ensoftcorp.atlas.core.query.Q q2,
                                     boolean extend,
                                     java.lang.String title)
        Displays nodes/edges that were added from q1 to q2 in BLUE and displays the nodes/edges that were removed from q1 to q2 in RED.
        Parameters:
        q1 -
        q2 -
      • showRemoved

        public static void showRemoved​(com.ensoftcorp.atlas.core.query.Q q1,
                                       com.ensoftcorp.atlas.core.query.Q q2,
                                       boolean extend,
                                       java.lang.String title)
        Displays nodes/edges that were removed from q1 to q2
        Parameters:
        q1 -
        q2 -
      • showAdded

        public static void showAdded​(com.ensoftcorp.atlas.core.query.Q q1,
                                     com.ensoftcorp.atlas.core.query.Q q2,
                                     boolean extend,
                                     java.lang.String title)
        Displays nodes/edges that were added from q1 to q2
        Parameters:
        q1 -
        q2 -