Serialized Form


Package org.sourceforge.espro.elicitation

Class org.sourceforge.espro.elicitation.AbstractScale extends PointMethod implements Serializable

Serialized Fields

verbalHintsList

java.util.ArrayList<E> verbalHintsList
This holds the list of verbal hints. The list is used to make verbal ques to the skale.


invert

boolean invert
This sets if the scale should be inverted. This makes 0 at the bottom and 1 at the top of the scale. (default: true)


heightRect

int heightRect
Height of the scale rectangle.


numberOfBetweenLinesRight

int numberOfBetweenLinesRight
The number of small lines between the lines of the right side.


numberOfLinesRight

int numberOfLinesRight
This is the number of lines on the right side of the scale.


padding

int padding
The space between the outline of the component and the scale. At the moment this is used only for top and bottom.


widthRect

int widthRect
Width of the scale rectangle.


xRect

int xRect
Top left position of the scale rectangle. (x-position)


yPointer

int yPointer
This holds the position of the slider.


yRect

int yRect
Top left position of the scale rectangle. (y-position)


verbalHints

boolean verbalHints
This holds the state if the verbal hints should be shown or not.


buffer

java.awt.image.BufferedImage buffer

sliderImage

java.awt.image.BufferedImage sliderImage

actualSize

java.awt.Dimension actualSize

slideArea

java.awt.Polygon slideArea

pressed

boolean pressed

useRight

boolean useRight

verbalHintDialogOpen

boolean verbalHintDialogOpen

oldVal

double oldVal

Class org.sourceforge.espro.elicitation.BarScale extends PointMethod implements Serializable

serialVersionUID: -3153516086414521065L

Serialized Fields

g

java.awt.Graphics g
graphics-object


innerRect

java.awt.Shape innerRect
an rectangle inside the baseline with adaptable height. The height of the inner rectangle corresponds to the estimated probability


outerRect

java.awt.Shape outerRect
the baseline of the scale


slideArea

java.awt.Shape slideArea
an invisible slider, which overlaps the visible slider. Represents the area on which the mouse can be dragged when moving the slider


slider

java.awt.Shape slider
slider of scale


xpoint

int[] xpoint
x-coordinates for slider (polygon)


xpoint2

int[] xpoint2
x-coordinates for slideArea (polygon)


ypoint

int[] ypoint
y-coordinates for slider (polygon)


ypoint2

int[] ypoint2
y-coordinates for slideArea (polygon)


yInner

double yInner
y coordinate of inner rectangle


yPointer

double yPointer
y-coordinate for peak of slider


hInner

float hInner
height of inner rectangle


hOuter

float hOuter
height of outer rectangle


wInner

float wInner
width of inner rectangle


wOuter

float wOuter
width of outer rectangle


xOuter

float xOuter
x coordinate of outer rectangle


xInner

float xInner
x-coordinate of inner rectangle


yOuter

float yOuter
y coordinate of outer rectangle


backgroundColor

java.awt.Color backgroundColor

foregroundColor

java.awt.Color foregroundColor

showSlider

boolean showSlider

Class org.sourceforge.espro.elicitation.BetaDist extends FunctionalMethod implements Serializable

serialVersionUID: -5623716906331511044L

Serialized Fields

betaP

double betaP
The p value of the beta distribution function.


betaQ

double betaQ
The q value of the beta distribution function.


threePoints

java.util.ArrayList<E> threePoints

mousePos

int[] mousePos

distance

double distance

fitMethod

int fitMethod

Class org.sourceforge.espro.elicitation.DProbWheel extends PointMethod implements Serializable

serialVersionUID: 889405905794579147L

Serialized Fields

padding

int padding

background

java.awt.Color background

foreground

java.awt.Color foreground

Class org.sourceforge.espro.elicitation.ElicitationMethod extends javax.swing.JComponent implements Serializable

serialVersionUID: 7460269361873636050L

Serialized Fields

g2

java.awt.Graphics2D g2
DOCUMENT ME!


pcs

PropertyChangeSupportProxy pcs
The property change support for elicitation methods.


frozen

boolean frozen
DOCUMENT ME!


category

java.lang.String category

name

java.lang.String name

edit

boolean edit

Class org.sourceforge.espro.elicitation.FunctionalMethod extends ElicitationMethod implements Serializable

Serialized Fields

highlight

