|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.StrategyAbstract
fr.ifremer.isisfish.entities.StrategyImpl
public class StrategyImpl
Implantation des operations pour l'entité Strategy. Created: 20 janv. 2006 03:29:14
| Field Summary |
|---|
| Fields inherited from class fr.ifremer.isisfish.entities.StrategyAbstract |
|---|
comment, inactivityEquation, inactivityEquationUsed, name, proportionSetOfVessels, setOfVessels, strategyMonthInfo |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface fr.ifremer.isisfish.entities.Strategy |
|---|
PROPERTY_COMMENT, PROPERTY_INACTIVITY_EQUATION, PROPERTY_INACTIVITY_EQUATION_USED, PROPERTY_NAME, PROPERTY_PROPORTION_SET_OF_VESSELS, PROPERTY_SET_OF_VESSELS, PROPERTY_STRATEGY_MONTH_INFO |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
StrategyImpl()
|
|
| Method Summary | |
|---|---|
FisheryRegion |
getFisheryRegion()
|
double |
getInactivityDays(Month month)
Compute or return inactivity days. |
org.nuiton.math.matrix.MatrixND |
getProportionMetier()
Return a single matrix with all sub strategymonthinfo's proportionMetier to be displayed in a single matrix in UI. |
List<StrategyMonthInfo> |
getStrategyMonthInfo()
|
StrategyMonthInfo |
getStrategyMonthInfo(Month month)
|
void |
setInactivityEquationContent(String content)
|
void |
setName(String value)
Override to change name of equation. |
void |
setProportionMetier(org.nuiton.math.matrix.MatrixND strategyProportionMetier)
|
String |
toString()
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
getTopiaContext, setTopiaContext |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Constructor Detail |
|---|
public StrategyImpl()
| Method Detail |
|---|
public FisheryRegion getFisheryRegion()
public void setName(String value)
setName in interface StrategysetName in class StrategyAbstractStrategyAbstract.setName(java.lang.String)public List<StrategyMonthInfo> getStrategyMonthInfo()
getStrategyMonthInfo in interface StrategygetStrategyMonthInfo in class StrategyAbstractpublic StrategyMonthInfo getStrategyMonthInfo(Month month)
public double getInactivityDays(Month month)
month - month
public void setInactivityEquationContent(String content)
public org.nuiton.math.matrix.MatrixND getProportionMetier()
public void setProportionMetier(org.nuiton.math.matrix.MatrixND strategyProportionMetier)
public String toString()
toString in class StrategyAbstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||