public class GraphUtils
extends java.lang.Object
Constructor and Description |
---|
GraphUtils() |
Modifier and Type | Method and Description |
---|---|
static org.sbml.x2001.ns.celldesigner.SbmlDocument |
convertFromListOfReactionsToSBML(java.util.Vector reactions) |
static java.lang.String |
correctId(java.lang.String s) |
static java.util.Vector |
determineRealValuedAttributes(Graph graph) |
static java.util.Vector<java.lang.String> |
getAllAttributeNames(Graph g) |
static java.lang.String |
getEdgeType(Edge e) |
static java.lang.String |
getListOfReactionsTable(Graph _graphDoc,
BioPAX _biopaxobject,
org.sbml.x2001.ns.celldesigner.SbmlDocument _sbmlobject) |
public static java.lang.String getListOfReactionsTable(Graph _graphDoc, BioPAX _biopaxobject, org.sbml.x2001.ns.celldesigner.SbmlDocument _sbmlobject) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getEdgeType(Edge e)
public static org.sbml.x2001.ns.celldesigner.SbmlDocument convertFromListOfReactionsToSBML(java.util.Vector reactions)
public static java.lang.String correctId(java.lang.String s)
public static java.util.Vector determineRealValuedAttributes(Graph graph)
public static java.util.Vector<java.lang.String> getAllAttributeNames(Graph g)