Serialized Form


Package gui

Class gui.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

BRANCH_THRESHOLD

double BRANCH_THRESHOLD
the minimum size for dead-end routes when generating a route-graph


canvas

Canvas canvas
the drawing canvas


interactor

InteractionHandler interactor
the input handler


importer

MapImporter importer
the map loader


map

Map map
the map being edited


relations

java.util.ArrayList<E> relations
a list of extended relation values


menuBar

javax.swing.JMenuBar menuBar
the menu bar containing all menu items


gridVisibleMenu

javax.swing.JCheckBoxMenuItem gridVisibleMenu
the grid visibility menu item


showDistanceRelationsMenu

javax.swing.JCheckBoxMenuItem showDistanceRelationsMenu
the show distance relations menu item


showOrientationRelationsMenu

javax.swing.JCheckBoxMenuItem showOrientationRelationsMenu
the show distance relations menu item


showTopologyRelationsMenu

javax.swing.JCheckBoxMenuItem showTopologyRelationsMenu
the show distance relations menu item


showAbstractionsMenu

javax.swing.JCheckBoxMenuItem showAbstractionsMenu

animator

Animator animator
object responsible for repainting the canvas

Class gui.MessageBar extends java.awt.Panel implements Serializable

Serialized Fields

message

java.lang.String message
the current message


scale

int scale
the current grid size


selected

java.lang.String selected
the name of the selected object


Package interactors.constraints

Class interactors.constraints.ConstraintFrame extends javax.swing.JFrame implements Serializable


Package interactors.neighborhood

Class interactors.neighborhood.ConceptNeighborhoodViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

interactor

ConceptNeighborInteractor interactor
the concept neighborhood interactor


width

int width
the viewer width


height

int height
the viewer height


frame

javax.swing.JFrame frame
the viewer frame


background

java.awt.Image background
image of the conceptual neighborhood


index

int index
the currently selected mental model


points

java.util.ArrayList<E> points
the points in the different mental models

Class interactors.neighborhood.ConceptNeighborhoodViewer2 extends ConceptNeighborhoodViewer implements Serializable


Package logger

Class logger.Log extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

events

java.util.ArrayList<E> events
the modifications to the map


undoneEvents

java.util.ArrayList<E> undoneEvents
a list of events that have been undone


mapFile

java.lang.String mapFile
the location of the map


logStart

long logStart
the time when the map was opened

Class logger.LogEvent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objectID

long objectID
the id of the modified object


property

java.lang.String property
the modified property


value

java.lang.String value
the new value of the modified property


oldValue

java.lang.Object oldValue
the object value before the event


timeStamp

long timeStamp
the time of the modification


Package util

Class util.StatusDialog extends java.awt.Dialog implements Serializable

Serialized Fields

panel

StatusDialog.StatusPanel panel
the graphics panel


redraw

boolean redraw
specified if the redraw thread should continue running