|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.iss.utils.GraphUtils
public final class GraphUtils
Utility class to get the "graph representation" info from an AM model.
Method Summary | |
---|---|
static Pair<Integer,Integer> |
getGraphRepresentation(AMModel model)
Returns the graph representation info for the provided model. |
static String |
getGraphVizInput(AMModel model)
Returns a graph representation of the specified model in GraphViz language. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Pair<Integer,Integer> getGraphRepresentation(AMModel model)
model
- AM model to get info from.
public static String getGraphVizInput(AMModel model)
MappingUtils#mappingsCollide()
) will be represented as an
edge connecting these two vertices.
model
- AM model to create GraphViz input from.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |