Class RegionCondition
- java.lang.Object
-
- bio.singa.simulation.model.concentrations.AbstractConcentrationCondition
-
- bio.singa.simulation.model.concentrations.RegionCondition
-
- All Implemented Interfaces:
ConcentrationCondition
public class RegionCondition extends AbstractConcentrationCondition
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description RegionCondition(List<CellRegion> regions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionConditionforRegion(CellRegion identifier)static RegionConditionforRegions(CellRegion... identifiers)static RegionConditionforRegions(List<CellRegion> identifiers)List<CellRegion>getRegions()booleantest(Updatable updatable)StringtoString()-
Methods inherited from class bio.singa.simulation.model.concentrations.AbstractConcentrationCondition
getPriority
-
-
-
-
Constructor Detail
-
RegionCondition
public RegionCondition(List<CellRegion> regions)
-
-
Method Detail
-
forRegions
public static RegionCondition forRegions(List<CellRegion> identifiers)
-
forRegion
public static RegionCondition forRegion(CellRegion identifier)
-
forRegions
public static RegionCondition forRegions(CellRegion... identifiers)
-
getRegions
public List<CellRegion> getRegions()
-
test
public boolean test(Updatable updatable)
-
-