- randomizeRule() - Method in class classifierLibrary.Rule
-
Method sets rule parts to random situations.
- randomizeSituation() - Method in interface classifierLibrary.Situation
-
Changes the situation to a random situation based on the given language
- randomizeSituation(double) - Method in interface classifierLibrary.Situation
-
Changes the situation to a random situation based on the given language,
using a given probability for wildcard symbols.
- randomizeSituation() - Method in class classifierLibrary.StandardSituation
-
- randomizeSituation(double) - Method in class classifierLibrary.StandardSituation
-
- randomSubset(long) - Method in class classifierLibrary.ClassifierSystem
-
Returns a subset of the CS of a given size.
- randomSymbol() - Method in class classifierLibrary.SymbolSet
-
Returns a randomly selected Symbol contained in the instance.
- readAllData(String) - Static method in class ses.ReaderHelper
-
reads and csv file containing all participant data.
- ReaderHelper - Class in ses
-
- ReaderHelper() - Constructor for class ses.ReaderHelper
-
- Relation - Class in simAuxLibrary
-
Library simAuxLibrary, Class RelationCopyright by Klaus
Hufschlag 2004,2005,2006This file is part of the Generic Classifier Library.
- Relation() - Constructor for class simAuxLibrary.Relation
-
Standardconstructor, creates an empty instance.
- remove(Classifier) - Method in class classifierLibrary.ClassifierSystem
-
Function removes a given Classifier from CS.
- remove() - Method in class classifierLibrary.ClassifierSystem
-
Removes all classifiers.
- remove(ClassifierSystem) - Method in class classifierLibrary.ClassifierSystem
-
Removes (subtracts) all classifiers contained in a given CS from this
instance.
- remove(Symbol) - Method in class classifierLibrary.Language
-
- remove() - Method in class classifierLibrary.Language
-
- remove(Symbol) - Method in class classifierLibrary.SymbolSet
-
Removes a Symbol from the set.
- remove(SymbolSet) - Method in class classifierLibrary.SymbolSet
-
Removes a Set of Symbols from the instance.
- remove() - Method in class classifierLibrary.SymbolSet
-
Removes all Symbols from the instance.
- remove(Object) - Method in class simAuxLibrary.Relation
-
remove method to remove an Object of all relations.
- remove() - Method in class simAuxLibrary.Relation
-
remove method to remove all relations.
- remove(Object) - Method in class simAuxLibrary.Roulettewheel
-
remove removes an object from the instances internal list of objects.
- removeGlobal() - Method in class classifierLibrary.Symbol
-
- removeMe() - Method in class animals.Animal
-
removes the animal from the repast context
- resetAccSavings() - Method in class agents.AbstractHH
-
resets accumulated savings
- resetAccSavings() - Method in interface agents.SimpleHH
-
resets accumulated savings
- resetMyAgriRevs() - Method in interface actions.Selling
-
resets all monetary values stored in caes of exits
- resetMyAgriRevs() - Method in class actions.SellingImpl
-
- resetYearlyLwg() - Method in class ses.EcoSpace
-
helper method reseting yearly live-weight gain to zero for a new year
- returnActionSet() - Method in class demoZLCS.ZLCS
-
- Roulettewheel - Class in simAuxLibrary
-
Libaray simAuxLibrary, Class RoulettewheelCopyright by Klaus
Hufschlag 2004, 2005, 2006This file is part of the Generic Classifier
Library.
- Roulettewheel() - Constructor for class simAuxLibrary.Roulettewheel
-
Standardconstructor, creates an empty Instance.
- RoulettewheelChoice(String, boolean) - Method in class classifierLibrary.ClassifierSystem
-
Returns roulettewheel-choice, using a given method of the classifiers for
determining probability/weight.
- Rule - Class in classifierLibrary
-
Library classifierLibrary, Class RuleCopyright by Klaus
Hufschlag 2004,2005,2006This file is part of the Generic Classifier
Library.
- Rule(Situation, Situation) - Constructor for class classifierLibrary.Rule
-
Constructor with Condition and Action-Part of the rule as parameters.
- Rule() - Constructor for class classifierLibrary.Rule
-
Constructor, creating an empty Rule.