-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Node,java.io.Serializable,java.lang.Comparable,java.lang.Iterable
public class DoubleNode extends AbstractNode<Double>
-
-
Constructor Summary
Constructors Constructor Description DoubleNode(Environment<Double, out Object> env)Builds a new DoubleNode.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.implementations.nodes.AbstractNode
addReaction, cloneNode, compareTo, contains, equals, forEach, getConcentration, getContents, getId, getMoleculeCount, getReactions, hashCode, iterator, removeConcentration, removeReaction, setConcentration, spliterator, toString -
Methods inherited from class it.unibo.alchemist.model.interfaces.Node
cloneNode -
Methods inherited from class java.lang.Iterable
iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DoubleNode
DoubleNode(Environment<Double, out Object> env)
Builds a new DoubleNode.- Parameters:
env- the environment
-
-
-
-