Package | Description |
---|---|
org.catacomb.numeric.difnet | |
org.catacomb.numeric.difnet.model |
Modifier and Type | Method and Description |
---|---|
StructureLink[] |
NetStructure.getLinks()
gets the properties of the links in the network which take part
in the diffusion calculation.
|
StructureLink |
StateLink.getStructureLink()
gets the shared properties object holding the non-state information
for this link.
|
StructureLink[] |
NetFactory.newLinkArray(int n) |
StructureLink |
NetFactory.newStructureLink() |
Modifier and Type | Method and Description |
---|---|
NetStructure |
NetFactory.newNetStructure(StructureNode[] nodes,
StructureLink[] links) |
Modifier and Type | Class and Description |
---|---|
class |
BasicStructureLink |
Modifier and Type | Method and Description |
---|---|
StructureLink[] |
BasicNetStructure.getLinks() |
StructureLink |
BasicStateLink.getStructureLink() |
StructureLink[] |
BasicNetFactory.newLinkArray(int n) |
StructureLink |
BasicNetFactory.newStructureLink() |
Modifier and Type | Method and Description |
---|---|
NetStructure |
BasicNetFactory.newNetStructure(StructureNode[] nodes,
StructureLink[] links) |
Copyright © 2013. All Rights Reserved.