Package | Description |
---|---|
org.catacomb.numeric.difnet | |
org.catacomb.numeric.difnet.model |
Modifier and Type | Method and Description |
---|---|
StructureNode |
StructureLink.getNodeA() |
StructureNode |
StructureLink.getNodeB() |
StructureNode[] |
NetStructure.getNodes()
gets the properties of the nodes in the network which take part
in the diffusion process.
|
StructureNode |
StateNode.getStructureNode()
gets the properties object holding the non-state information for this
node
|
StructureNode[] |
NetFactory.newNodeArray(int n) |
StructureNode |
NetFactory.newStructureNode() |
Modifier and Type | Method and Description |
---|---|
NetStructure |
NetFactory.newNetStructure(StructureNode[] nodes,
StructureLink[] links) |
void |
StructureLink.setNodeA(StructureNode sn) |
void |
StructureLink.setNodeB(StructureNode sn) |
Modifier and Type | Class and Description |
---|---|
class |
BasicStructureNode |
Modifier and Type | Method and Description |
---|---|
StructureNode |
BasicStructureLink.getNodeA() |
StructureNode |
BasicStructureLink.getNodeB() |
StructureNode[] |
BasicNetStructure.getNodes() |
StructureNode |
BasicStateNode.getStructureNode() |
StructureNode[] |
BasicNetFactory.newNodeArray(int n) |
StructureNode |
BasicNetFactory.newStructureNode() |
Modifier and Type | Method and Description |
---|---|
NetStructure |
BasicNetFactory.newNetStructure(StructureNode[] nodes,
StructureLink[] links) |
void |
BasicStructureLink.setNodeA(StructureNode sn) |
void |
BasicStructureLink.setNodeB(StructureNode sn) |
Copyright © 2013. All Rights Reserved.