Package it.unibo.alchemist.model
Interface Concentration
-
- All Implemented Interfaces:
-
java.io.Serializable
@FunctionalInterface() public interface Concentration<T> implements Serializable
This interface is a wrapper for concentrations.
-
-
Method Summary
Modifier and Type Method Description abstract T
getContent()
Allows to access the content of the concentration. -
-
Method Detail
-
getContent
abstract T getContent()
Allows to access the content of the concentration.
- Returns:
the actual content of the concentration
-
-
-
-