java.util.ArrayList<E> highlight
The list of points to highlight.


markers

java.util.ArrayList<E> markers
Holds a List of markers.


points

double[][] points
holds the points


fitFunction

boolean fitFunction
Wether the function should be fitted into the functional area.


showHighlights

boolean showHighlights
Child classes can set if it want to show the highlights or not.


showMarkers

boolean showMarkers
Child classes can set if it wants so show markers or not.


maxValue

double maxValue
The maximum value of the courve will be stored here when running method FunctionalMethod.calcFunction()


standardHeight

double standardHeight
A standard height of the function area.


standardWidth

double standardWidth
A standard with of the function area.


maxMarkers

int maxMarkers
Maximum of possible markers.


padding

double padding

areaHeight

double areaHeight

areaWidth

double areaWidth

areaX

double areaX

areaY

double areaY

labelHeight

double labelHeight

labelWidth

double labelWidth

digits

int digits

lastHighlightPoint

int lastHighlightPoint

maxPointIndex

int maxPointIndex

Class org.sourceforge.espro.elicitation.IllegalSettingException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 2140346718303741151L

Class org.sourceforge.espro.elicitation.IndirectMethod extends PointMethod implements Serializable

Serialized Fields

lowerSplitValue

double lowerSplitValue

upperSplitValue

double upperSplitValue

Class org.sourceforge.espro.elicitation.IProbWheel extends IndirectMethod implements Serializable

serialVersionUID: -2510970128301161284L

Serialized Fields

extentRest

float extentRest
coordinates, width and height, ... of the arc


h

float h
coordinates, width and height, ... of the arc


startAngle

float startAngle
coordinates, width and height, ... of the arc


startAngleRest

float startAngleRest
coordinates, width and height, ... of the arc


w

float w
coordinates, width and height, ... of the arc


x

float x
coordinates, width and height, ... of the arc


y

float y
coordinates, width and height, ... of the arc


arcType

int arcType
type of arc


padding

int padding
name of the method


probColor

java.awt.Color probColor

restColor

java.awt.Color restColor

Class org.sourceforge.espro.elicitation.Message extends ElicitationMethod implements Serializable

Serialized Fields

label

javax.swing.JLabel label

textarea

javax.swing.JTextArea textarea

builder

com.jgoodies.forms.builder.PanelBuilder builder

text

java.lang.String text

Class org.sourceforge.espro.elicitation.Number extends PointMethod implements Serializable

serialVersionUID: 1531399649745690774L

Serialized Fields

label

javax.swing.JLabel label

valueField

javax.swing.JTextField valueField

labelText

java.lang.String labelText

selfChanged

boolean selfChanged

max

double max

min

double min

Class org.sourceforge.espro.elicitation.OutOfScale extends AbstractScale implements Serializable

Serialized Fields

graduation

double graduation
DOCUMENT ME!

Class org.sourceforge.espro.elicitation.PieChart extends ElicitationMethod implements Serializable

Serialized Fields

legendBuffer

java.awt.image.BufferedImage legendBuffer

actualSize

java.awt.Dimension actualSize

center

double[] center

marked

boolean marked

showBaseNull

boolean showBaseNull

showLegend

boolean showLegend

showProbs

boolean showProbs

circleX

double circleX

circleY

double circleY

diameter

double diameter

legendWidth

double legendWidth

rotationBase

double rotationBase

mark

int mark

nPieces

int nPieces

colors

java.awt.Color[] colors

texts

java.lang.String[] texts

values

double[] values

random

boolean random

randomized

boolean randomized

pieHeight

double pieHeight

pieWidth

double pieWidth

showLine

int showLine

Class org.sourceforge.espro.elicitation.PointMethod extends ElicitationMethod implements Serializable

Serialized Fields

value

double value
This holds the actual value and changes during the use of the elicitation method. This very special property of any elicitation method is handled specially in many other parts of this software.

Class org.sourceforge.espro.elicitation.PropertyChangeSupportProxy extends java.beans.PropertyChangeSupport implements Serializable

Serialized Fields

objectProxy

java.util.HashMap<K,V> objectProxy

timerProxy

java.util.HashMap<K,V> timerProxy

timer

java.util.Timer timer

delay

long delay

f

java.text.DateFormat f

sourceBean

java.lang.Object sourceBean

Class org.sourceforge.espro.elicitation.Scale extends AbstractScale implements Serializable

