Package 

Class IntNode

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

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