- sellIndividual(ArrayList<Animal>) - Method in interface actions.Selling
-
Individual selling - no norm
- sellIndividual(ArrayList<Animal>, SellingType, double) - Method in interface actions.Selling
-
- sellIndividual(ArrayList<Animal>) - Method in class actions.SellingImpl
-
- sellIndividual(ArrayList<Animal>, SellingType, double) - Method in class actions.SellingImpl
-
- sellIndividual() - Method in interface agents.ProducerHH
-
Individual selling of animals (no norm)
- sellIndividual() - Method in class agents.ProducerHHImpl
-
- sellIndividualSimpleRule(ArrayList<Animal>, double) - Method in interface actions.Selling
-
- sellIndividualSimpleRule(ArrayList<Animal>, double) - Method in class actions.SellingImpl
-
- Selling - Interface in actions
-
- SellingImpl - Class in actions
-
- SellingImpl(ZLCS, StandardSituation, StandardSituation, MarketSpace) - Constructor for class actions.SellingImpl
-
- SellingRates - Class in dataClasses
-
Returns % selling rates of animals per selling type.
- SellingRates() - Constructor for class dataClasses.SellingRates
-
- SellingType - Enum in enums
-
Selling types found by a cluster analysis with stylized types of selling behaviour (not used for selling decision in the current paper)
- sellMaxLabourSize(ArrayList<Animal>) - Method in interface actions.Selling
-
logical constrain - HH cannot have more than 130 animals cause of labour constrains
- sellMaxLabourSize(ArrayList<Animal>) - Method in class actions.SellingImpl
-
- sellNorm() - Method in interface agents.ProducerHH
-
Selling triggerd by the norm
- sellNorm() - Method in class agents.ProducerHHImpl
-
- sellNrOfAnimals(ArrayList<Animal>, double) - Method in interface actions.Selling
-
Selling according to norm (and labour constraint) - first bulls over cows, second older over younger animals
- sellNrOfAnimals(ArrayList<Animal>, double) - Method in class actions.SellingImpl
-
- ses - package ses
-
- SesModel - Class in ses
-
- SesModel() - Constructor for class ses.SesModel
-
- setAction(Situation) - Method in class classifierLibrary.Rule
-
Sets the action part of the rule to the given situation.
- setAge(int) - Method in class dataClasses.BirthCalculator
-
- setBeta(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for beta.
- setCalvingInterval(CalvingInterval) - Method in class animals.Cow
-
- setChi(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for chi.
- setCondition(Situation) - Method in class classifierLibrary.Rule
-
Sets the condition part of the rule to the given situation.
- setCooperator(boolean) - Method in class agents.AbstractHH
-
- setCooperator(boolean) - Method in interface agents.SimpleHH
-
sets HH to norm follower
- setDefault(String) - Method in class classifierLibrary.SymbolSet
-
Method to define a Symbol as default-Symbol of the instance.
- setDefault(Symbol) - Method in class classifierLibrary.SymbolSet
-
Method to define a Symbol as default-Symbol of the instance.
- setDefector(boolean) - Method in class agents.AbstractHH
-
- setDefector(boolean) - Method in interface agents.SimpleHH
-
sets agent to be a permanent defector
- setElement(int, Symbol) - Method in class classifierLibrary.StandardSituation
-
Sets the Element of the Situation/sequence at given position to the given
Symbol.
- setExpInp(double) - Method in class dataClasses.BirthCalculator
-
- setGamma(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for gamma.
- setIncrBirth(int) - Method in class dataClasses.BirthCalculator
-
- setIniAge(double) - Method in class animals.Animal
-
set the initial age when born or bought
- setLanguage(Language) - Method in interface classifierLibrary.Situation
-
Sets the Language to be used for the Situation.
- setLanguage(Language) - Method in class classifierLibrary.StandardSituation
-
- setLwgLastYear(double) - Method in class ses.EcoSpace
-
memory method for storing last years lwg
- setMaxSize(double) - Method in class ses.SocialSpace
-
- setMy(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for my.
- setName(String) - Method in class classifierLibrary.ClassifierSystem
-
Used for setting the name of the instance.
- setName(String) - Method in class classifierLibrary.SymbolSet
-
Method for Setting the name of the instance.
- setNewSituation(StandardSituation) - Method in class actions.Lcs
-
- setNumVictimsGA(int) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for numVictimsGA.
- setP_wild(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for p_wild.
- setPhi(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for phi.
- setRho(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for rho.
- setRule(Rule) - Method in class classifierLibrary.Classifier
-
Sets rule-part of the classifier to the given rule.
- setS_init(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for s_init.
- setStrength(double) - Method in class classifierLibrary.StandardClassifier
-
Sets the classifier's strength-attribute
- setTau(double) - Method in class demoZLCS.ZLCS
-
Writing accessor-method for tau.
- setTotalSize(double) - Method in class ses.SocialSpace
-
- setWater(int) - Method in class dataClasses.BirthCalculator
-
- setWriter(Writer) - Static method in class simAuxLibrary.DebugOutput
-
Setting standard channel for output des Standard-Ausgabekanals.
- setWriter(Object, Writer) - Static method in class simAuxLibrary.DebugOutput
-
Define a console used for a key object.
- simAuxLibrary - package simAuxLibrary
-
- SimLibraryError - Exception in simAuxLibrary
-
Library simAuxLibrary, Class SimLibraryErrorCopyright by
Klaus Hufschlag 2004, 2005This file is part of the Generic Classifier
Library.
- SimLibraryError() - Constructor for exception simAuxLibrary.SimLibraryError
-
- SimLibraryError(String) - Constructor for exception simAuxLibrary.SimLibraryError
-
Constructor of an own error-class, used to distinguish from common errors.
- SimpleHH - Interface in agents
-
interface implemented by an abstract HH class with methods common to both agent types
- Situation - Interface in classifierLibrary
-
Library classifierLibrary, Interface SituationCopyright by
Klaus Hufschlag 2004,2005,2006This file is part of the Generic
Classifier Library.
- size() - Method in class classifierLibrary.Classifier
-
Returns size of the classifiers rule, if situations are defined as
sets should be size of the sets.
- size() - Method in class classifierLibrary.ClassifierSystem
-
Returns the number of Classifiers contained.
- size() - Method in class classifierLibrary.Rule
-
Method returns the size (for sets this should be their actual number of
elements) of the situations in condition and action part of the rule.
- size() - Method in interface classifierLibrary.Situation
-
Returns the size of the situation, can be dynamic if situation is a set.
- size() - Method in class classifierLibrary.StandardSituation
-
- SocialSpace - Class in ses
-
The CollectiveAction is the social medium of normative interaction of participants.
- SocialSpace() - Constructor for class ses.SocialSpace
-
- specificMembers() - Method in interface classifierLibrary.Situation
-
Returns the number of elements in the Situation that are not wildcards.
- specificMembers() - Method in class classifierLibrary.StandardSituation
-
- StandardClassifier - Class in classifierLibrary
-
Library classifierLibrary, Klasse StandardClassifier Copyright
by Klaus Hufschlag 2004,2005,2006This file is part of the Generic
Classifier Library.
- StandardClassifier(Rule, double) - Constructor for class classifierLibrary.StandardClassifier
-
Constructor
- StandardSituation - Class in classifierLibrary
-
Library classifierLibrary, Klasse StandardSituationCopyright by
Klaus Hufschlag 2004, 2005, 2006This file is part of the Generic
Classifier Library.
- StandardSituation(Language, int) - Constructor for class classifierLibrary.StandardSituation
-
Constructor, creates a string-like sequence of Symbols, with given
language and lenght, initializes all places in sequence with the default
symbol of the language
- stepAnimalAgeing() - Method in class ses.GlobSpaceImpl
-
Ages all Animals by one month
- stepBiomassGrowth() - Method in class ses.GlobSpaceImpl
-
Steps the biomass growth during the last month.
- stepBirthsBranding() - Method in class ses.GlobSpaceImpl
-
Steps yearly net reproduction by using the branding rate
- stepCollectiveAction(double, ArrayList<ProducerHH>) - Method in class ses.SocialSpace
-
Main step method of the CollectiveAction.
- stepCooperation() - Method in class ses.GlobSpaceImpl
-
Steps the calculation of group variables needed for the calculation of norm compliance (group reputation, severity, vividness)
- stepDeaths() - Method in class ses.GlobSpaceImpl
-
Steps yearly mortality
- stepEntry() - Method in class ses.GlobSpaceImpl
-
Checks if non-livestock owning HH want to enter and adds them the list of producing HH.
- stepExit() - Method in class ses.GlobSpaceImpl
-
Checks if a Producer HH has to exit.
- stepGlobal() - Method in interface ses.GlobSpace
-
The global stepping mechanism of the ABM (monthly)
- stepGlobal() - Method in class ses.GlobSpaceImpl
-
Global steppping method
- stepHHbalance() - Method in class ses.GlobSpaceImpl
-
Steps the HH-balance of all HH
- stepIndiSelling() - Method in class ses.GlobSpaceImpl
-
Steps the individual selling decision of ProducerHH.
- stepLiveweightgain() - Method in class ses.GlobSpaceImpl
-
Gets the live-weight gain resulted from resource biomass consumption and informs
all ProducerHH with this value.
- stepMonth(int, double, double) - Method in class ses.BiomassModel
-
- stepMonth(int, double, double) - Method in interface ses.BiomassSimulator
-
- stepMonthlyBiomass(int, ArrayList<Animal>) - Method in class ses.EcoSpace
-
Steps the rangeland with offtake and biomass growth.
- stepNormSelling() - Method in class ses.GlobSpaceImpl
-
steps sales triggerd by the norm
- stepResetSavings() - Method in class ses.GlobSpaceImpl
-
Sets accumulated savings to zero in order to cover non-observed expenses during the year.
- stepYearlyLwg() - Method in class ses.GlobSpaceImpl
-
Steps the yearly live-weight gain of cattle
- storeAgriRevFromThisSale(ArrayList<Animal>, ArrayList<Animal>) - Method in interface actions.Selling
-
stores the revenue generated from the current sale of animals
- storeAgriRevFromThisSale(ArrayList<Animal>, ArrayList<Animal>) - Method in class actions.SellingImpl
-
- storeInvestmentCosts() - Method in interface actions.Selling
-
stores investment costs for new entries
- storeInvestmentCosts() - Method in class actions.SellingImpl
-
- storeInvestmentCosts() - Method in interface agents.ProducerHH
-
stores investment costs for new entries into livestock production for calculating profits
- storeInvestmentCosts() - Method in class agents.ProducerHHImpl
-
- storeMonhtlyLwg(double) - Method in class ses.EcoSpace
-
Stores monthly live-weight gains or losses in a list
- subsumes(Language, Symbol) - Method in class classifierLibrary.Symbol
-
Checks, wether a given Symbol is a subordinate to the instance in a given
Language.
- subsumes(Symbol) - Method in class classifierLibrary.Symbol
-
Checks, wether a given Symbol is a subordinate to the instance in the
global / default Language.
- sum_values() - Method in class simAuxLibrary.Roulettewheel
-
sum_values calculates the sum of absolute wheigths of elements contained
in the instances list.
- Symbol - Class in classifierLibrary
-
Library classifierLibrary, Class SymbolCopyright by Klaus
Hufschlag 2004,2005,2006This file is part of the Generic Classifier
Library.
- Symbol(String) - Constructor for class classifierLibrary.Symbol
-
Constructor
- symbolByName(String) - Method in class classifierLibrary.SymbolSet
-
Returns a Symbol given by its Name, if contained in the instance.
- SymbolSet - Class in classifierLibrary
-
Library classifierLibrary, Classe SymbolSetEncapsulates a
HashTable, representing a set of Symbols.
- SymbolSet() - Constructor for class classifierLibrary.SymbolSet
-
Constructor.
- SymbolSet(String) - Constructor for class classifierLibrary.SymbolSet
-
Constructor.
- SymbolSet(String, String[]) - Constructor for class classifierLibrary.SymbolSet
-