Uses of Class
org.evoludo.util.Plist
Packages that use Plist
Package
Description
-
Uses of Plist in org.evoludo
Fields in org.evoludo declared as Plist -
Uses of Plist in org.evoludo.math
Methods in org.evoludo.math with parameters of type PlistModifier and TypeMethodDescriptionboolean
MersenneTwister.restoreState
(Plist plist) Restore state of random number generator fromplist
encoded string. -
Uses of Plist in org.evoludo.simulator
Methods in org.evoludo.simulator with parameters of type PlistModifier and TypeMethodDescriptionvoid
Geometry.decodeGeometry
(Plist plist) Decode the geometry from the plist.boolean
EvoLudo.restoreState
(Plist plist) Restore state of EvoLudo model from pre-processed plist, which encodes engine state (seeEvoLudo.encodeState()
). -
Uses of Plist in org.evoludo.simulator.exec
Methods in org.evoludo.simulator.exec with parameters of type PlistModifier and TypeMethodDescriptionprivate File
TestEvoLudo.checkReference
(File references, Plist result, String refname) Search for reference filerefname
in directoryreferences
.private boolean
TestEvoLudo.compareRuns
(File refname, Plist reference, Plist replicate) Compare reference outputreference
with the output of the testreplicate
and generate a report if differences are found. -
Uses of Plist in org.evoludo.simulator.models
Methods in org.evoludo.simulator.models with parameters of type PlistModifier and TypeMethodDescriptionboolean
IBSDPopulation.restoreFitness
(Plist plist) Restore the fitness of all individuals encoded in theplist
inspiredmap
ofkey, value
-pairs.boolean
IBSPopulation.restoreFitness
(Plist plist) Restore the fitness of all individuals encoded in theplist
inspiredmap
ofkey, value
-pairs.(package private) boolean
ODE.restoreFitness
(Plist plist) Restores the fitness encoded inplist
.boolean
PDE.restoreFitness
(Plist plist) boolean
IBSPopulation.restoreGeometry
(Plist plist) Restore the interaction and competition structures encoded in theplist
inspiredmap
ofkey, value
-pairs.(package private) boolean
PDE.restoreGeometry
(Plist plist) Restores the geometry of the spatial structure encoded inplist
.boolean
IBSPopulation.restoreInteractions
(Plist plist) Restore the interactions of all individuals encoded in theplist
inspiredmap
ofkey, value
-pairs.boolean
IBS.restoreState
(Plist plist) abstract boolean
Model.restoreState
(Plist map) Restore the state encoded in theplist
inspiredmap
ofkey, value
-pairs.boolean
ODE.restoreState
(Plist plist) boolean
PDE.restoreState
(Plist plist) boolean
IBSDPopulation.restoreStrategies
(Plist plist) boolean
IBSMCPopulation.restoreStrategies
(Plist plist) abstract boolean
IBSPopulation.restoreStrategies
(Plist plist) Restore the strategies of all individuals encoded in theplist
inspiredmap
ofkey, value
-pairs.(package private) boolean
ODE.restoreStrategies
(Plist plist) Restores the state encoded inplist
.boolean
PDE.restoreStrategies
(Plist plist) -
Uses of Plist in org.evoludo.util
Methods in org.evoludo.util that return PlistModifier and TypeMethodDescriptionstatic Plist
Parse the contents ofplist
-file supplied as a String and return a Map with key and object associations.Methods in org.evoludo.util with parameters of type PlistModifier and TypeMethodDescriptionint
Compare this plist toplist
.int
Plist.diff
(Plist plist, Collection<String> clo) Compare this plist toplist
but ignore keys inclo
.private void
Helper method to compare two plist-dictionaries.protected static void
PlistParser.parseDict
(PlistReader reader, Plist dict) Parses a dictionary entry,<dict>
, in theplist
-string provided byreader
and writes<key>
andplist
element pairs to the lookup tabledict
.