A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages

C

clear() - Method in class microsim.event.EventGroup
Empty the event list.
clear() - Method in class microsim.event.EventQueue
Empty the eventQueue and set up time for a new simulation.
clear() - Method in class microsim.space.AbstractSpace
Empty the content of the grid.
clear() - Method in class microsim.space.DenseObjectSpace
Set all cells to the null value.
clear() - Method in class microsim.space.DoubleSpace
Set all cells to 0.0 value.
clear() - Method in class microsim.space.IntSpace
Set all cells to 0 value.
clear() - Method in class microsim.space.SparseObjectSpace
Set all cells to the null value.
clone() - Method in class microsim.data.MultiKeyCoefficientMap
Returns a deep clone copy of the MultiKeyCoefficientMap object
COEFFICIENT - microsim.statistics.regression.RegressionColumnNames
 
CoefficientEntityKey - Class in microsim.data.db
 
CoefficientEntityKey() - Constructor for class microsim.data.db.CoefficientEntityKey
 
CoefficientMapping - Annotation Type in microsim.annotation
Annotate entity class used to store coefficient tables on database.
CollectionTargetEvent - Class in microsim.event
It is able to inform all elements within a collection about an event.
CollectionTargetEvent(Collection<?>, Class<?>, String, boolean) - Constructor for class microsim.event.CollectionTargetEvent
Create a collection event using late binding method call.
CollectionTargetEvent(Collection<?>, Enum<?>, boolean) - Constructor for class microsim.event.CollectionTargetEvent
Create a collection event using early binding method call.
CommonEventType - Enum in microsim.event
 
compareTo(Event) - Method in class microsim.event.Event
Determines the natural ordering of events.
compareTo(SpacePosition) - Method in class microsim.space.SpacePosition
 
computeScore(MultiKeyCoefficientMap, Object) - Static method in class microsim.statistics.regression.LinearRegression
To be used when the agent Object has member fields that correspond by name to all the regressors of the Regression's MultiKeyCoefficientMap map.
computeScore(MultiKeyCoefficientMap, Map<String, Double>) - Static method in class microsim.statistics.regression.LinearRegression
Warning - only use when LinearRegression object contains a MultiKeyCoefficientMap with only one key.
computeScore(MultiKeyCoefficientMap, IDoubleSource, Class<T>) - Static method in class microsim.statistics.regression.LinearRegression
Uses reflection to obtain information from the iDblSrc object, so it is possibly slow.
computeScore(MultiKeyCoefficientMap, IDoubleSource, Class<T>, boolean) - Static method in class microsim.statistics.regression.LinearRegression
Use this method when the underlying agent does not have any additional conditioning regression keys (such as the gender or civil status) to determine the appropriate regression co-efficients, i.e.
computeScore(MultiKeyCoefficientMap, IDoubleSource, Class<T>, IObjectSource, Class<U>) - Static method in class microsim.statistics.regression.LinearRegression
Requires the implementation of the IObjectSource to ascertain whether any additional conditioning regression keys are used (e.g.
contains(Object) - Method in class microsim.space.SparseObjectSpace
Test if given object is contained into the grid.
containsKey(Object...) - Method in class microsim.data.MultiKeyHashMap
 
copy(String, String) - Method in class microsim.data.ExperimentManager
 
copy(EntityManager, Long, Double, Object) - Static method in class microsim.data.db.DatabaseUtils
 
copy(EntityManager, Long, Double, Collection<?>) - Static method in class microsim.data.db.DatabaseUtils
 
copyGridTo(double[]) - Method in class microsim.space.DoubleSpace
Copies the double[] matrix content in this grid.
copyGridTo(int[]) - Method in class microsim.space.IntSpace
Copies the int[] matrix content in this grid.
copyGridTo(DoubleSpace) - Method in class microsim.space.DoubleSpace
Copies the given DblGrid content in this grid.
copyGridTo(IntSpace) - Method in class microsim.space.IntSpace
Copies the given IntGrid content in this grid.
copyInputFolderStructure - Variable in class microsim.data.ExperimentManager
The flag determines if the tool must copy input resources into output folder.
Count - microsim.statistics.functions.MultiTraceFunction.Variables
Return the number of collected values.
CountArrayFunction - Class in microsim.statistics.functions
This class computes the number of values in an array taken from a data source.
CountArrayFunction(IDoubleArraySource) - Constructor for class microsim.statistics.functions.CountArrayFunction
Create a count function on a double array source.
CountArrayFunction(IFloatArraySource) - Constructor for class microsim.statistics.functions.CountArrayFunction
Create a count function on a float array source.
CountArrayFunction(IIntArraySource) - Constructor for class microsim.statistics.functions.CountArrayFunction
Create a count function on an integer array source.
CountArrayFunction(ILongArraySource) - Constructor for class microsim.statistics.functions.CountArrayFunction
Create a count function on a long array source.
countAt(int, int) - Method in class microsim.space.MultiObjectSpace
Deprecated.
Its name has been changed in countObjectsAt Alias for countObjectsAt
countObjectsAt(int, int) - Method in class microsim.space.AbstractSpace
Returns the number of objects allocated in cell (x,y).
countObjectsAt(int, int) - Method in class microsim.space.DenseObjectSpace
 
countObjectsAt(int, int) - Method in class microsim.space.DoubleSpace
 
countObjectsAt(int, int) - Method in class microsim.space.IntSpace
 
countObjectsAt(int, int) - Method in class microsim.space.MultiObjectSpace
Return the number of objects stored at the given position.
countObjectsAt(int, int) - Method in interface microsim.space.ObjectSpace
 
countObjectsAt(int, int) - Method in class microsim.space.SparseObjectSpace
 
COVARIANCE - microsim.statistics.regression.RegressionColumnNames
 
createExperiment(String) - Method in class microsim.data.ExperimentManager
 
createExperiment(EntityManager, Experiment, Object...) - Static method in class microsim.data.db.DatabaseUtils
 
createMapFromAnnotatedList(List<?>) - Static method in class microsim.data.MultiKeyCoefficientMapFactory
 
CrossSection - Class in microsim.statistics
A cross section is a collection of values each of them representing the status of a given variable of an element of a collection of agents.
CrossSection() - Constructor for class microsim.statistics.CrossSection
 
CrossSection.Double - Class in microsim.statistics
 
CrossSection.Float - Class in microsim.statistics
 
CrossSection.Integer - Class in microsim.statistics
 
CrossSection.Long - Class in microsim.statistics
 
currentX() - Method in interface microsim.space.ObjectSpaceIterator
Return the current x position.
currentY() - Method in interface microsim.space.ObjectSpaceIterator
Return the current y position.
A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages