public interface TransitionGraph<V,E extends Edge<V>> extends Graph<V,E>
Modifier and Type | Method and Description |
---|---|
byte[] |
fillExtraValues(byte[] state,
byte[] extraValues)
Retrieve the values for all extra components for a given state.
|
String[] |
getExtraNames()
Get the list of known extra components names.
|
void |
setLogicalModel(org.colomoto.biolqm.LogicalModel model)
Associate a logicalModel with this STG, notably to retrieve extra values.
|
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
String[] getExtraNames()
byte[] fillExtraValues(byte[] state, byte[] extraValues)
state
- extraValues
- array in which to put the values.void setLogicalModel(org.colomoto.biolqm.LogicalModel model)
model
- Copyright © 2005–2020. All rights reserved.