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>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

    • Method Detail