Package | Description |
---|---|
org.ginsim.service.tool.localgraph |
Modifier and Type | Method and Description |
---|---|
static LocalGraphCategory |
LocalGraphCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalGraphCategory[] |
LocalGraphCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<RegulatoryMultiEdge,LocalGraphCategory> |
LocalGraph.run() |
Map<RegulatoryMultiEdge,LocalGraphCategory> |
LocalGraphService.run(RegulatoryGraph graph,
List<byte[]> selStates) |
Map<RegulatoryMultiEdge,LocalGraphCategory> |
LocalGraphService.run(RegulatoryGraph graph,
List<byte[]> selStates,
Perturbation mutant) |
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.