Package it.unibo.alchemist.model.actions
Class AbstractActionOnSingleMolecule
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public abstract class AbstractActionOnSingleMolecule<T> extends AbstractAction<T>
This class offers the basic structures to provide operations with numeric concentrations on a single molecule.
-
-
Method Summary
Modifier and Type Method Description Molecule
getMolecule()
-
Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction
getOutboundDependencies, toString
-
Methods inherited from class it.unibo.alchemist.model.Action
cloneAction, execute, getContext, getOutboundDependencies
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMolecule
Molecule getMolecule()
- Returns:
the molecule which whose concentration will be modified y the execution of this action
-
-
-
-