Package com.ensoftcorp.open.cg.common
Class DeltaDisplay
- java.lang.Object
-
- com.ensoftcorp.open.cg.common.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 q2static 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
-
-
-
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
-
-
-