-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Node,java.io.Serializable,java.lang.Comparable,java.lang.Iterable
public interface EnvironmentNode implements Node<Double>
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.interfaces.Node
addReaction, cloneNode, contains, getConcentration, getContents, getId, getMoleculeCount, getReactions, hashCode, removeConcentration, removeReaction, setConcentration -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-