public class ActivityNetworkAnalyzer extends Object
| Constructor and Description |
|---|
ActivityNetworkAnalyzer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeStates(Model model)
Deprecated.
Given a model this method will analyze the states and populate the stateChangeMap and extendedControls maps.
|
Set<PEStateChange> |
getAllStates(EntityReference er)
Deprecated.
|
Set<SimplePhysicalEntity> |
getPrecedingStates(SimplePhysicalEntity spe)
Deprecated.
|
Set<SimplePhysicalEntity> |
getSucceedingStates(SimplePhysicalEntity spe)
Deprecated.
|
void |
writeStateNetworkAnalysis(OutputStream out)
Deprecated.
This method writes out the results of the stateNetworkAnalysis for each detected state change.
|
public void analyzeStates(Model model)
model - to be analyzed.public Set<SimplePhysicalEntity> getPrecedingStates(SimplePhysicalEntity spe)
spe - a physical entity but complexpublic Set<PEStateChange> getAllStates(EntityReference er)
public Set<SimplePhysicalEntity> getSucceedingStates(SimplePhysicalEntity spe)
spe - a physical entity but complexpublic void writeStateNetworkAnalysis(OutputStream out) throws IOException
out - output streamIOException - when an I/O error happensCopyright © 2015 BioPAX. All rights reserved.