|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.digraph.path.UEPathAlgebra
Algebra for UEPath Operations.
Constructor Summary | |
UEPathAlgebra()
|
Method Summary | |
static void |
checkValid(UEPath path,
UEDigraph digraph)
Check that the path is valid on digraph. |
static java.lang.String |
toString(UEPath path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UEPathAlgebra()
Method Detail |
public static void checkValid(UEPath path, UEDigraph digraph) throws NodeMissingException, EdgeMissingException
NodeMissingExcpetion
- if the path includes a node not in the digraph.
EdgeMissingException
- if the path includes an edge not in the digraph.
InvalidPathException
- if the path is not continuous.
NodeMissingException
public static java.lang.String toString(UEPath path)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |