Package bio.singa.simulation.features
Class PitFormationRate
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<javax.measure.Quantity<FeatureContent>>
-
- bio.singa.features.model.AbstractScalableQuantitativeFeature<SpawnRate>
-
- bio.singa.simulation.features.PitFormationRate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPitFormationRate.Builder
-
Constructor Summary
Constructors Constructor Description PitFormationRate(javax.measure.Quantity<SpawnRate> quantity)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PitFormationRate.Builderof(double value, javax.measure.Unit<SpawnRate> unit)static PitFormationRate.Builderof(javax.measure.Quantity<SpawnRate> quantity)-
Methods inherited from class bio.singa.features.model.AbstractScalableQuantitativeFeature
addAlternativeValue, getHalfScaledQuantity, getScaledQuantity, scale, scale, setAlternativeContent
-
Methods inherited from class bio.singa.features.model.AbstractFeature
addAlternativeContent, addEvidence, equals, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, hashCode, setAlternativeContents, setComment, setIdentifier, toString
-
-
-
-
Constructor Detail
-
PitFormationRate
public PitFormationRate(javax.measure.Quantity<SpawnRate> quantity)
-
-
Method Detail
-
of
public static PitFormationRate.Builder of(javax.measure.Quantity<SpawnRate> quantity)
-
of
public static PitFormationRate.Builder of(double value, javax.measure.Unit<SpawnRate> unit)
-
-