serialVersionUID: 7754526330114849395L

Serialized Fields

points

ScalePointSet points
Holds the points of the scale.

See Also:
ScalePointSet

invLog

boolean invLog
Is the logarithmus inverted?


logBase

double logBase
Base of the logarithm.


max

double max
The maximum of the scale.


min

double min
The minimum of the scale.


logarithmic

boolean logarithmic
Logarithmic scale


digits

int digits

Class org.sourceforge.espro.elicitation.Urn extends IndirectMethod implements Serializable

Serialized Fields

padding

int padding
DOCUMENT ME!


probColor

java.awt.Color probColor

restColor

java.awt.Color restColor

logger

java.util.logging.Logger logger

ballsMouseListener

java.awt.event.MouseListener ballsMouseListener

buttonsMouseListener

java.awt.event.MouseListener buttonsMouseListener

ballByPosition

int[][] ballByPosition

balls

java.awt.Color[] balls

ballsBackup

java.awt.Color[] ballsBackup

lastSwitched

int[] lastSwitched

changeBalls

boolean changeBalls

hasButtons

boolean hasButtons

mixed

boolean mixed

savePositions

boolean savePositions

absoluteX

int absoluteX

absoluteY

int absoluteY

hBall

int hBall

height

int height

nBallsHorizontal

int nBallsHorizontal

nBallsVertical

int nBallsVertical

wBall

int wBall

width

int width

Class org.sourceforge.espro.elicitation.ZoomScale extends PointMethod implements Serializable

serialVersionUID: 5448075671609512555L

Serialized Fields

scale1

Scale scale1

scale2

Scale scale2

invert

boolean invert
This sets if the scale should be inverted. This makes 0 at the bottom and 1 at the top of the scale. (default: true)


useRight

boolean useRight

verbalHints

boolean verbalHints
This holds the state if the verbal hints should be shown or not.


lower

double lower

max

double max
The maximum of the scale.


min

double min

upper

double upper

zoomFactor

double zoomFactor

digits

int digits

numberOfBetweenLinesRight

int numberOfBetweenLinesRight

numberOfLinesRight

int numberOfLinesRight

Package org.sourceforge.espro.gui

Class org.sourceforge.espro.gui.AboutGui extends javax.swing.JFrame implements Serializable

serialVersionUID: -6825277371986016069L

Serialized Fields

textArea

javax.swing.JTextArea textArea

Class org.sourceforge.espro.gui.AbstractPageAction extends javax.swing.AbstractAction implements Serializable

Class org.sourceforge.espro.gui.ItemAssistant extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

item

Item item
The item of the itemeditor.


methodPanel

javax.swing.JPanel methodPanel

Class org.sourceforge.espro.gui.ItemEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -7071250715974812254L

Serialized Fields

item

Item item
The item of the itemeditor.


methodPanel

javax.swing.JPanel methodPanel

Class org.sourceforge.espro.gui.MainPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8438576029794021570L

Serialized Fields

questionnaireManager

QuestionnaireManager questionnaireManager

Class org.sourceforge.espro.gui.MainWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: 7778691144364657318L

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

questionnaireManager

QuestionnaireManager questionnaireManager

Class org.sourceforge.espro.gui.MenuBar extends javax.swing.JMenuBar implements Serializable

serialVersionUID: 8307810958016781371L

Serialized Fields

actionProvider

ActionProvider actionProvider

fileMenu

javax.swing.JMenu fileMenu

questionnaireMenu

javax.swing.JMenu questionnaireMenu

questionnaireManager

QuestionnaireManager questionnaireManager

Class org.sourceforge.espro.gui.MethodSettingsEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -5973846619419372596L

Serialized Fields

setStates

java.util.ArrayList<E> setStates

method

ElicitationMethod method

settingItems

java.util.Map<K,V> settingItems

builder

com.jgoodies.forms.builder.PanelBuilder builder

Class org.sourceforge.espro.gui.MethodSwitcher.ChangeMethodAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2270885065683774738L

Serialized Fields

method

ElicitationMethod method

Class org.sourceforge.espro.gui.NotificationArea extends javax.swing.JPanel implements Serializable

serialVersionUID: 1818791106747453651L

Serialized Fields

label

javax.swing.JLabel label

progress

javax.swing.JProgressBar progress

Class org.sourceforge.espro.gui.PageManager extends javax.swing.JPanel implements Serializable

