@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface Strategy extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CROPPING_PLAN_ENTRY |
static String |
PROPERTY_CROPPING_PLAN_MANAGMENT_NAME |
static String |
PROPERTY_EXPLANATION |
static String |
PROPERTY_MULTIANNUAL |
static String |
PROPERTY_RULES |
static String |
PROPERTY_STRATEGY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllRules(Iterable<DecisionRule> rules) |
void |
addRules(DecisionRule rules) |
void |
clearRules() |
boolean |
containsRules(DecisionRule rules) |
CroppingPlanEntry |
getCroppingPlanEntry() |
String |
getCroppingPlanManagmentName() |
String |
getExplanation() |
Collection<DecisionRule> |
getRules() |
DecisionRule |
getRulesByTopiaId(String topiaId) |
Collection<String> |
getRulesTopiaIds() |
StrategyType |
getStrategyType() |
boolean |
isMultiannual() |
boolean |
isRulesEmpty() |
boolean |
isRulesNotEmpty() |
void |
removeRules(DecisionRule rules) |
void |
setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
setCroppingPlanManagmentName(String croppingPlanManagmentName) |
void |
setExplanation(String explanation) |
void |
setMultiannual(boolean multiannual) |
void |
setRules(Collection<DecisionRule> rules) |
void |
setStrategyType(StrategyType strategyType) |
int |
sizeRules() |
static final String PROPERTY_EXPLANATION
static final String PROPERTY_CROPPING_PLAN_MANAGMENT_NAME
static final String PROPERTY_MULTIANNUAL
static final String PROPERTY_CROPPING_PLAN_ENTRY
static final String PROPERTY_RULES
static final String PROPERTY_STRATEGY_TYPE
void setExplanation(String explanation)
String getExplanation()
void setCroppingPlanManagmentName(String croppingPlanManagmentName)
String getCroppingPlanManagmentName()
void setMultiannual(boolean multiannual)
boolean isMultiannual()
void setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry)
CroppingPlanEntry getCroppingPlanEntry()
void addRules(DecisionRule rules)
void addAllRules(Iterable<DecisionRule> rules)
void setRules(Collection<DecisionRule> rules)
void removeRules(DecisionRule rules)
void clearRules()
Collection<DecisionRule> getRules()
DecisionRule getRulesByTopiaId(String topiaId)
Collection<String> getRulesTopiaIds()
int sizeRules()
boolean isRulesEmpty()
boolean isRulesNotEmpty()
boolean containsRules(DecisionRule rules)
void setStrategyType(StrategyType strategyType)
StrategyType getStrategyType()
Copyright © 2013–2015 Inra. All rights reserved.