public interface NetState
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 |
setOK() |
void |
setTime(double t) |
boolean |
useIntrinsics() |
StateNode[] getNodes()
StateLink[] getLinks()
StateNode getNode(int inode)
double getValueAt(int i)
boolean useIntrinsics()
boolean forceFullMatrix()
void setError()
void setOK()
boolean isError()
double getTime()
void setTime(double t)
Copyright © 2013. All Rights Reserved.