-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.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 MoleculegetMolecule()-
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractAction
getOutboundDependencies, toString -
Methods inherited from class it.unibo.alchemist.model.interfaces.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()
-
-
-
-