public class BasicNetStructure extends java.lang.Object implements NetStructure
| Modifier and Type | Field and Description |
|---|---|
(package private) BasicStructureNode |
environmentNode |
BasicStructureLink[] |
links |
(package private) int |
nEnvironmentLink |
BasicStructureNode[] |
nodes |
| Constructor and Description |
|---|
BasicNetStructure() |
| Modifier and Type | Method and Description |
|---|---|
StructureLink[] |
getLinks()
gets the properties of the links in the network which take part
in the diffusion calculation.
|
StructureNode[] |
getNodes()
gets the properties of the nodes in the network which take part
in the diffusion process.
|
NetState |
newState()
makes a new net according to these properties.
|
void |
setAxialConductance(double d) |
void |
setEnvironmentValue(double d) |
void |
setInitialValue(double d) |
void |
setLinks(BasicStructureLink[] alp) |
void |
setNodes(BasicStructureNode[] anp) |
void |
setSurfaceCapacitance(double csurf) |
void |
setSurfaceConductance(double gsurf) |
BasicStructureNode environmentNode
int nEnvironmentLink
public BasicStructureNode[] nodes
public BasicStructureLink[] links
public StructureNode[] getNodes()
NetStructuregetNodes in interface NetStructurepublic StructureLink[] getLinks()
NetStructuregetLinks in interface NetStructurepublic void setNodes(BasicStructureNode[] anp)
public void setLinks(BasicStructureLink[] alp)
public void setSurfaceCapacitance(double csurf)
public void setEnvironmentValue(double d)
public void setInitialValue(double d)
public void setSurfaceConductance(double gsurf)
public void setAxialConductance(double d)
public NetState newState()
newState in interface NetStructureCopyright © 2013. All Rights Reserved.