-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Node,java.io.Serializable,kotlin.Comparable,kotlin.collections.Iterable,kotlin.collections.MutableIterable
public class IntNode extends AbstractNode<Int>
An integer node.
-
-
Constructor Summary
Constructors Constructor Description IntNode(Environment<?, ?> env)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.implementations.nodes.IntNode
addReaction, cloneNode, compareTo, contains, equals, forEach, getConcentration, getContents, getId, getMoleculeCount, getReactions, hashCode, iterator, removeConcentration, removeReaction, setConcentration, spliterator, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IntNode
IntNode(Environment<?, ?> env)
-
-
-
-