Uses of Class
org.evoludo.util.Plist
Packages that use Plist
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
A collection of mathematical utilities and functions.
The toolkit to explore interactive evolutionary models.
Custom modules for running simulations on the command line.
The models that generate evolutionary trajectories based on the specifications of each module.
Utility classes and functions.
-
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 TypeMethodDescriptionbooleanMersenneTwister.restoreState(Plist plist) Restore state of random number generator fromplistencoded string. -
Uses of Plist in org.evoludo.simulator
Methods in org.evoludo.simulator with parameters of type PlistModifier and TypeMethodDescriptionvoidGeometry.decodeGeometry(Plist plist) Decode the geometry from the plist.booleanEvoLudo.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 FileTestEvoLudo.checkReference(File references, Plist result, String refname) Search for reference filerefnamein directoryreferences.private booleanTestEvoLudo.compareRuns(File refname, Plist reference, Plist replicate) Compare reference outputreferencewith the output of the testreplicateand 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 TypeMethodDescriptionbooleanIBSDPopulation.restoreFitness(Plist plist) Restore the fitness of all individuals encoded in theplistinspiredmapofkey, value-pairs.booleanIBSPopulation.restoreFitness(Plist plist) Restore the fitness of all individuals encoded in theplistinspiredmapofkey, value-pairs.(package private) booleanODE.restoreFitness(Plist plist) Restores the fitness encoded inplist.booleanPDE.restoreFitness(Plist plist) booleanIBSPopulation.restoreGeometry(Plist plist) Restore the interaction and competition structures encoded in theplistinspiredmapofkey, value-pairs.(package private) booleanPDE.restoreGeometry(Plist plist) Restores the geometry of the spatial structure encoded inplist.booleanIBSPopulation.restoreInteractions(Plist plist) Restore the interactions of all individuals encoded in theplistinspiredmapofkey, value-pairs.booleanIBS.restoreState(Plist plist) abstract booleanModel.restoreState(Plist map) Restore the state encoded in theplistinspiredmapofkey, value-pairs.booleanODE.restoreState(Plist plist) booleanPDE.restoreState(Plist plist) booleanIBSDPopulation.restoreTraits(Plist plist) booleanIBSMCPopulation.restoreTraits(Plist plist) abstract booleanIBSPopulation.restoreTraits(Plist plist) Restore the traits of all individuals encoded in theplistinspiredmapofkey, value-pairs.(package private) booleanODE.restoreTraits(Plist plist) Restores the state encoded inplist.booleanPDE.restoreTraits(Plist plist) -
Uses of Plist in org.evoludo.util
Methods in org.evoludo.util that return PlistModifier and TypeMethodDescriptionstatic PlistParse 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 TypeMethodDescriptionintCompare this plist toplist.intPlist.diff(Plist plist, Collection<String> clo) Compare this plist toplistbut ignore keys inclo.private voidHelper method to compare two plist-dictionaries.protected static voidPlistParser.parseDict(PlistReader reader, Plist dict) Parses a dictionary entry,<dict>, in theplist-string provided byreaderand writes<key>andplistelement pairs to the lookup tabledict.