Interface EnvironmentNode
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Node
,java.io.Serializable
,java.lang.Comparable
,java.lang.Iterable
,kotlin.jvm.internal.markers.KMappedMarker
public interface EnvironmentNode implements Node<T>
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.Node
addProperty, addReaction, asProperty, asPropertyOrNull, cloneNode, contains, equals, getConcentration, getContents, getId, getMoleculeCount, getProperties, 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
-
-