Modifier and Type | Field and Description |
---|---|
(package private) static int |
ierr |
(package private) static int |
iok |
(package private) static int |
istat |
BasicStateLink[] |
links |
BasicStateNode[] |
nodes |
(package private) BasicNetStructure |
structure |
(package private) double |
time |
Constructor and Description |
---|
BasicNetState(BasicNetStructure bns,
BasicStateNode[] nds,
BasicStateLink[] lks) |
Modifier and Type | Method and Description |
---|---|
boolean |
forceFullMatrix() |
StateLink[] |
getLinks()
gets the links in hte netowork which take part in the diffusion
calculation.
|
StateNode |
getNode(int inode) |
StateNode[] |
getNodes()
gets the nodes in the network which take part in the diffusion
process.
|
double |
getTime() |
double |
getValueAt(int i) |
boolean |
isError() |
void |
setError() |
void |
setLinks(BasicStateLink[] alp) |
void |
setNodes(BasicStateNode[] anp) |
void |
setOK() |
void |
setTime(double t) |
boolean |
useIntrinsics() |
BasicNetStructure structure
public BasicStateNode[] nodes
public BasicStateLink[] links
static int iok
static int ierr
static int istat
double time
public BasicNetState(BasicNetStructure bns, BasicStateNode[] nds, BasicStateLink[] lks)
public StateNode[] getNodes()
NetState
public StateLink[] getLinks()
NetState
public double getValueAt(int i)
getValueAt
in interface NetState
public void setNodes(BasicStateNode[] anp)
public void setLinks(BasicStateLink[] alp)
public boolean useIntrinsics()
useIntrinsics
in interface NetState
public boolean forceFullMatrix()
forceFullMatrix
in interface NetState
Copyright © 2013. All Rights Reserved.