@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") public interface Strategy extends org.nuiton.topia.persistence.TopiaEntityContextable
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_INACTIVITY_EQUATION |
static String |
PROPERTY_INACTIVITY_EQUATION_USED |
static String |
PROPERTY_NAME |
static String |
PROPERTY_PROPORTION_SET_OF_VESSELS |
static String |
PROPERTY_SET_OF_VESSELS |
static String |
PROPERTY_STRATEGY_MONTH_INFO |
delete, getTopiaContext, setTopiaContext, update
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
static final String PROPERTY_NAME
static final String PROPERTY_PROPORTION_SET_OF_VESSELS
static final String PROPERTY_COMMENT
static final String PROPERTY_INACTIVITY_EQUATION_USED
static final String PROPERTY_INACTIVITY_EQUATION
static final String PROPERTY_SET_OF_VESSELS
static final String PROPERTY_STRATEGY_MONTH_INFO
void setName(String name)
String getName()
void setProportionSetOfVessels(double proportionSetOfVessels)
double getProportionSetOfVessels()
void setComment(String comment)
String getComment()
void setInactivityEquationUsed(boolean inactivityEquationUsed)
boolean isInactivityEquationUsed()
boolean getInactivityEquationUsed()
void setInactivityEquation(Equation inactivityEquation)
Equation getInactivityEquation()
void setSetOfVessels(SetOfVessels setOfVessels)
SetOfVessels getSetOfVessels()
void addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
void addAllStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
void setStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
void removeStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
void clearStrategyMonthInfo()
List<StrategyMonthInfo> getStrategyMonthInfo()
StrategyMonthInfo getStrategyMonthInfoByTopiaId(String topiaId)
int sizeStrategyMonthInfo()
boolean isStrategyMonthInfoEmpty()
FisheryRegion getFisheryRegion()
StrategyMonthInfo getStrategyMonthInfo(Month month)
double getInactivityDays(Month month)
org.nuiton.math.matrix.MatrixND getProportionMetier()
void setProportionMetier(org.nuiton.math.matrix.MatrixND strategyProportionMetier)
Copyright © 1999–2020 CodeLutin. All rights reserved.