public class AvatarParameters extends Object implements XMLize, NamedObject
Modifier and Type | Field and Description |
---|---|
int |
algorithm |
String |
avaAproxDepth |
String |
avaDepth |
boolean |
avaKeepTrans |
String |
avaMaxPSize |
String |
avaMaxRewiringSize |
String |
avaMinCycle |
String |
avaMinTran |
String |
avaRuns |
int |
avaStrategy |
String |
avaTau |
String |
ffAlpha |
String |
ffBeta |
String |
ffDepth |
String |
ffMaxExpand |
boolean[] |
istatesSelected |
String |
mcDepth |
String |
mcRuns |
String |
name |
Perturbation |
perturbation |
ListOfPerturbations |
perturbations |
boolean |
quiet |
ReductionConfig |
reduction |
ListOfReductionConfigs |
reductions |
boolean[] |
statesSelected |
AvatarStateStore |
statestore |
Constructor and Description |
---|
AvatarParameters()
Creates an empty context
|
Modifier and Type | Method and Description |
---|---|
void |
complete(Simulation sim)
Updates the context with the parameters of a given simulation
|
String |
getName() |
void |
setName(String _name)
change the name of this object
|
String |
toFullString()
Serializes the AvatarParameters into a string
|
String |
toString() |
void |
toXML(XMLWriter out)
write the XML representation of this object to a file
|
public String name
public AvatarStateStore statestore
public boolean[] statesSelected
public boolean[] istatesSelected
public boolean quiet
public boolean avaKeepTrans
public int algorithm
public int avaStrategy
public String avaRuns
public String avaTau
public String avaDepth
public String avaAproxDepth
public String avaMinTran
public String avaMinCycle
public String avaMaxPSize
public String avaMaxRewiringSize
public String ffMaxExpand
public String ffDepth
public String ffAlpha
public String ffBeta
public String mcDepth
public String mcRuns
public ListOfPerturbations perturbations
public ListOfReductionConfigs reductions
public Perturbation perturbation
public ReductionConfig reduction
public void complete(Simulation sim)
sim
- simulation whose parameters are to be storedpublic String toFullString()
public void toXML(XMLWriter out) throws IOException
XMLize
toXML
in interface XMLize
IOException
public String getName()
getName
in interface NamedObject
public void setName(String _name)
NamedObject
setName
in interface NamedObject
Copyright © 2005–2020. All rights reserved.