serialVersionUID: -9057195537751430926L

Serialized Fields

buttons

javax.swing.JPanel buttons
The panel with the buttons.


view

javax.swing.JPanel view
The panel which holds the pages.


pages

java.util.HashMap<K,V> pages
The pages the PageManager contains


notify

NotificationArea notify

pcs

java.beans.PropertyChangeSupport pcs

backwards

boolean backwards

Class org.sourceforge.espro.gui.QItemOrderEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

itemList

javax.swing.JList itemList

questionnaire

Questionnaire questionnaire

itemVector

java.util.Vector<E> itemVector

selectedValues

java.util.Vector<E> selectedValues

Class org.sourceforge.espro.gui.QuestionnaireAssistant extends PageManager implements Serializable

serialVersionUID: 1L

Serialized Fields

titleText

javax.swing.JTextField titleText

rLogger

RunLogger rLogger

questionnaire

RunnableQuestionnaire questionnaire

doneButtonAdded

boolean doneButtonAdded

Class org.sourceforge.espro.gui.QuestionnaireEditor extends PageManager implements Serializable

serialVersionUID: 3526710696759707530L

Serialized Fields

titleText

javax.swing.JTextField titleText

questionnaire

Questionnaire questionnaire

Class org.sourceforge.espro.gui.QuestionnairePropertiesEditor extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

autoPersonSid

javax.swing.JCheckBox autoPersonSid

autoSaveAfterSubject

javax.swing.JCheckBox autoSaveAfterSubject

backwardsCheckBox

javax.swing.JCheckBox backwardsCheckBox

randomItemOrder

javax.swing.JCheckBox randomItemOrder

autoPersonSidPrefix

javax.swing.JTextField autoPersonSidPrefix

logFile

javax.swing.JTextField logFile

titleField

javax.swing.JTextField titleField

questionnaire

Questionnaire questionnaire

Class org.sourceforge.espro.gui.ToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -6297787221312734786L

Serialized Fields

questionnaireManager

QuestionnaireManager questionnaireManager

Package org.sourceforge.espro.model

Class org.sourceforge.espro.model.AbstractModel extends java.lang.Object implements Serializable

Serialized Fields

pcs

java.beans.PropertyChangeSupport pcs
The property change support.


saved

boolean saved

Class org.sourceforge.espro.model.Item extends AbstractModel implements Serializable

serialVersionUID: -4687981722878944244L

Serialized Fields

method

ElicitationMethod method
Stores the method to use with this item.


methodListener

org.sourceforge.espro.model.Item.MethodListener methodListener

settings

Settings settings
stores the settings


done

boolean done
tests if the actual item is done.


frozen

boolean frozen

startTime

long startTime
Timer start time


endTime

long endTime
Timer end time

Class org.sourceforge.espro.model.ItemData extends AbstractModel implements Serializable

Serialized Fields

data

java.util.HashMap<K,V> data

Class org.sourceforge.espro.model.Person extends AbstractModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

sid

java.lang.String sid

Class org.sourceforge.espro.model.QData extends AbstractModel implements Serializable

Serialized Fields

persons

java.util.ArrayList<E> persons

Class org.sourceforge.espro.model.Questionnaire extends AbstractModel implements Serializable

serialVersionUID: 6726342672463674517L

Serialized Fields

settings

Settings settings
The settings.


items

java.util.ArrayList<E> items
A list of items in the questionnaire.


file

java.io.File file

random

java.util.Random random

current

Item current

data

QData data

frozen

boolean frozen

Class org.sourceforge.espro.model.QuestionnaireNotFoundException extends java.lang.Exception implements Serializable

Class org.sourceforge.espro.model.RunLogger extends AbstractModel implements Serializable

Serialized Fields

file

java.io.File file

writer

org.sourceforge.espro.model.RunLogger.RunLoggerWriter writer

Class org.sourceforge.espro.model.RunnableQuestionnaire extends AbstractModel implements Serializable

Serialized Fields

items

java.util.ArrayList<E> items

settings

Settings settings

current

Item current

sid

java.lang.String sid

started

boolean started

parent

Questionnaire parent

Class org.sourceforge.espro.model.Settings extends AbstractModel implements Serializable

serialVersionUID: 6726342672463677L

Serialized Fields

settings

java.util.HashMap<K,V> settings

logger

java.util.logging.Logger logger