Package | Description |
---|---|
agents | |
agents.context | |
agents.localModel | |
experiments.droneControl | |
kernel | |
observation | |
view.system.paving | |
view.system.projection |
Constructor and Description |
---|
Percept(Percept p)
Instantiates a new percept.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Percept,java.lang.Double> |
Experiment.getRanges()
Gets the ranges.
|
java.util.HashMap<Percept,Range> |
Context.getRanges()
Gets the ranges.
|
java.util.LinkedHashMap<Percept,java.lang.Double> |
Experiment.getValues()
Gets the values.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.adapt(Context c,
double oracleValue,
Percept p)
Method called by the context agent.
|
void |
Experiment.addDimension(Percept p,
double d)
Adds the dimension.
|
void |
Range.setMinimumSize(Percept v)
Sets the minimum size.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setRanges(java.util.HashMap<Percept,Range> ranges)
Sets the ranges.
|
void |
Experiment.setValues(java.util.LinkedHashMap<Percept,java.lang.Double> ranges)
Sets the values.
|
Constructor and Description |
---|
Range(Context context,
double start,
double end,
double extendedrangeatcreation,
boolean start_inclu,
boolean end_inclu,
Percept p)
Instantiates a new range.
|
Modifier and Type | Method and Description |
---|---|
double |
LocalModelMillerRegression.getProposition(Context context,
Percept p1,
Percept p2,
double v1,
double v2) |
double |
LocalModelFirstExp.getProposition(Context context,
Percept p1,
Percept p2,
double v1,
double v2) |
double |
LocalModelAverage.getProposition(Context context,
Percept p1,
Percept p2,
double v1,
double v2) |
abstract double |
LocalModelAgent.getProposition(Context context,
Percept p1,
Percept p2,
double v1,
double v2)
Version of getProposition for 2D display.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Percept> |
AMOEBA_UI.getAllPercepts()
Gets the all percepts.
|
java.util.HashMap<Percept,Range> |
AMOEBA_UI.getRanges()
Gets the ranges.
|
Modifier and Type | Method and Description |
---|---|
Percept |
Scheduler.getPerceptByName(java.lang.String name)
Gets the percept by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Percept> |
World.getAllPercept()
Gets the all percept.
|
java.util.ArrayList<Percept> |
Scheduler.getVariables()
Gets the variables.
|
Modifier and Type | Method and Description |
---|---|
void |
World.exportAsPicture(int pasX,
double startX,
double endX,
Percept pX,
int pasY,
double startY,
double endY,
Percept pY,
double minTol,
double maxTol)
Export as picture.
|
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.setVariables(java.util.ArrayList<Percept> variables)
Sets the variables.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Percept> |
Observation.getPerceptList()
Gets the percept list.
|
Modifier and Type | Method and Description |
---|---|
void |
Observation.addPerceptList(Percept p)
Adds the percept list.
|
Modifier and Type | Method and Description |
---|---|
Percept |
Panel1DPaving.getVariable()
Gets the variable.
|
Modifier and Type | Method and Description |
---|---|
void |
Panel1DPaving.setVariable(Percept variable)
Sets the variable.
|
Constructor and Description |
---|
CurrentValueLine(JJPanel parent,
double xx,
double yy,
Panel1DPaving panel,
double scale,
Percept variable)
Instantiates a new current value line.
|
Panel1DPaving(Percept variable,
World world)
Instantiates a new panel 1 D paving.
|
Constructor and Description |
---|
PanelProjection(World world,
int pasX,
double startX,
double endX,
Percept pX,
int pasY,
double startY,
double endY,
Percept pY,
double minTol,
double maxTol)
Instantiates a new panel projection.
|