Class LsaConcentration
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Concentration
,java.io.Serializable
public final class LsaConcentration implements Concentration<T>
This class acts as a fake concentration. It is required in order to enforce compatibility with the basic Alchemist model
-
-
Constructor Summary
Constructors Constructor Description LsaConcentration()
-
Method Summary
Modifier and Type Method Description List<out ILsaMolecule>
getContent()
-
-
Method Detail
-
getContent
List<out ILsaMolecule> getContent()
-
-
-
-