Package | Description |
---|---|
org.ginsim.core.graph |
Define the main Graph interfaces, and a GraphManager to handle graph types
|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.core.graph.hierarchicaltransitiongraph | |
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.tree |
The Tree graph is a representation of a logical functions, allowing a graphical representation.
|
org.ginsim.core.graph.view |
Define the layout and appearance of graph elements.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
org.ginsim.service.tool.graphcomparator | |
org.ginsim.service.tool.interactionanalysis | |
org.ginsim.service.tool.localgraph | |
org.ginsim.service.tool.scc | |
org.ginsim.servicegui.tool.lrgcolorizer | |
org.ginsim.servicegui.tool.pathfinding | |
org.ginsim.servicegui.tool.regulatorygraphanimation |
animate the regulatory graph (by simply changing nodes and edge's colors)
according to a path/state in the state transition graph.
|
Modifier and Type | Method and Description |
---|---|
NodeStyle |
GraphFactory.createDefaultNodeStyle(G graph) |
NodeStyle |
AbstractGraphFactory.createDefaultNodeStyle(G graph) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
NodeAttributeReaderImpl.getDefaultNodeStyle() |
NodeStyle<V> |
NodeAttributeReaderImpl.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
NodeAttributeReaderImpl.setStyle(NodeStyle<V> style) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDynamicNodeStyle
Default style for nodes in the State Transition Graph.
|
Modifier and Type | Method and Description |
---|---|
NodeStyle<DynamicNode> |
DynamicGraphFactory.createDefaultNodeStyle(DynamicGraph graph) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHTGNodeStyle
Default style for the HTG.
|
Modifier and Type | Method and Description |
---|---|
NodeStyle<HierarchicalNode> |
HierarchicalTransitionGraphFactory.createDefaultNodeStyle(HierarchicalTransitionGraph graph) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRegulatoryNodeStyle |
Modifier and Type | Method and Description |
---|---|
NodeStyle<RegulatoryNode> |
RegulatoryGraphFactory.createDefaultNodeStyle(RegulatoryGraph graph) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeNodeStyle |
Modifier and Type | Method and Description |
---|---|
NodeStyle<TreeNode> |
TreeFactory.createDefaultNodeStyle(Tree graph) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<V> |
NodeAttributesReader.getDefaultNodeStyle()
Get the default style for the nodes in this graph.
|
NodeStyle |
NodeViewInfo.getStyle()
Get the style used to draw this node.
|
NodeStyle<V> |
NodeAttributesReader.getStyle() |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeViewInfo.setStyle(NodeStyle style)
Set the style to use for this node.
|
void |
NodeAttributesReader.setStyle(NodeStyle<V> style) |
Modifier and Type | Class and Description |
---|---|
class |
NodeStyleImpl<V>
Simple implementation for NodeStyle.
|
class |
NodeStyleOverride<V> |
Modifier and Type | Method and Description |
---|---|
NodeStyle<V> |
StyleManager.addNodeStyle()
Create a new node style.
|
NodeStyle<V> |
StyleManager.getDefaultNodeStyle()
Retrieve the default style for nodes
|
NodeStyle<V> |
StyleManager.getNodeStyle(String name)
Retrieve a node style based on its name.
|
NodeStyle<V> |
StyleProvider.getNodeStyle(V node,
NodeStyle<V> baseStyle)
Get the style to use for a node.
|
NodeStyle<V> |
StyleManager.getUsedNodeStyle(V node)
Get the node style stored in the graph.
|
NodeStyle<V> |
StyleManager.getViewNodeStyle(V node)
Get the node style used for the view.
|
NodeStyle |
StyleManager.guessNodeStyle(String qName,
Attributes attributes)
Find a node style corresponding to the desired attributes.
|
Modifier and Type | Method and Description |
---|---|
List<NodeStyle<V>> |
StyleManager.getNodeStyles()
Get the list of all node styles
|
Modifier and Type | Method and Description |
---|---|
void |
StyleManager.applyNodeStyle(Collection<V> nodes,
NodeStyle<V> style)
Apply a style to a group of nodes.
|
void |
StyleManager.applyNodeStyle(V node,
NodeStyle<V> style)
Apply a style to a single node.
|
NodeStyle<V> |
StyleProvider.getNodeStyle(V node,
NodeStyle<V> baseStyle)
Get the style to use for a node.
|
Constructor and Description |
---|
NodeStyleImpl(String name,
NodeStyle<V> parent) |
NodeStyleOverride(NodeStyle<V> style) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
GraphComparatorStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
GraphComparatorStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
InteractionAnalysisStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
InteractionAnalysisStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<RegulatoryNode> |
LocalGraphStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<RegulatoryNode> |
LocalGraphStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
ConnectivityStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
ConnectivityStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<RegulatoryNode> |
LRGPatternStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<RegulatoryNode> |
LRGPatternStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
PathStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle |
PathStyleProvider.getNodeStyle(Object node,
NodeStyle baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<DynamicNode> |
STGPathStyleProvider.getNodeStyle(DynamicNode node,
NodeStyle<DynamicNode> baseStyle) |
NodeStyle<RegulatoryNode> |
LRGCustomStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
NodeStyle<RegulatoryNode> |
LRGStateStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Modifier and Type | Method and Description |
---|---|
NodeStyle<DynamicNode> |
STGPathStyleProvider.getNodeStyle(DynamicNode node,
NodeStyle<DynamicNode> baseStyle) |
NodeStyle<RegulatoryNode> |
LRGCustomStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
NodeStyle<RegulatoryNode> |
LRGStateStyleProvider.getNodeStyle(RegulatoryNode node,
NodeStyle<RegulatoryNode> baseStyle) |
Copyright © 2005–2020. All rights reserved.