public class ConnectivityMatrix extends Object
| Constructor and Description |
|---|
ConnectivityMatrix(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCoreTargets(int idx,
boolean extra)
Get the list of components regulated by a given core component.
|
org.colomoto.mddlib.VariableEffect[][] |
getRegulatorEffects(int idx,
boolean extra)
Get sign information about the regulators of a node.
|
int[] |
getRegulators(int idx,
boolean extra)
Get the list of core components regulating a given component.
|
public ConnectivityMatrix(LogicalModel model)
public int[] getRegulators(int idx,
boolean extra)
idx - index of the componentextra - if true the considered component is an extra component, otherwise it is part of the corepublic int[] getCoreTargets(int idx,
boolean extra)
idx - index of the considered core componentextra - if true, it will give regulated extra components, otherwise core componentspublic org.colomoto.mddlib.VariableEffect[][] getRegulatorEffects(int idx,
boolean extra)
idx - the component indexextra - if true, consider extra components instead of coreCopyright © 2012–2020. All rights reserved.