public interface DynamicGraph extends TransitionGraph<DynamicNode,DynamicEdge>, GraphAssociation<RegulatoryGraph,RegulatoryNode,RegulatoryMultiEdge>
Modifier and Type | Field and Description |
---|---|
static int |
MAXLEVEL |
static int |
STARLEVEL |
Modifier and Type | Method and Description |
---|---|
DynamicEdge |
addEdge(DynamicNode source,
DynamicNode target,
boolean multiple)
add an edge between source and target
|
List<org.colomoto.biolqm.NodeInfo> |
getNodeOrder()
Return the node order as a list of String
|
void |
setNodeOrder(List<org.colomoto.biolqm.NodeInfo> node_order)
Set a list of String representing the order of node as defined by the model
|
List<Edge> |
shortestPath(byte[] source,
byte[] target)
look for the shortest path between two states.
|
fillExtraValues, getExtraNames, setLogicalModel
addViewListener, copyView, fireGraphChange, getAttributes, getDimension, getDisplayName, getEdgeAttributeReader, getNodeAttributeReader, getStyleManager, save, save, setAttribute
addEdge, addNode, containsEdge, containsNode, getAnnotation, getEdge, getEdges, getExistingNode, getGraphName, getIncomingEdges, getNodeByName, getNodeCount, getNodeOrderSize, getNodes, getOutgoingEdges, getShortestPath, getStronglyConnectedComponents, getSubgraph, merge, removeEdge, removeNode, searchNodes, setGraphName
getAssociatedGraph, getAssociatedGraphID, setAssociatedGraph, setAssociatedGraphID
static final int MAXLEVEL
static final int STARLEVEL
DynamicEdge addEdge(DynamicNode source, DynamicNode target, boolean multiple)
source
- target
- multiple
- List<org.colomoto.biolqm.NodeInfo> getNodeOrder()
void setNodeOrder(List<org.colomoto.biolqm.NodeInfo> node_order)
node_order
- the list of String representing the order of node as defined by the modelCopyright © 2005–2020. All rights reserved.