|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.walend.digraph.GEDigraphAlgebra
Algebra for GEDigraph Operations.
| Constructor Summary | |
GEDigraphAlgebra()
|
|
| Method Summary | |
static boolean |
containsGEDigraph(GEDigraph outer,
GEDigraph inner)
Returns true if inner is a subgraph of outer. |
static void |
intersectGEDigraphs(GEDigraph dg1,
GEDigraph dg2,
MutableGEDigraph intersection)
Returns a GEDigraph containing the intersection of dg1 and dg2. |
static boolean |
sameGEDigraphs(GEDigraph dg1,
GEDigraph dg2)
Returns true if digraph is the same as this, and all their contents have the same state. |
static void |
unionGEDigraphs(GEDigraph dg1,
GEDigraph dg2,
MutableGEDigraph union)
Returns a GEDigraph containing the intersection of dg1 and dg2. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GEDigraphAlgebra()
| Method Detail |
public static boolean containsGEDigraph(GEDigraph outer,
GEDigraph inner)
public static boolean sameGEDigraphs(GEDigraph dg1,
GEDigraph dg2)
public static void intersectGEDigraphs(GEDigraph dg1,
GEDigraph dg2,
MutableGEDigraph intersection)
intersection - should be an empty mutable digraph. If it isn't, this method clears it.
public static void unionGEDigraphs(GEDigraph dg1,
GEDigraph dg2,
MutableGEDigraph union)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||