Package | Description |
---|---|
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.service.tool.localgraph |
Modifier and Type | Method and Description |
---|---|
static ActivityLevel |
ActivityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityLevel[] |
ActivityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Color |
DefaultRegulatoryNodeStyle.getDefaultColor(ActivityLevel level) |
Modifier and Type | Method and Description |
---|---|
void |
LocalGraphStyleProvider.setMapping(Map<RegulatoryMultiEdge,LocalGraphCategory> functionalityMap,
Map<RegulatoryNode,ActivityLevel> activityMap) |
Constructor and Description |
---|
LocalGraphStyleProvider(StyleManager<RegulatoryNode,RegulatoryMultiEdge> styleManager,
Map<RegulatoryMultiEdge,LocalGraphCategory> functionalityMap,
Map<RegulatoryNode,ActivityLevel> activityMap) |
Copyright © 2005–2020. All rights reserved.