Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
M
N
O
P
R
S
T
U
V
X
Y
Z
C
centerAtViewPosition(CRVector3d)
- Method in class net.lenkaspace.creeper.view.
CRRenderer
checkSelf()
- Method in class net.lenkaspace.creeper.model.
CRParameters
Check that all parameters have been set.
checkSettings()
- Method in class net.lenkaspace.creeper.model.
CRSettings
Checks if all necessary settings have been specified.
childModels
- Variable in class net.lenkaspace.creeper.model.
CRBaseModel
clearChildren()
- Method in class net.lenkaspace.creeper.model.
CRBaseModel
Clear all arrays that store any child objects.
clearChildren()
- Method in class net.lenkaspace.creeper.model.
CRBinWorld
Clear all arrays that store any child objects.
clearChildren()
- Method in class net.lenkaspace.creeper.model.
CRWorld
Clear all arrays that store any child objects.
clearOutput()
- Method in class net.lenkaspace.creeper.view.
CROutputPopup
Clear current output
compareTo(CRVector3d)
- Method in class net.lenkaspace.creeper.vo.
CRVector3d
componentToJpeg(Component, String)
- Static method in class net.lenkaspace.creeper.helpers.
CRFileIOHelper
Print a Java Component into an image file
computeBrokenLine(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeBrokenLine - line with a break middle, x range 0;1 y range -1;1 - an example graph for threshold = 0.2: 1 / / / / 0 / 1 / / / / -1
computeLinearBeforeThreshold(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeLinearBeforeThreshold - for x=<0;1>, y=<0;1>.
computeLinearInverseBeforeThreshold(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeInverseBeforeThreshold - for x=<0;1>, y=<0;1>.
computeLinearNegativeInverseBeforeThreshold(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeLinearNegativeInverseBeforeThreshold - for x=<0;1>, y=<-1;0>.
computeNegativeHillBeforeThreshold(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeNegativeHillBeforeThreshold - extension of computeLinearNegativeInverseBeforeThreshold, for x=<-1;1>, y=<-1;1> - an example graph for threshold = 0.2: -0.2 0.2 -1 ________ 0 _________ 1 | | | | \ / \ / \ / \ / -1
computeNegativeValleyBeforeThreshold(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeNegativeValleyBeforeThreshold - extension of computeLinearNegativeInverseBeforeThreshold, for range in = <-1;1> - an example graph for threshold = 0.2: -0.2 0.2 -1 ____0____ 1 | | | | / \ / \ / \ / \ / \ / \ -1
computeSigmoid(double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeSigmoid - returns sigmoid from <0;1> value for x=<0;1>
computeSigmoidWithParams(double, double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeSigmoid - returns a value from <-1;1> for x=<-1;1> based on two sigmoid with half of the Y range.
computeStepFunctionFirstPositive(double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeStepFunctionFirstPositive - for x=<0;1>, y=<-1;1>.
computeVShapeImbalanced(double, double, double, double)
- Static method in class net.lenkaspace.creeper.helpers.
CRMaths
computeVshape - returns value from <-1;1> based on a v-shaped graph for x=<0;1> - example: middle = 0.3, maxLeft = 0.4, maxRIght = 0.8 1 / / \ / \ / 0 \ 0.3 / 1 \ / \ / \ / \ / -1 \/
copyFrom(CRVector3d)
- Method in class net.lenkaspace.creeper.vo.
CRVector3d
CR_BLACK_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_BLANK_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_BLUE_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_BLUE_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_GRAY_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_GRAY_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_GREEN_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_GREEN_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_PURPLE_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_PURPLE_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_RED_CIRCLE
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CR_RED_DOT
- Static variable in class net.lenkaspace.creeper.view.
CRRenderer
CRBaseDynamicModel
- Class in
net.lenkaspace.creeper.model
Represents a model that is situated in a CRWorld, can be rendered and moves / updates
CRBaseDynamicModel(int, CRVector3d, CRVector3d, double, CRBaseSituatedModel.SHAPE, String)
- Constructor for class net.lenkaspace.creeper.model.
CRBaseDynamicModel
Constructor
CRBaseModel
- Class in
net.lenkaspace.creeper.model
Maintains an ID and can optionally hold children of the same class
CRBaseModel(int)
- Constructor for class net.lenkaspace.creeper.model.
CRBaseModel
Constructor
CRBaseReport
- Class in
net.lenkaspace.creeper.report
A base report object of unspecified type.
CRBaseReport(String, Dimension, boolean)
- Constructor for class net.lenkaspace.creeper.report.
CRBaseReport
Constructor
CRBaseSituatedModel
- Class in
net.lenkaspace.creeper.model
Represents a model that is situated in a CRWorld and can optionally be rendered but doesn't update
CRBaseSituatedModel(int, CRVector3d, CRVector3d, double, CRBaseSituatedModel.SHAPE, String)
- Constructor for class net.lenkaspace.creeper.model.
CRBaseSituatedModel
Constructor
CRBaseSituatedModel.SHAPE
- Enum in
net.lenkaspace.creeper.model
CRBinWorld
- Class in
net.lenkaspace.creeper.model
Subclass of CRWorld that holds CRSituatedModels in a grid of bins.
CRBinWorld(CRVector3d, int, CRVector3d, CRController)
- Constructor for class net.lenkaspace.creeper.model.
CRBinWorld
Constructor
CRComponentFactory
- Class in
net.lenkaspace.creeper.view
Provides static functions for creating components.
CRComponentFactory()
- Constructor for class net.lenkaspace.creeper.view.
CRComponentFactory
CRController
- Class in
net.lenkaspace.creeper
The main controller holding all the parts together.
CRController(String)
- Constructor for class net.lenkaspace.creeper.
CRController
Constructor
CRControlPanel
- Class in
net.lenkaspace.creeper.view
The control panel displayed on the right of the applet by default.
CRControlPanel(Dimension, CRController)
- Constructor for class net.lenkaspace.creeper.view.
CRControlPanel
Constructor
CRCsvReport
- Class in
net.lenkaspace.creeper.report
Can create csv reports of the whole simulation and organize values as: Run1_Trial1_value1, Run1_Trial1_value2, Run1_Trial1_value3, ...
CRCsvReport(String, String[], Dimension)
- Constructor for class net.lenkaspace.creeper.report.
CRCsvReport
Constructor
createDefaultControlPanel()
- Method in class net.lenkaspace.creeper.
CRController
Create an instance of CRControlPanel and add it to the applet
createDividerJPanel(int, int, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a horizontal line to divide components
createFlowLayoutJPanel(int, int, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JPanel with FlowLayout.LEFT and optionally add it to a Container
createJButton(String, ActionListener, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JButton that will resize with text and optionally add it to a Container
createJCheckBox(String, boolean, ActionListener, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JCheckBox and optionally add it to a Container
createJComboBox(int, String[], int, ActionListener, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JComboBox and optionally add it to a Container
createJLabel(String, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JLabel and optionally add it to a Container
createJSlider(int, int, int, int, ChangeListener, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JSlider and optionally add it to a Container
createJTextField(String, int, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create JTextField
createJTextPane(String, int, int, Container)
- Static method in class net.lenkaspace.creeper.view.
CRComponentFactory
Create a JTextPane (multiline output text) and optionally add it to a container
createSelf(String, boolean)
- Method in class net.lenkaspace.creeper.report.
CRBaseReport
Create a window of the report.
createSelf(String, boolean)
- Method in class net.lenkaspace.creeper.report.
CRCsvReport
Create a window of the report.
createSelf(String, boolean)
- Method in class net.lenkaspace.creeper.report.
CRTimeSeriesReport
Create a window of the report.
createSelf(String, boolean)
- Method in class net.lenkaspace.creeper.report.
CRWorldSnapshotReport
Create a window of the report.
createSelfAsText(String)
- Method in class net.lenkaspace.creeper.report.
CRTimeSeriesReport
Save a textual representation of data, where columns represent individual variables (tab-separated) and rows represent different time steps.
CRFileIOHelper
- Class in
net.lenkaspace.creeper.helpers
Provides static method for saving Java component images and text into files.
CRFileIOHelper()
- Constructor for class net.lenkaspace.creeper.helpers.
CRFileIOHelper
CRImageProvider
- Class in
net.lenkaspace.creeper.images
Loads images from the same folder where it is placed.
CRImageProvider()
- Constructor for class net.lenkaspace.creeper.images.
CRImageProvider
CRMaths
- Class in
net.lenkaspace.creeper.helpers
Provides static methods with mathematical functions
CRMaths()
- Constructor for class net.lenkaspace.creeper.helpers.
CRMaths
crossProduct(CRVector3d, CRVector3d)
- Static method in class net.lenkaspace.creeper.vo.
CRVector3d
CROutputPopup
- Class in
net.lenkaspace.creeper.view
The output panel.
CROutputPopup()
- Constructor for class net.lenkaspace.creeper.view.
CROutputPopup
CRParameters
- Class in
net.lenkaspace.creeper.model
A class that stores parameters of the experiments.
CRParameters()
- Constructor for class net.lenkaspace.creeper.model.
CRParameters
CRRenderer
- Class in
net.lenkaspace.creeper.view
Uses Java's native rendering techniques to display CRBaseSituatedModel objects in the world.
CRRenderer(CRController)
- Constructor for class net.lenkaspace.creeper.view.
CRRenderer
CRRenderer.DIRECTION
- Enum in
net.lenkaspace.creeper.view
CRReportController
- Class in
net.lenkaspace.creeper.report
Maintains and provides all reports
CRReportController(CRController)
- Constructor for class net.lenkaspace.creeper.report.
CRReportController
Constructor
CRSettings
- Class in
net.lenkaspace.creeper.model
A signleton class that stores various settings
CRTextPopup
- Class in
net.lenkaspace.creeper.view
A basic text popup.
CRTextPopup(String, Dimension)
- Constructor for class net.lenkaspace.creeper.view.
CRTextPopup
Constructor
CRTextPopup(String, Dimension, Point)
- Constructor for class net.lenkaspace.creeper.view.
CRTextPopup
CRTimeSeriesReport
- Class in
net.lenkaspace.creeper.report
Creates graphical time series reports, usually of a single run / trial.
CRTimeSeriesReport(String, String[])
- Constructor for class net.lenkaspace.creeper.report.
CRTimeSeriesReport
Constructor
CRTimeSeriesReport(String, String[], Dimension)
- Constructor for class net.lenkaspace.creeper.report.
CRTimeSeriesReport
Constructor
CRTimeSeriesReport.FUNCTION
- Enum in
net.lenkaspace.creeper.report
CRVector3d
- Class in
net.lenkaspace.creeper.vo
Represents a vector in a 3D space.
CRVector3d(double, double, double)
- Constructor for class net.lenkaspace.creeper.vo.
CRVector3d
CRVector3d(CRVector3d)
- Constructor for class net.lenkaspace.creeper.vo.
CRVector3d
CRVector3d()
- Constructor for class net.lenkaspace.creeper.vo.
CRVector3d
CRWorld
- Class in
net.lenkaspace.creeper.model
Represents a world and maintains all sublcasses of CRBaseSituatedObject
CRWorld(int, CRVector3d, CRController)
- Constructor for class net.lenkaspace.creeper.model.
CRWorld
Constructor.
CRWorldSnapshotReport
- Class in
net.lenkaspace.creeper.report
Creates graphical snapshots of the world at specified times / intervals and saves them to the report folder.
CRWorldSnapshotReport(String, Dimension, int[])
- Constructor for class net.lenkaspace.creeper.report.
CRWorldSnapshotReport
Constructor
CRWorldSnapshotReport(String, Dimension, int)
- Constructor for class net.lenkaspace.creeper.report.
CRWorldSnapshotReport
Constructor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
M
N
O
P
R
S
T
U
V
X
Y
Z