A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ABSTRACT_OBJECT - Variable in class translate.MapImporter
 
AbstractObject - Class in model
Represents a non-physical object.
AbstractObject(long, ArrayList<String>, HashSet<Attribute>) - Constructor for class model.AbstractObject
Constructs an abstract object.
abstractTypes - Variable in class translate.MapImporter
abstract object classes
actionPerformed(ActionEvent) - Method in class actions.ExitAction
Closes the application.
actionPerformed(ActionEvent) - Method in class actions.ExportMapAction
Displays a save dialog and exports the map to the selected file.
actionPerformed(ActionEvent) - Method in class actions.ExportSVGAction
Displays a save dialog and exports the map to the selected file.
actionPerformed(ActionEvent) - Method in class actions.ImportMapAction
Displays a dialog allowing the user to select a map file to load.
actionPerformed(ActionEvent) - Method in class actions.InteractionAction
Sets the current interaction in the canvas.
actionPerformed(ActionEvent) - Method in class actions.LoadConstraintsAction
Displays a dialog allowing the user to select a constraint file and loads the constraints.
actionPerformed(ActionEvent) - Method in class actions.NewMapAction
Creates a new map.
actionPerformed(ActionEvent) - Method in class actions.OpenRecordingAction
Displays a dialog allowing the user to select a recording to play.
actionPerformed(ActionEvent) - Method in class actions.PropertyAction
Displays a property editor for the currently selected object.
actionPerformed(ActionEvent) - Method in class actions.RotateAction
Rotates the object currently selected.
actionPerformed(ActionEvent) - Method in class actions.SaveRecordingAction
Displays a save dialog and writes the recording to the selected file.
actions - package actions
 
add(OntologyObject) - Method in class model.Map
Adds an object to the map.
addCity(String, String, String, boolean) - Method in class spanReform.SpanReform
Adds the given cities to the map.
addDirectionComplexity(DirectionComplexity) - Method in class routing.Path
Adds a direction to the path.
addDistanceRelation(String, DistanceEntity) - Method in class model.DistanceEntity
Adds a distance relation to this entity.
addEdge(Edge) - Method in class routing.DecisionPoint
 
addEvent(LogEvent) - Method in class logger.Log
Adds an event to the log.
addEvent(LogEvent) - Static method in class logger.Logger
Adds an event to the current log, if one exists.
addInteractor(String, Interactor) - Method in class gui.MainWindow
Adds an external interactor to the interaction handler.
addInteractor(String, Interactor) - Method in class interactors.InteractionHandler
Adds a new interactor to the popup menu.
addOrientationRelation(String, OrientationEntity) - Method in class model.OrientationEntity
Adds an orientation relation to this entity.
addRelationValue(RelationValue) - Method in class gui.MainWindow
Adds an external relation value.
addTopologicalRelation(String, TopoEntity) - Method in class model.TopoEntity
Adds a topological relation to this entity.
amount - Variable in class actions.RotateAction
the amount to rotate the shape, in radians
animator - Variable in class gui.MainWindow
object responsible for repainting the canvas
Attribute - Class in model
An attribute stores the property of an object.
Attribute(String, String, boolean) - Constructor for class model.Attribute
Constructs an attribute.
attributes - Variable in class model.OntologyObject
the object properties

B

background - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
image of the conceptual neighborhood
begin(int) - Method in class gui.Canvas.CallBack
Starts drawing the polygon.
BRANCH_THRESHOLD - Variable in class gui.MainWindow
the minimum size for dead-end routes when generating a route-graph
BRANCH_THRESHOLD - Static variable in class routing.Router
 
buildConstraintMenu() - Method in class gui.MainWindow
Builds trhe constraint menu.
buildFileMenu() - Method in class gui.MainWindow
Builds the file menu.
buildGridMenu() - Method in class gui.MainWindow
Builds the grid menu.
buildInteractionMenu() - Method in class gui.MainWindow
Builds the interaction menu.
buildLayersMenu() - Method in class gui.MainWindow
Builds the relation menu.
buildPopupMenu() - Method in class interactors.InteractionHandler
Constructs the popup menu.
buildShape() - Method in class model.GraphicalObject
Builds the shape from the coordinates of the object.
buildToolBar() - Method in class gui.MainWindow
Builds the toolbar.
buildTransforms() - Method in class gui.Canvas
Rebuilds the view transform and the inverse view transforms.

C

calculateDecisionPointComplexities(ArrayList<DecisionPoint>) - Method in class routing.Router
 
Canvas - Class in gui
A canvas is used to draw the objects in a map and handlers the translation between virtual and screen coordinates.
Canvas(int, int) - Constructor for class gui.Canvas
Constructs a canvas object.
canvas - Variable in class gui.MainWindow
the drawing canvas
canvas - Variable in class interactors.InteractionHandler
the canvas
Canvas.CallBack - Class in gui
Callback class for polygon tesselation.
Canvas.CallBack(GL) - Constructor for class gui.Canvas.CallBack
Constructs the tesseltation callback.
Card4Relation - Class in relations
Class for determining the cardinal direction between two objects with a granularity of 4 directions.
Card4Relation() - Constructor for class relations.Card4Relation
 
Card8Relation - Class in relations
Class for determining the cardinal direction between two objects with a granularity of 8 directions.
Card8Relation() - Constructor for class relations.Card8Relation
 
CardEWRelation - Class in relations
Class for determining the cardinal direction between two objects with a granularity of east and west directions.
CardEWRelation() - Constructor for class relations.CardEWRelation
 
CardNSRelation - Class in relations
Class for determining the cardinal direction between two objects with a granularity of north and south directions.
CardNSRelation() - Constructor for class relations.CardNSRelation
 
checkConstraints(MapImporter, Map, ArrayList<Constraint>) - Static method in class validate.DistanceValidater
Checks the distance constraints from the specified set of constraints.
checkConstraints(MapImporter, Map, ArrayList<Constraint>) - Static method in class validate.OrientationValidater
Checks the orientation constraints from the specified set of constraints.
checkConstraints(MapImporter, Map, ArrayList<Constraint>) - Static method in class validate.TopologyValidater
Checks the topology constraints from the specified set of constraints.
cities - Variable in class spanReform.SpanReform
a mapping of city names to the cities
classAttributes - Variable in class translate.MapImporter
attributes for each class
classHierarchy - Variable in class translate.MapImporter
inheritance lists for each class
classProperties - Variable in class translate.MapImporter
properties for each class
classVariables - Variable in class translate.MapImporter
a mapping of class variables to default values
clearInputData() - Method in class voronoi.VoronoiGraph
Allow new input data.
close() - Method in class interactors.neighborhood.ConceptNeighborhoodViewer
Disposes the frame.
CLOSE3 - Static variable in class relations.Qldr3Relation
objects within 100 cm are considered close
CLOSE4 - Static variable in class relations.Qldr4Relation
objects within 100 cm are considered close
CLOSE5 - Static variable in class relations.Qldr5Relation
objects within 100 cm are considered close
closest - Variable in class interactors.RouteInteractor
 
colors - Static variable in class util.SVGUtilities
the 16 named colors in SVG
combine(double[], Object[], float[], Object[]) - Method in class gui.Canvas.CallBack
Tells the tesseltation function how to blend two vertices.
COMPETITIVE_ANGLE_THRESHOLD - Static variable in class routing.Router
 
computeVD() - Method in class voronoi.VoronoiGraph
Computes voronoi diagram, results are stored internally and can be read with getVEdge
CONCEPT_NEIGHBORHOOD_INTERACTOR - Static variable in class interactors.InteractionHandler
 
ConceptNeighborhoodViewer - Class in interactors.neighborhood
Displays a conceptual neighborhood and highlights the current mental model.
ConceptNeighborhoodViewer(ConceptNeighborInteractor) - Constructor for class interactors.neighborhood.ConceptNeighborhoodViewer
Constructs a concept neighborhood viewer for showing different mental models.
ConceptNeighborhoodViewer2 - Class in interactors.neighborhood
Extends ConceptNeighborhoodViewer to provide a different set of points for the concept neighborhoods.
ConceptNeighborhoodViewer2(ConceptNeighborInteractor) - Constructor for class interactors.neighborhood.ConceptNeighborhoodViewer2
Constructs a concept neighborhood viewer and overrides the points in the concept neighborhood.
ConceptNeighborInteractor - Class in interactors
Interactor for displaying conceptual neighborhoods.
ConceptNeighborInteractor(InteractionHandler) - Constructor for class interactors.ConceptNeighborInteractor
Constructs the concept neighborhoodd interactor.
Constraint - Class in model
Class for storing a spatial constraint.
Constraint(OntologyObject, OntologyObject, String, String) - Constructor for class model.Constraint
Constructs a constraint.
CONSTRAINT_INTERACTOR - Static variable in class interactors.InteractionHandler
 
ConstraintFrame - Class in interactors.constraints
Class for textually displaying constraints and showing if the constraints are satisfied.
ConstraintFrame(String, ArrayList<Constraint>) - Constructor for class interactors.constraints.ConstraintFrame
Displays a JFrame containing a TextArea that lists the specified constraints and shows wether the constraints are satisfied.
ConstraintInteractor - Class in interactors.constraints
Class for displaying spatial constraints.
ConstraintInteractor(InteractionHandler) - Constructor for class interactors.constraints.ConstraintInteractor
Constructs the constraint interactor.
ConstraintLoader - Class in translate
Loads constraints from a goal file.
ConstraintLoader() - Constructor for class translate.ConstraintLoader
 
constraints - Static variable in class actions.LoadConstraintsAction
the list of loaded constraints
constraints - Variable in class interactors.constraints.ConstraintInteractor
the spatial constraints
constraints - Variable in class interactors.constraints.DistanceInteractor
the distance constraints
constraints - Variable in class interactors.constraints.OrientationInteractor
the orientation constraints
constraints - Variable in class interactors.constraints.TopologyInteractor
the toplogy constraints
CONSTRUCTED_OBJECT - Variable in class translate.MapImporter
 
ConstructedObject - Class in model
A constructed object represents a physical object.
ConstructedObject(long, ArrayList<String>, HashSet<Attribute>) - Constructor for class model.ConstructedObject
Constructs an constructed object.
constructObject() - Method in class interactors.NewShapeInteractor
Displays a dialog allowsing the user to select the object type.
contains(double, double) - Method in class model.GraphicalObject
 
contains(Point2D) - Method in class model.GraphicalObject
 
contains(double, double, double, double) - Method in class model.GraphicalObject
 
contains(Rectangle2D) - Method in class model.GraphicalObject
 
CONTEXT_CLASS - Static variable in class translate.DataExporter
 
convertType(OntologyObject, String) - Method in class translate.MapImporter
Converts the specified object into the new type.
coordinates - Variable in class interactors.NewShapeInteractor
the coordinates of the new object
coordinates - Variable in class model.GraphicalObject
The vertices of the object.
coordinates - Variable in class routing.Edge
 
coordinates - Variable in class routing.EdgeFacade
 
COORDINATES_INTERACTOR - Static variable in class interactors.InteractionHandler
 
CoordinatesInteractor - Class in interactors
Interaction for modifying the coordinates of an object.
CoordinatesInteractor(InteractionHandler) - Constructor for class interactors.CoordinatesInteractor
Constructs the coordinates interactor.
coordinatesMenu - Variable in class interactors.InteractionHandler
 
coords - Variable in class interactors.CoordinatesInteractor
the coordinates of the selected object
copy() - Method in class logger.Log
Performs a deep clone of the log.
copy(OntologyObject) - Method in class translate.MapImporter
Creates a copy of the specified object.
createBeansElement() - Method in class translate.DataExporter
Create the black background rectangle
createContextElement(Element) - Method in class translate.DataExporter
 
createOptimizationSlider() - Method in class interactors.RouteInteractor
This method builds and displays the optimization slider.
createProcessorElement(ArrayList<String>, Element) - Method in class translate.DataExporter
 
createRelation(OntologyObject, OntologyObject) - Method in class interactors.RelationInteractor
Creates a relation between the given objects.
currentPoint - Variable in class interactors.InteractionHandler
the current mouse location, in virtual coordinates

D

DataExporter - Class in translate
Class for exported a map to an XML file.
DataExporter() - Constructor for class translate.DataExporter
 
DataImporter - Class in translate
Deprecated. Class for loading an object model from an XML file and loading a map from an XML file.
DataImporter(String) - Constructor for class translate.DataImporter
Deprecated. Loads the object model from a specified file.
DC() - Method in class jts.RCC9Matrix
Returns true if the objects are disjoint.
DECISION_POINT_WIDTH - Variable in class translate.MapConverter
the size of decision points
DecisionPoint - Class in routing
 
DecisionPoint(long, double, double) - Constructor for class routing.DecisionPoint
 
decisionPoint1 - Variable in class routing.EdgeFacade
 
decisionPoint2 - Variable in class routing.EdgeFacade
 
decisionPoints - Variable in class translate.DataImporter
Deprecated.  
delete(OntologyObject) - Method in class model.Map
Removes an object from the map.
deleteMenu - Variable in class interactors.InteractionHandler
 
DEMO - Static variable in class gui.Main
specifies if the program is in demo mode
description - Variable in class model.History
the description of the modification
dipose() - Method in class util.StatusDialog
Disposes the panel.
Direction - Class in directions
 
Direction(ArrayList<Instruction>) - Constructor for class directions.Direction
 
DirectionComplexity - Class in routing
Class for storing an individual direction along a route.
DirectionComplexity(double, double, double, String) - Constructor for class routing.DirectionComplexity
Constructs a direction with the specified complexity.
directions - package directions
 
directions - Variable in class interactors.RouteInteractor
 
directions - Variable in class translate.directions.DirectionsParser
 
directions.type - package directions.type
 
directionsComplexities - Variable in class routing.Path
the directions for the path
directionsComplexity - Variable in class routing.DirectionComplexity
The complexity of the directions associated with this route: 0 - low complexiy 1 - high complexity
DirectionsParser - Class in translate.directions
 
DirectionsParser(File) - Constructor for class translate.directions.DirectionsParser
 
DirectionsParser(String) - Constructor for class translate.directions.DirectionsParser
 
displacements - Static variable in class spanReform.SpanReform
a mapping of distance names to the spatial displacements
display(GLAutoDrawable) - Method in class gui.Canvas
Displays the map.
display(String, String) - Method in class gui.MainWindow
Loads the ontology and map files and displays the main window.
displayChanged(GLAutoDrawable, boolean, boolean) - Method in class gui.Canvas
Not implemented.
dist(double, double) - Method in class translate.MapConverter.Point
 
distance - Variable in class model.DistanceEntity.DistanceFact
the qualitative distance
DISTANCE_INTERACTOR - Static variable in class interactors.InteractionHandler
 
DistanceEntity - Class in model
Class for storing qualitative distance relations between different entities.
DistanceEntity(String, DistanceSystem.DistSystem) - Constructor for class model.DistanceEntity
Constructs a distance entity with the specified distance system.
DistanceEntity.DistanceFact - Class in model
Class for storing relations added to this entity.
DistanceEntity.DistanceFact(DistanceEntity, String) - Constructor for class model.DistanceEntity.DistanceFact
Constructs a distance fact.
distanceHierarchy - Static variable in class model.DistanceSystem
a mapping of distances to the next higher granularity
DistanceInteractor - Class in interactors.constraints
Class for displaying distance constraints.
DistanceInteractor(InteractionHandler) - Constructor for class interactors.constraints.DistanceInteractor
Constructs the distance interactor.
distanceRelationsVisible - Variable in class gui.Canvas
specifies if distance relations should be drawn
distanceSystem - Variable in class model.DistanceEntity
the distance system of this entity
DistanceSystem - Class in model
Class for storing static data about qualitive distances.
DistanceSystem() - Constructor for class model.DistanceSystem
 
DistanceSystem.DistSystem - Enum in model
a list of distance systems
DistanceSystem.DistSystem() - Constructor for enum model.DistanceSystem.DistSystem
 
DistanceSystem.Qldr2 - Enum in model
 
DistanceSystem.Qldr2() - Constructor for enum model.DistanceSystem.Qldr2
 
DistanceSystem.Qldr3 - Enum in model
 
DistanceSystem.Qldr3() - Constructor for enum model.DistanceSystem.Qldr3
 
DistanceSystem.Qldr4 - Enum in model
 
DistanceSystem.Qldr4() - Constructor for enum model.DistanceSystem.Qldr4
 
DistanceSystem.Qldr5 - Enum in model
 
DistanceSystem.Qldr5() - Constructor for enum model.DistanceSystem.Qldr5
 
DistanceValidater - Class in validate
Class for verifying qualitative distance constraints.
DistanceValidater() - Constructor for class validate.DistanceValidater
 
document - Variable in class translate.DataExporter
 
draw(GL, GLU, GLUT) - Method in class interactors.ConceptNeighborInteractor
Draws the currently selected concept neighborhood.
draw(GL, GLU, GLUT) - Method in class interactors.constraints.ConstraintInteractor
Draws the constraints.
draw(GL, GLU, GLUT) - Method in class interactors.constraints.DistanceInteractor
Draws the distance constraints.
draw(GL, GLU, GLUT) - Method in class interactors.constraints.OrientationInteractor
Draws the orientation constraints.
draw(GL, GLU, GLUT) - Method in class interactors.constraints.TopologyInteractor
Draws the topology constraints.
draw(GL, GLU, GLUT) - Method in class interactors.CoordinatesInteractor
Draws the coordinates of the selected object.
draw(GL, GLU, GLUT) - Method in class interactors.InteractionHandler
Draws the current interaction.
draw(GL, GLU, GLUT) - Method in class interactors.Interactor
Called by the canvas when a repaint occurs, allowing the interactor to draw over the map.
draw(GL, GLU, GLUT) - Method in class interactors.MeasurementInteractor
Draws a line between the picked point and the current mouse location.
draw(GL, GLU, GLUT) - Method in class interactors.NewShapeInteractor
Draws the outline of the new shape.
draw(Graphics2D) - Method in class interactors.RecordingInteractor
Not implemented.
draw(GL, GLU, GLUT) - Method in class interactors.RelationInteractor
Draws a line between the selected object and the current mouse location.
draw(GL, GLU, GLUT) - Method in class interactors.RouteInteractor
Draws a line between the selected object and the current mouse location.
draw(GL, GLU, GLUT) - Method in class interactors.ScaleInteractor
Draws the scaled outline of the selected object.
draw(GL, GLU, GLUT) - Method in class jts.EgenhoferInteractor
Draws a line from the selected object to the mouse.
draw(GL, GLU, GLUT) - Method in class jts.NeighborInteractor
Highlights the neighboring objects of the selected object.
draw(GL, GLU, GLUT) - Method in class jts.RCC5Interactor
Draws a line from the selected object to the mouse.
draw(GL, GLU, GLUT) - Method in class jts.RCC8Interactor
Draws a line from the selected object to the mouse.
draw(GL, GLU, GLUT) - Method in class jts.RCC9Interactor
Draws a line from the selected object to the mouse.
drawCursorVertex - Variable in class interactors.NewShapeInteractor
specifies if a vertex should be drawn at the cursor location
drawObject(GL, OntologyObject) - Method in class gui.Canvas
Draws an ontology object.
drawText(GL, String, double, double, float, float) - Method in class gui.Canvas
Utility function for drawing text

E

EC() - Method in class jts.RCC9Matrix
Returns true if the objects are externally connected.
Edge - Class in routing
 
Edge(long, ArrayList<Double>, DecisionPoint, DecisionPoint, double) - Constructor for class routing.Edge
 
EdgeFacade - Class in routing
 
EdgeFacade(Long, float[], Long, Long) - Constructor for class routing.EdgeFacade
 
edgePointMap - Variable in class translate.DataImporter
Deprecated. Map of ID of first decision point contatenated with '_' and the ID of the second decision point.
edgePoints - Variable in class translate.DataImporter
Deprecated. Key = edge ID.
edges - Variable in class interactors.RouteInteractor
 
edges - Variable in class routing.DecisionPoint
 
edges - Variable in class translate.DataImporter
Deprecated. Map of edge ID to the edge.
EgenhoferInteractor - Class in jts
Class for displaying the Egenhofer 9IM relation between two polygons.
EgenhoferInteractor(InteractionHandler) - Constructor for class jts.EgenhoferInteractor
Constructs the Egenhofer interactor.
EgenhoferValue - Class in jts
Class for determining the Egenhofer value between two objects.
EgenhoferValue() - Constructor for class jts.EgenhoferValue
 
eLandmarkType - Enum in directions.type
 
eLandmarkType() - Constructor for enum directions.type.eLandmarkType
 
end() - Method in class gui.Canvas.CallBack
Finishes drawing the polygon.
endInteraction() - Method in class interactors.ConceptNeighborInteractor
Closes the concept neighborhood viewer.
endInteraction() - Method in class interactors.Interactor
Called when the interaction handler ends this interaction.
endInteraction() - Method in class interactors.RouteInteractor
Closes the complexity tradeoff frame.
EQ() - Method in class jts.RCC9Matrix
Returns true if the objects are equal.
equals(Object) - Method in class routing.DecisionPoint
Deep, not shallow, equals.
equivalent - Variable in class jts.RCC9Matrix
specifies if the objects are equivalent
equivalent() - Method in class jts.RCC9Matrix
Returns true if the objects are equivalent.
eRelationType - Enum in directions.type
 
eRelationType() - Constructor for enum directions.type.eRelationType
 
eStructureType - Enum in directions.type
 
eStructureType() - Constructor for enum directions.type.eStructureType
 
events - Variable in class logger.Log
the modifications to the map
ExitAction - Class in actions
Action for exiting in the application.
ExitAction() - Constructor for class actions.ExitAction
 
exportCorridors(String, HashSet<OntologyObject>) - Method in class translate.DataExporter
 
exportDoors(String, HashSet<OntologyObject>, HashSet<OntologyObject>, ArrayList<EdgeFacade>) - Method in class translate.DataExporter
 
exportLog(String) - Static method in class logger.Logger
Serializes the log to the specified file.
exportMap(Map, String) - Method in class translate.MapExporter
Exports the map to the specifed file.
exportMap(Map, String) - Method in class translate.SVGExporter
Exports the map to the specifed file.
ExportMapAction - Class in actions
Action for saving a map.
ExportMapAction(MainWindow) - Constructor for class actions.ExportMapAction
Constructs the export action.
exportRoute(String, List<DecisionPoint>, List<Edge>) - Method in class translate.DataExporter
Exports the map to the specifed file.
ExportSVGAction - Class in actions
Action for saving a map.
ExportSVGAction(MainWindow) - Constructor for class actions.ExportSVGAction
Constructs the export action.

F

facts - Variable in class model.DistanceEntity
a list of fasts added to this entity
facts - Variable in class model.OrientationEntity
a list of fasts added to this entity
facts - Variable in class model.TopoEntity
a list of fasts added to this entity
FAR2 - Static variable in class relations.Qldr2Relation
objects further than 300 cm are considered far
FAR3 - Static variable in class relations.Qldr3Relation
objects further than 500 cm are considered far
FAR4 - Static variable in class relations.Qldr4Relation
objects further than 500 cm are considered far
FAR5 - Static variable in class relations.Qldr5Relation
objects further than 500 cm are considered far
fillColor - Variable in class model.GraphicalObject
the fill color
fillStroke - Variable in class model.GraphicalObject
the fill stroke
finalize() - Method in class voronoi.VoronoiGraph
Frees memory used by the Vroni library.
finalizeProgram() - Method in class voronoi.VoronoiGraph
Frees memory used for VD computation.
FORTY_FIVE_DEGREES - Static variable in class routing.Router
 
frame - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the viewer frame

G

generateMap(String, MapImporter) - Method in class spanReform.SpanReform
Generates a map relating cities from the specified goal file.
getAbstractionsVisible() - Method in class gui.Canvas
Gets if abstract objects are visible.
getAngleBetweenDecisionPoints(DecisionPoint, DecisionPoint) - Method in class routing.Router
 
getAngleBetweenPoints(double, double, double, double) - Method in class routing.Router
 
getArea(GraphicalObject) - Static method in class model.GraphicalObject
Utility method for getting the area of a graphical object.
getAttribute(String) - Method in class model.OntologyObject
Gets the attribute object for the specied attribute name.
getAttributes() - Method in class model.OntologyObject
Gets the names of the attributes.
getAttributes(Element) - Method in class translate.MapImporter
Gets the attributes of an instance of a class.
getAttributeValue(String) - Method in class model.OntologyObject
Gets the value of an attribute.
getBounds() - Method in class model.GraphicalObject
 
getBounds2D() - Method in class model.GraphicalObject
 
getCanvas() - Method in class interactors.InteractionHandler
Gets the canvas.
getCentroid() - Method in class model.GraphicalObject
Gets the centroid of this shape.
getColor(String) - Static method in class util.SVGUtilities
Returns a java color object for the specified SVG color or null if a value of "none" is specified.
getColorString(Color) - Static method in class util.SVGUtilities
Returns the SVG hexadecimal representation of the given color.
getConstraints(InteractionHandler) - Static method in class actions.LoadConstraintsAction
Gets the list of constraints.
getConstraints(String, Map) - Method in class translate.ConstraintLoader
Loads the constraints from the goal file for the specified map.
getConstructableRelationTypes() - Method in class translate.MapImporter
Gets a list of spatial relation classes that are instantiable.
getConstructedObjectTypes() - Method in class translate.MapImporter
Gets a list of constructed object classes in the object model.
getCoordinates() - Method in class model.GraphicalObject
Gets the coordinates of the object.
getCoordinates() - Method in class routing.Edge
 
getCoordinates() - Method in class routing.EdgeFacade
 
getCoords(String) - Static method in class model.GraphicalObject
Utility method for converting a string of coordinates into an array of floating point values.
getCurrentPoint() - Method in class interactors.InteractionHandler
Gets the current mouse location in virtual coordinates.
getCursor() - Method in class interactors.ConceptNeighborInteractor
Returns the interactor cursor.
getCursor() - Method in class interactors.constraints.ConstraintInteractor
Gets the crosshair cursor.
getCursor() - Method in class interactors.constraints.DistanceInteractor
Gets the crosshair cursor.
getCursor() - Method in class interactors.constraints.OrientationInteractor
Gets the crosshair cursor.
getCursor() - Method in class interactors.constraints.TopologyInteractor
Gets the crossahir cursor.
getCursor() - Method in class interactors.CoordinatesInteractor
Gets the coordinates cursor.
getCursor() - Method in class interactors.Interactor
Gets the interaction cursor.
getCursor() - Method in class interactors.MeasurementInteractor
Gets the measurement cursor.
getCursor() - Method in class interactors.NewShapeInteractor
Gets the new shape cursor.
getCursor() - Method in class interactors.RecordingInteractor
Gets the recording cursor.
getCursor() - Method in class interactors.RelationInteractor
Gets the relation cursor.
getCursor() - Method in class interactors.RouteInteractor
Gets the relation cursor.
getCursor() - Method in class interactors.ScaleInteractor
Gets the scale cursor.
getCursor() - Method in class jts.EgenhoferInteractor
Gets the crosshair cursor.
getCursor() - Method in class jts.NeighborInteractor
Returns the neighbor cursor.
getCursor() - Method in class jts.RCC5Interactor
Gets the crosshair cursor.
getCursor() - Method in class jts.RCC8Interactor
Gets the crosshair cursor.
getCursor() - Method in class jts.RCC9Interactor
Gets the crosshair cursor.
getDecisionPoint1() - Method in class routing.Edge
 
getDecisionPoint1() - Method in class routing.EdgeFacade
 
getDecisionPoint2() - Method in class routing.Edge
 
getDecisionPoint2() - Method in class routing.EdgeFacade
 
getDecisionPointComplexity(DecisionPoint) - Method in class routing.Router
 
getDecisionPoints() - Method in class translate.DataImporter
Deprecated.  
getDepth() - Method in class model.OntologyObject
Gets the depth of the object.
getDescription() - Method in class model.History
Gets the modification description.
getDirectionComplexities() - Method in class routing.Path
Gets the route directions.
getDirections() - Method in class translate.directions.DirectionsParser
 
getDirectionsComplexity() - Method in class routing.DirectionComplexity
Gets the complexity rating of the directions.
getDistance() - Method in class model.DistanceEntity.DistanceFact
Gets the qualitative distance.
getDistance(DistanceEntity) - Method in class model.DistanceEntity
Returns the distance relation to the specified entity.
getDistance(double, double, double, double) - Static method in class utils.RouteUtils
 
getDistanceName(String, DistanceSystem.DistSystem) - Static method in class model.DistanceSystem
Gets the distance name of the specified distance in the new distance system.
getDistanceNames(DistanceSystem.DistSystem) - Static method in class model.DistanceSystem
Gets the distance names for the specified system.
getDistanceRelationsVisible() - Method in class gui.Canvas
Sets if distance relations are visible.
getDistanceRelationsVisible() - Method in class gui.MainWindow
Gets the selection status of the show distance relations menu item.
getDistanceSystem() - Method in class model.DistanceEntity
Gets the distance system.
getEdgePointMap() - Method in class translate.DataImporter
Deprecated.  
getEdgePoints() - Method in class translate.DataImporter
Deprecated.  
getEdges() - Method in class routing.DecisionPoint
 
getEdges() - Method in class translate.DataImporter
Deprecated.  
getEgenhoferRelation(OntologyObject, OntologyObject) - Method in class jts.EgenhoferInteractor
Displays a dialog showing the Egenhofer relation between the specified objects.
getEvents() - Method in class logger.Log
Gets the events in the log.
getFacts() - Method in class model.DistanceEntity
Gets the factboard for this entity.
getFacts() - Method in class model.OrientationEntity
Gets the factboard for this entity.
getFacts() - Method in class model.TopoEntity
Gets the factboard for this entity.
getFillColor() - Method in class model.GraphicalObject
Gets the fill color.
getFillStroke() - Method in class model.GraphicalObject
Gets the fill stroke.
getGeometry(GraphicalObject) - Static method in class jts.NeighborInteractor
Utility method for creating a JTS geomerty object from a graphical object that is a polygon.
getGoalPathEdges() - Method in class routing.Path
Gets the edges in the route.
getGoalPathPoints() - Method in class routing.Path
Gets the decision points in the route.
getGraphics() - Method in class model.OntologyObject
Gets the graphics for the object.
getGraphics(Element) - Method in class translate.MapImporter
Gets the graphics for an object.
getGraphicsType(String) - Static method in class model.GraphicalObject
Utility method for getting the graphical Type of an object from a string.
getGrid() - Method in class gui.Canvas
Gets the grid.
getGridCoordinate(double, double) - Method in class gui.Grid
Calculates the nearest grid point for the given coordinate.
getHeuristicCost() - Method in class routing.DecisionPoint
 
getHeuristicValue(DecisionPoint, DecisionPoint) - Method in class routing.Router
 
getHints() - Method in class routing.DecisionPoint
 
getHistory() - Method in class model.OntologyObject
Gets the object history.
getHistory(Element) - Method in class translate.MapImporter
Gets the history of an object.
getId() - Method in class directions.Landmark
 
getID() - Method in class model.OntologyObject
Gets the object unique identifier.
getId() - Method in class routing.DecisionPoint
 
getId() - Method in class routing.Edge
 
getID() - Method in class routing.EdgeFacade
 
getInstructions() - Method in class directions.Direction
 
getInteractorHandler() - Method in class gui.MainWindow
Gets the interaction handler.
getIntersectingPoint(Line2D.Double, Line2D.Double) - Static method in class util.Utils
 
getLandmarks() - Method in class directions.Instruction
 
getLandMarkType() - Method in class directions.Landmark
 
getLength(GraphicalObject) - Static method in class model.GraphicalObject
Utility method for getting the length of a graphical object.
getLength() - Method in class routing.Edge
 
getLineColor() - Method in class model.GraphicalObject
Gets the outline color.
getLineStroke() - Method in class model.GraphicalObject
Gets the outline stroke.
getLog() - Static method in class logger.Logger
Gets the current log.
getLogStart() - Method in class logger.Log
Gets the starting time of the log.
getMainFrame() - Method in class interactors.InteractionHandler
 
getMap() - Method in class gui.Canvas
Gets the map.
getMap() - Method in class gui.MainWindow
Gets the map currently loaded.
getMap() - Method in class interactors.InteractionHandler
Gets the map.
getMapFile() - Method in class logger.Log
Gets the map file.
getMapImporter() - Method in class gui.MainWindow
Gets the map importer.
getMapLoader() - Method in class interactors.InteractionHandler
Gets the map importer.
getMapValue() - Method in class model.Constraint
Gets the value of the relation in the map.
getMessage() - Method in class routing.DirectionComplexity
Gets the directions.
getMessageBar() - Method in class gui.Canvas
Gets the message bar.
getName() - Method in class directions.Landmark
 
getName() - Method in class model.Attribute
Gets the name of the attribute.
getName() - Method in class model.DistanceEntity
Gets the entity name.
getName() - Method in class model.Map
Gets the map name.
getName() - Method in class model.OrientationEntity
Gets the entity name.
getName() - Method in class model.TopoEntity
Gets the entity name.
getNeighbors(OntologyObject, Map) - Static method in class jts.NeighborInteractor
Finds the externally connected objects for the specified object.
getNumDecisionPoints(DecisionPoint) - Method in class routing.Router
 
getNumOfVEdges() - Method in class voronoi.VoronoiGraph
Returns number of VEdges in voronoi diagram.
getObject(long) - Method in class model.Map
Gets the object with the specified identifier.
getObject1() - Method in class model.Constraint
Gets the first object.
getObject1() - Method in class model.SpatialRelation
Gets the first related object.
getObject2() - Method in class model.Constraint
Gets the second object.
getObject2() - Method in class model.SpatialRelation
Gets the second related object.
getObjectID() - Method in class logger.LogEvent
Gets the identifier of the modified object.
getObjects(String) - Method in class model.Map
Gets the objects of the specified type.
getObjects() - Method in class model.Map
Gets all objects in the map.
getObjectsVisible() - Method in class gui.Canvas
Gets if constructed objects are visible.
getOldValue() - Method in class logger.LogEvent
Gets the old object value.
getOrientation(OrientationEntity) - Method in class model.OrientationEntity
Returns the orientation relation to the specified entity.
getOrientationName(String, OrientationSystem.OrienSystem) - Static method in class model.OrientationSystem
Gets the orientation name of the specified orientation in the new orientation system.
getOrientationNames(OrientationSystem.OrienSystem) - Static method in class model.OrientationSystem
Gets the orientation names for the specified system.
getOrientationRelationsVisible() - Method in class gui.Canvas
Sets if orientation relations are visible.
getOrientationRelationsVisible() - Method in class gui.MainWindow
Gets the selection status of the show orientation relations menu item.
getOrientationSystem() - Method in class model.OrientationEntity
Gets the orientation system.
getOtherPoint(DecisionPoint) - Method in class routing.Edge
 
getOtherPoint(MapConverter.Point) - Method in class translate.MapConverter.Edge
 
getPath(DecisionPoint, DecisionPoint) - Method in class routing.Router
 
getPathCost() - Method in class routing.DecisionPoint
 
getPathIterator(AffineTransform) - Method in class model.GraphicalObject
 
getPathIterator(AffineTransform, double) - Method in class model.GraphicalObject
 
getPickedObject(double, double, boolean) - Method in class gui.Canvas
Returns the object at the specified virtual coordiantes or null if no object is located at the specified coordinates.
getPickedPoint() - Method in class interactors.InteractionHandler
Gets the last picked point in virtual coordinates.
getPoints(GraphicalObject) - Static method in class model.GraphicalObject
Utility method for converting an array of floats into a string representation.
getPreviousPoint() - Method in class interactors.InteractionHandler
Gets the previous mouse location in virtual coordinates.
getProperty() - Method in class logger.LogEvent
Gets the modified property.
getQuadratic() - Method in class gui.Canvas
Gets the quadratic object used for drawing circles.
getRadius() - Method in class model.GraphicalObject
Gets the radius of the object.
getRCC5Relation() - Method in class jts.RCC9Matrix
Getsh the RCC5 relation between the objects.
getRCC8Relation() - Method in class jts.RCC9Matrix
Getsh the RCC8 relation between the objects.
getRCCRelation(OntologyObject, OntologyObject) - Method in class jts.RCC5Interactor
Displays a dialog showing the RCC5 relation between the specified objects.
getRCCRelation(OntologyObject, OntologyObject) - Method in class jts.RCC8Interactor
Displays a dialog showing the RCC8 relation between the specified objects.
getRCCRelation(OntologyObject, OntologyObject) - Method in class jts.RCC9Interactor
Displays a dialog showing the RCC9 relation between the specified objects.
getRedoEvent() - Method in class logger.Log
Gets the next event to redo.
getRelated() - Method in class model.DistanceEntity.DistanceFact
Gets the related entity.
getRelated() - Method in class model.OrientationEntity.OrientationFact
Gets the related entity.
getRelated() - Method in class model.TopoEntity.TopoFact
Gets the related entity.
getRelation() - Method in class jts.RCC9Matrix
Getsh the RCC9 relation between the objects.
getRelationName() - Method in class model.Constraint
Gets the spatial relation name.
getRelations() - Method in class model.DistanceEntity
Gets the mapping of distances to related entities.
getRelations(OntologyObject) - Method in class model.Map
Gets the spatial relations for the specified ontology object.
getRelations() - Method in class model.OrientationEntity
Gets the mapping of orientations to related entities.
getRelations() - Method in class model.TopoEntity
Gets the mapping of topological values to related entities.
getRelations() - Method in class translate.MapImporter
Gets the relation values.
getRelationTypes() - Method in class translate.MapImporter
Gets a list of spatial relation classes in the object model.
getRotation() - Method in class gui.Canvas
Gets the rotation.
getRoute(OntologyObject, OntologyObject, int) - Method in class interactors.RouteInteractor
 
getRouteComplexity() - Method in class routing.DecisionPoint
 
getRouteGraph(Map, Map, MapImporter, double) - Method in class translate.MapConverter
Generates a route graph and adds the graph to the output map.
getScale() - Method in class gui.Canvas
Gets the scale scale.
getScreenCoordinates(double, double) - Method in class gui.Canvas
Converts virtual coordinates to screen coordinates.
getScreenCurrentPoint() - Method in class interactors.InteractionHandler
Gets the current mouse location in screen coordinates.
getScreenPickedPoint() - Method in class interactors.InteractionHandler
Gets the last picked point in screen coordinates.
getScreenPreviousPoint() - Method in class interactors.InteractionHandler
Gets the previous mouse location in screen coordinates.
getSegment(int) - Method in class voronoi.VoronoiGraph
Returns a Line representing voronoi edge with index "index", null if this is not available.
getSelectedColor() - Method in class model.GraphicalObject
Gets the objects highlight color.
getSelectedObject() - Method in class interactors.InteractionHandler
Gets the currently selected object.
getSelectedRelation() - Method in class interactors.InteractionHandler
Gets the currently selected relation.
getSnapToGrid() - Method in class gui.Grid
Returns true if objects should snap to the grid.
getSpacing() - Method in class gui.Grid
Gets the distance between grid lines.
getStructureType() - Method in class directions.Landmark
 
getStyle() - Method in class model.GraphicalObject
Gets the SVG style of the object.
getSystem(String) - Static method in class model.DistanceSystem
Gets the distance system for the specified distance name.
getSystem(String) - Static method in class model.OrientationSystem
Gets the orientation system for the specified orientation name.
getSystem(String) - Static method in class model.TopoSystem
Gets the RCC system for the specified topological name.
getTimeStamp() - Method in class logger.LogEvent
Gets the time of the modification.
getTimeStamp() - Method in class model.History
Gets the time of the modification.
getTopologicalName(String, TopoSystem.RCCSystem) - Static method in class model.TopoSystem
Gets the topological name of the specified value in the new topological system.
getTopologyRelationsVisible() - Method in class gui.Canvas
Sets if topology relations are visible.
getTopologyRelationsVisible() - Method in class gui.MainWindow
Gets the selection status of the show topological relations menu item.
getTopoNames(TopoSystem.RCCSystem) - Static method in class model.TopoSystem
Gets the topological names for the specified system.
getTopoRelation(TopoEntity) - Method in class model.TopoEntity
Returns the topological relation to the specified entity.
getTopoSystem() - Method in class model.TopoEntity
Gets the topo system.
getTransform() - Method in class gui.Canvas
Gets the view transform.
getTranslationX() - Method in class gui.Canvas
Gets the tranlation in the x direction.
getTranslationY() - Method in class gui.Canvas
Gets the tranlation in the y direction.
getType() - Method in class directions.Landmark
 
getType() - Method in class model.GraphicalObject
Gets the graphics type.
getType() - Method in class model.OntologyObject
Gets the object type.
getUndoEvent() - Method in class logger.Log
Gets the next event to undo.
getValue(String, OntologyObject, OntologyObject) - Method in class jts.EgenhoferValue
Gets the Egenhofer value between two objects.
getValue() - Method in class logger.LogEvent
Gets the new property value.
getValue() - Method in class model.Attribute
Gets the value of the attribute.
getValue() - Method in class model.Constraint
Gets the constraint value.
getValue() - Method in class model.OrientationEntity.OrientationFact
Gets the qualitative orientation.
getValue() - Method in class model.TopoEntity.TopoFact
Gets the topological value.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Card4Relation
Gets the cardinal direction between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Card8Relation
Gets the cardinal direction between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.CardEWRelation
Gets the cardinal direction between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.CardNSRelation
Gets the cardinal direction between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.OrienRel8Relation
Gets the orientation between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Qldr2Relation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Qldr3Relation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Qldr4Relation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.Qldr5Relation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.QldrCentroidRelation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.QldrVerticesRelation
Gets the qualitative distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.QndrcmCentroidRelation
Gets the distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.QndrcmRelation
Gets the distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.QndrcmVerticesRelation
Gets the distance between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.RCC5Relation
Gets the RCC5 relation between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in class relations.RCC8Relation
Gets the RCC8 relation between two objects.
getValue(String, OntologyObject, OntologyObject) - Method in interface relations.RelationValue
Gets the value of the relation or returns null if the value is unknown.
getVEdge(int) - Method in class voronoi.VoronoiGraph
Returns voronoi edge with index "index", coordinates of start and end point are stored in the seg_... variables and 0 is returned if edge was not available.
getVirtualCoordinates(double, double) - Method in class gui.Canvas
Converts screen coordinates to virtual coordinates.
getVisibleObjects() - Method in class model.Map
Gets the list of visible objects.
getVoronoiLineSegments() - Method in class voronoi.VoronoiGraph
Returns a vector containing all voronoi edges as Line objects.
getXCoord() - Method in class routing.DecisionPoint
 
getXCoord() - Method in class routing.DirectionComplexity
Gets the X coordinate.
getYCoord() - Method in class routing.DecisionPoint
 
getYCoord() - Method in class routing.DirectionComplexity
Gets the Y coordinate.
gl - Variable in class gui.Canvas.CallBack
the JOGL context
glu - Variable in class gui.Canvas
 
glut - Variable in class gui.Canvas
 
goalPathEdges - Variable in class routing.Path
the edges in the route
goalPathPoints - Variable in class routing.Path
the decision points in the route
GraphicalObject - Class in model
A graphical object is used for drawing and enabling the selection of ontology objects.
GraphicalObject(GraphicalObject.Type, String, String, double) - Constructor for class model.GraphicalObject
Constructs a new graphical object.
GraphicalObject.Type - Enum in model
possible graphics type
GraphicalObject.Type() - Constructor for enum model.GraphicalObject.Type
 
graphics - Variable in class model.OntologyObject
the graphics of the object
grid - Variable in class gui.Canvas
the gird
Grid - Class in gui
A grid object stores the current state of the grid.
Grid(double) - Constructor for class gui.Grid
Constructs a grid with the specified spacing.
GRID_VISIBLE - Static variable in class gui.MainWindow
specifies if the grid is initially visible
GRID_WIDTH - Static variable in class gui.Grid
the default spacing of the grid
gridVisibleMenu - Variable in class gui.MainWindow
the grid visibility menu item
gui - package gui
 

H

handler - Variable in class actions.InteractionAction
the interaction handler
handler - Variable in class actions.LoadConstraintsAction
the interaction handler
handler - Variable in class actions.PropertyAction
the interaction handler
handler - Variable in class actions.RotateAction
the interaction handler
handler - Variable in class interactors.Interactor
the interaction handler
handleSeg(double, double, double, double) - Method in class voronoi.VoronoiGraph
Adds line segment (x1,y1)->(x2,y2) to set of obstacles regarded for VD computation.
height - Static variable in class gui.MainWindow
the initial window height
height - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the viewer height
heuristicCost - Variable in class routing.DecisionPoint
 
hierarchy - Variable in class model.OntologyObject
the inheritance hierarchy of the object
higherGranularity(DistanceSystem.DistSystem, DistanceSystem.DistSystem) - Static method in class model.DistanceSystem
Returns true if the first system has a higher granularity than the second system.
higherGranularity(OrientationSystem.OrienSystem, OrientationSystem.OrienSystem) - Static method in class model.OrientationSystem
Returns true if the first system has a higher granularity than the second system.
higherGranularity(TopoSystem.RCCSystem, TopoSystem.RCCSystem) - Static method in class model.TopoSystem
Returns true if the first system has a higher granularity than the second system.
highlightColor - Variable in class model.GraphicalObject
the hightlight color
hints - Variable in class interactors.RouteInteractor
 
hints - Variable in class routing.DecisionPoint
 
History - Class in model
A history object stores a modification of an object.
History(String, long) - Constructor for class model.History
Constructs a history object.
history - Variable in class model.OntologyObject
the history of the object
HUNDRED_EIGHTY_DEGREES - Static variable in class routing.Router
 

I

id - Variable in class directions.Landmark
 
ID - Variable in class model.OntologyObject
a unique identifier
id - Variable in class routing.DecisionPoint
 
id - Variable in class routing.Edge
 
ID - Variable in class routing.EdgeFacade
 
ID_COUNTER - Variable in class translate.MapImporter
used for assigning unique identifiers
importer - Variable in class gui.MainWindow
the map loader
importer - Variable in class gui.RecordingPlayer
the map importer
importLog(String) - Static method in class logger.Logger
Deserializes a log from the specified log file.
importMap(String) - Method in class translate.MapImporter
Imports a map from an XML file
ImportMapAction - Class in actions
Action for loading a map from a file.
ImportMapAction(MainWindow) - Constructor for class actions.ImportMapAction
Constructs the import map action.
importSVGMap(MapImporter, String) - Method in class translate.SVGImporter
Converts the specified SVG file into a map.
index - Variable in class gui.RecordingPlayer
the index of the current log event
index - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the currently selected mental model
init(GLAutoDrawable) - Method in class gui.Canvas
Initializes JOGL parameters.
init() - Method in class voronoi.VoronoiGraph
Initializes voronoi computation.
instanceOf(String) - Method in class model.OntologyObject
Checks if the object is an instance of the specified type.
Instruction - Class in directions
 
Instruction(ArrayList<Landmark>) - Constructor for class directions.Instruction
 
instructions - Variable in class directions.Direction
 
InteractionAction - Class in actions
Action for invoking an interactor.
InteractionAction(InteractionHandler, String) - Constructor for class actions.InteractionAction
Constructs the interaction action.
interactionHandler - Variable in class gui.Canvas
the interaction handler
InteractionHandler - Class in interactors
Class for handling interactions between the user and objects in the map.
InteractionHandler(MainWindow, Canvas) - Constructor for class interactors.InteractionHandler
Constructs the interaction handler.
interactionMenu - Variable in class interactors.InteractionHandler
the interaction menu for the popup
interactions - Variable in class interactors.InteractionHandler
a mapping of interactor names to interactors
interactor - Variable in class actions.InteractionAction
the unique identifier for the interaction to invoke
interactor - Variable in class gui.MainWindow
the input handler
interactor - Variable in class interactors.InteractionHandler
the current interaction
Interactor - Class in interactors
All interactors must extend this abstract class.
Interactor(InteractionHandler) - Constructor for class interactors.Interactor
Constructs an interactor.
interactor - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the concept neighborhood interactor
interactors - package interactors
 
interactors.constraints - package interactors.constraints
 
interactors.neighborhood - package interactors.neighborhood
 
intersects(double, double, double, double) - Method in class model.GraphicalObject
 
intersects(Rectangle2D) - Method in class model.GraphicalObject
 
inverseTransform - Variable in class gui.Canvas
the transform for screen to virtual coordinates
isEditable() - Method in class model.Attribute
Gets if the attribute is mutable.
isMoveable() - Method in class model.OntologyObject
Gets if the object is moveable.
isSatified() - Method in class model.Constraint
Returns true if the constraint is satisfied, otherwise false.
isSelected() - Method in class model.GraphicalObject
Gets if the object is currently selected.
isVisible() - Method in class gui.Grid
Gets the visibility of the grid.
item - Variable in class interactors.RouteInteractor
 

J

jts - package jts
 

K

keyPressed(KeyEvent) - Method in class interactors.constraints.ConstraintInteractor
Not implemented.
keyPressed(KeyEvent) - Method in class interactors.constraints.DistanceInteractor
Not implemented.
keyPressed(KeyEvent) - Method in class interactors.constraints.OrientationInteractor
Not implemented.
keyPressed(KeyEvent) - Method in class interactors.constraints.TopologyInteractor
Not implemented.
keyPressed(KeyEvent) - Method in class interactors.CoordinatesInteractor
Overrides the key shortcuts.
keyPressed(KeyEvent) - Method in class interactors.InteractionHandler
Informs the current interactor of a key pressed events.
keyPressed(KeyEvent) - Method in class interactors.Interactor
Called by the interaction handler when a key is released.
keyPressed(KeyEvent) - Method in class interactors.neighborhood.ConceptNeighborhoodViewer
Changes the selected mental model when the left and right keys are pressed.
keyPressed(KeyEvent) - Method in class interactors.RecordingInteractor
Not implemented.
keyPressed(KeyEvent) - Method in class jts.NeighborInteractor
Override the key shortcuts.
keyReleased(KeyEvent) - Method in class interactors.constraints.ConstraintInteractor
Not implemented.
keyReleased(KeyEvent) - Method in class interactors.constraints.DistanceInteractor
Not implemented.
keyReleased(KeyEvent) - Method in class interactors.constraints.OrientationInteractor
Not implemented.
keyReleased(KeyEvent) - Method in class interactors.constraints.TopologyInteractor
Not implemented.
keyReleased(KeyEvent) - Method in class interactors.InteractionHandler
Informs the current interactor of a key released event.
keyReleased(KeyEvent) - Method in class interactors.Interactor
Called by the interaction handler when a key is released.
keyReleased(KeyEvent) - Method in class interactors.neighborhood.ConceptNeighborhoodViewer
Not implemented.
keyReleased(KeyEvent) - Method in class interactors.RecordingInteractor
Not implemented.
keyTyped(KeyEvent) - Method in class interactors.InteractionHandler
Not implemented.
keyTyped(KeyEvent) - Method in class interactors.neighborhood.ConceptNeighborhoodViewer
Not implemented.

L

Landmark - Class in directions
 
Landmark(eLandmarkType) - Constructor for class directions.Landmark
 
landmarks - Variable in class directions.Instruction
 
landMarkType - Variable in class directions.Landmark
 
length - Variable in class routing.Edge
 
lineColor - Variable in class model.GraphicalObject
the outline color
lines - Variable in class translate.MapConverter.Point
 
lineStroke - Variable in class model.GraphicalObject
the outline stroke
LoadConstraintsAction - Class in actions
Action for loading constraints from a file.
LoadConstraintsAction(InteractionHandler) - Constructor for class actions.LoadConstraintsAction
Constructs a constraint loader action.
loadMap(String) - Method in class gui.MainWindow
Loads a map from the specified file.
log - Variable in class gui.RecordingPlayer
the log file
Log - Class in logger
A log stores the modification to a map.
Log(String) - Constructor for class logger.Log
Constructs a log for the specified map.
log - Static variable in class logger.Logger
the current log
LogEvent - Class in logger
A log event records a modification of an object.
LogEvent(long, String, String, Object) - Constructor for class logger.LogEvent
Constructs a log event
logger - package logger
 
Logger - Class in logger
Provides a method for logging mofications to a map.
Logger() - Constructor for class logger.Logger
 
loggerEnabled - Static variable in class logger.Logger
specifies if events should be logged
logStart - Variable in class logger.Log
the time when the map was opened

M

main - package main
 
Main - Class in gui
Main class for launching the map editor.
Main() - Constructor for class gui.Main
 
main(String[]) - Static method in class gui.Main
Displays the map editor.
Main - Class in main
Main class for testing generatiion of route graphs.
Main() - Constructor for class main.Main
 
main(String[]) - Static method in class main.Main
Generates a route graph for the specified map.
main(String[]) - Static method in class spanReform.SpanReform
Test main for generating a span reform map.
main(String[]) - Static method in class translate.directions.DirectionsParser
Main method for testing.
mainWindow - Variable in class actions.ExportMapAction
the main frame
mainWindow - Variable in class actions.ExportSVGAction
the main frame
mainWindow - Variable in class actions.ImportMapAction
the main frame
mainWindow - Variable in class actions.NewMapAction
the main frame
mainWindow - Variable in class actions.OpenRecordingAction
the main frame
mainWindow - Variable in class actions.SaveRecordingAction
the main frame
MainWindow - Class in gui
The main window displays the map editor and builds the interactions between the window and the interaction handler as well as interactions between menu items and actions.
MainWindow() - Constructor for class gui.MainWindow
Constructs the main window and sets up the interaction handler.
mainWindow - Variable in class interactors.InteractionHandler
the main frame
map - Static variable in class actions.LoadConstraintsAction
the previously loaded map
map - Variable in class gui.Canvas
the map to display
map - Variable in class gui.MainWindow
the map being edited
map - Variable in class gui.RecordingPlayer
the map
map - Variable in class interactors.InteractionHandler
the map to edit
Map - Class in model
A map stores a set of ontology objects and the relations between them.
Map(String) - Constructor for class model.Map
Constructs a map with the specified name.
MapConverter - Class in translate
Generates a route graph for a map using a voronoi diagram.
MapConverter() - Constructor for class translate.MapConverter
 
MapConverter.Edge - Class in translate
Stores information about an edge connecting two points.
MapConverter.Edge(double, double, double, double) - Constructor for class translate.MapConverter.Edge
 
MapConverter.Path - Class in translate
Stores the points needed to traverse from one decision point to another.
MapConverter.Path(ArrayList<MapConverter.Point>) - Constructor for class translate.MapConverter.Path
 
MapConverter.Point - Class in translate
Stores information about a possible decision point.
MapConverter.Point(double, double) - Constructor for class translate.MapConverter.Point
 
MapExporter - Class in translate
Class for exported a map to an XML file.
MapExporter() - Constructor for class translate.MapExporter
 
mapFile - Static variable in class gui.Main
the default map file
mapFile - Variable in class logger.Log
the location of the map
MapImporter - Class in translate
Class for loading an object model from an XML file and loading a map from an XML file.
MapImporter(String) - Constructor for class translate.MapImporter
Loads the object model from a specified file.
MapScalar - Class in util
Utility class for changing the size of a map.
MapScalar() - Constructor for class util.MapScalar
 
mapValue - Variable in class model.Constraint
the value of the relation in the map
matrix - Variable in class jts.RCC9Matrix
the Egenhofer9IM matrix
MAX_CONNECTING_CORRIDORS - Static variable in class interactors.RouteInteractor
 
MEASUREMENT_INTERACTOR - Static variable in class interactors.InteractionHandler
 
MeasurementInteractor - Class in interactors
Interactor for displaying distance.
MeasurementInteractor(InteractionHandler) - Constructor for class interactors.MeasurementInteractor
Constructs the measurement interactor.
measuring - Variable in class interactors.MeasurementInteractor
specfies if the interactio is currently measuring
MEDIUM_COMPLEXITY_INCREMENT - Static variable in class routing.Router
 
menu - Variable in class interactors.RouteInteractor
 
menuBar - Variable in class gui.MainWindow
the menu bar containing all menu items
message - Variable in class gui.MessageBar
the current message
message - Variable in class routing.DirectionComplexity
The message containing the directions
message - Variable in class util.StatusDialog.StatusPanel
the message to display
messageBar - Variable in class gui.Canvas
the message bar
MessageBar - Class in gui
Panel for displaying messages at the bottom of the canvas.
MessageBar() - Constructor for class gui.MessageBar
 
MIDDLE5 - Static variable in class relations.Qldr5Relation
 
MINOR_COMPLEXITY_INCREMENT - Static variable in class routing.Router
 
model - package model
 
mouseClicked(MouseEvent) - Method in class interactors.InteractionHandler
Not implemented.
mouseDragged(MouseEvent) - Method in class interactors.constraints.ConstraintInteractor
Not implemented.
mouseDragged(MouseEvent) - Method in class interactors.constraints.DistanceInteractor
Not implemented.
mouseDragged(MouseEvent) - Method in class interactors.constraints.OrientationInteractor
Not implemented.
mouseDragged(MouseEvent) - Method in class interactors.constraints.TopologyInteractor
Not implemented.
mouseDragged(MouseEvent) - Method in class interactors.CoordinatesInteractor
If a vertex is selected, then a mouse drag moves the selected vertex.
mouseDragged(MouseEvent) - Method in class interactors.InteractionHandler
Updates the current and previous points.
mouseDragged(MouseEvent) - Method in class interactors.Interactor
Called by the interaction handler when the mouse is dragged.
mouseDragged(MouseEvent) - Method in class interactors.PickInteractor
Dragging the mouse translates the selected object.
mouseDragged(MouseEvent) - Method in class interactors.RecordingInteractor
Not implemented.
mouseEntered(MouseEvent) - Method in class interactors.InteractionHandler
Not implemented.
mouseExited(MouseEvent) - Method in class interactors.InteractionHandler
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.constraints.ConstraintInteractor
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.constraints.DistanceInteractor
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.constraints.OrientationInteractor
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.constraints.TopologyInteractor
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.InteractionHandler
Updates the current and previous points and informs the current interacotr of a mouse moved event.
mouseMoved(MouseEvent) - Method in class interactors.Interactor
Called by the interaction handler when the mouse is moved.
mouseMoved(MouseEvent) - Method in class interactors.PickInteractor
Allow the user to select relations.
mouseMoved(MouseEvent) - Method in class interactors.RecordingInteractor
Not implemented.
mouseMoved(MouseEvent) - Method in class interactors.RouteInteractor
 
mouseMoved - Variable in class interactors.ScaleInteractor
specifies if the mouse has moved while scaling an object
mouseMoved(MouseEvent) - Method in class interactors.ScaleInteractor
Moving the mouse modifies the the scale of the selected object.
mousePressed(MouseEvent) - Method in class interactors.ConceptNeighborInteractor
Double right click ends the interaction.
mousePressed(MouseEvent) - Method in class interactors.constraints.ConstraintInteractor
Double right-click ends the interaction.
mousePressed(MouseEvent) - Method in class interactors.constraints.DistanceInteractor
Double right-click ends the interaction.
mousePressed(MouseEvent) - Method in class interactors.constraints.OrientationInteractor
Double right-click ends the interaction.
mousePressed(MouseEvent) - Method in class interactors.constraints.TopologyInteractor
Double right-click ends the interaction.
mousePressed(MouseEvent) - Method in class interactors.CoordinatesInteractor
Processes mouse presses: - Left click selects a new object if no object is selected - Left click without control down selects a coordinate if an object is currently selected - Left click with control down add a new coordinate to the selected object - Right click deselcted the current vertex if a vertex is selected, deselects the current object or ends the interaction if no object is selecteed
mousePressed(MouseEvent) - Method in class interactors.InteractionHandler
Updates the current and picked point and informs the current interactor of the mouse press.
mousePressed(MouseEvent) - Method in class interactors.Interactor
Called by the interaction handler when a mouse button is pressed.
mousePressed(MouseEvent) - Method in class interactors.MeasurementInteractor
Left click selects a new point for measurement.
mousePressed(MouseEvent) - Method in class interactors.NewShapeInteractor
Left mouse clicks add new points to the shape.
mousePressed(MouseEvent) - Method in class interactors.PickInteractor
Left and right click select an object.
mousePressed(MouseEvent) - Method in class interactors.RecordingInteractor
Not implemented.
mousePressed(MouseEvent) - Method in class interactors.RelationInteractor
Left click selects an object if no object is selected.
mousePressed(MouseEvent) - Method in class interactors.RouteInteractor
Left click selects an object if no object is selected.
mousePressed(MouseEvent) - Method in class interactors.ScaleInteractor
Processes mouse presses: - Left click selects a new object if no object is selected - Left click applies the new scale if an object was selected and the mouse was moved
mousePressed(MouseEvent) - Method in class jts.EgenhoferInteractor
Left click selects an object if no object is selected.
mousePressed(MouseEvent) - Method in class jts.NeighborInteractor
Processes mouse presses: - Left click selects a new object and finds the neighbors - Right click deselects an object or ends the interaction if no object is selecteed
mousePressed(MouseEvent) - Method in class jts.RCC5Interactor
Left click selects an object if no object is selected.
mousePressed(MouseEvent) - Method in class jts.RCC8Interactor
Left click selects an object if no object is selected.
mousePressed(MouseEvent) - Method in class jts.RCC9Interactor
Left click selects an object if no object is selected.
mouseReleased(MouseEvent) - Method in class interactors.constraints.ConstraintInteractor
Not implemented.
mouseReleased(MouseEvent) - Method in class interactors.constraints.DistanceInteractor
Not implemented.
mouseReleased(MouseEvent) - Method in class interactors.constraints.OrientationInteractor
Not implemented.
mouseReleased(MouseEvent) - Method in class interactors.constraints.TopologyInteractor
Not implemented.
mouseReleased(MouseEvent) - Method in class interactors.CoordinatesInteractor
If a vertex was dragged, then the coordinates of the selected object are modified to reflect the change.
mouseReleased(MouseEvent) - Method in class interactors.InteractionHandler
Informs the current interactor of a mouse released event.
mouseReleased(MouseEvent) - Method in class interactors.Interactor
Called by the interaction handler when a mouse button is released.
mouseReleased(MouseEvent) - Method in class interactors.PickInteractor
Releasing the mouse causes the selected object to snap to the grid, if snapping is enabled.
mouseReleased(MouseEvent) - Method in class interactors.RecordingInteractor
Not implemented.
mouseWheelMoved(MouseWheelEvent) - Method in class interactors.InteractionHandler
The mouse wheel controls the current zoom factor.
moveObject - Variable in class interactors.PickInteractor
specifies if the mouse has been dragged far to start a drag gesture
mutable - Variable in class model.Attribute
specifies if the value if mutable

N

name - Variable in class directions.Landmark
 
name - Variable in class model.Attribute
the attribute name
name - Variable in class model.DistanceEntity
the entity name
name - Variable in class model.Map
the map name
name - Variable in class model.OrientationEntity
the entity name
name - Variable in class model.TopoEntity
the entity name
name - Variable in class spanReform.SpanReform.City
 
NeighborInteractor - Class in jts
Interactor for showing externally connected objects.
NeighborInteractor(InteractionHandler) - Constructor for class jts.NeighborInteractor
Constructs a neighbor interactor.
neighbors - Variable in class jts.NeighborInteractor
the neighbor objects of the selected object
NEW_MAP - Static variable in class logger.Logger
default name for new maps
NEW_SHAPE_INTERACTOR - Static variable in class interactors.InteractionHandler
 
newInstance(String, long) - Method in class translate.MapImporter
Constructs a new ontology object.
newIntersection(Line2D.Double, Line2D.Double) - Static method in class util.Utils
 
newMap() - Static method in class logger.Logger
Displables logging, because a new map does not have a file location.
NewMapAction - Class in actions
Action for creating a new map.
NewMapAction(MainWindow) - Constructor for class actions.NewMapAction
Constructs the new map action.
NewShapeInteractor - Class in interactors
Interaction for creating a new object.
NewShapeInteractor(InteractionHandler) - Constructor for class interactors.NewShapeInteractor
Constructs the new shape interactor.
NINETY_DEGREES - Static variable in class routing.Router
 
NTPP() - Method in class jts.RCC9Matrix
Returns true if the first object contains the second object and the object are not tangentialy connected.
NTPPi() - Method in class jts.RCC9Matrix
Returns true if the second object contains the first object and the object are not tangentialy connected.

O

object1 - Variable in class model.Constraint
the first object
object1 - Variable in class model.SpatialRelation
the first related object
object2 - Variable in class model.Constraint
the second object
object2 - Variable in class model.SpatialRelation
the second related object
objectID - Variable in class logger.LogEvent
the id of the modified object
objectMap - Variable in class model.Map
a mapping of object identifiers to the objects
objects - Variable in class model.Map
a list of objects in the map
objectTypes - Variable in class translate.MapImporter
constructed object classes
oldValue - Variable in class logger.LogEvent
the object value before the event
ontologyFile - Static variable in class gui.Main
the default object model file
OntologyObject - Class in model
This is the base class for all objects listed in a map.
OntologyObject(long, ArrayList<String>, HashSet<Attribute>) - Constructor for class model.OntologyObject
Constructs an ontology object.
OpenRecordingAction - Class in actions
Action for opening a recorded session.
OpenRecordingAction(MainWindow) - Constructor for class actions.OpenRecordingAction
Constructs the open recording action.
OPTIMIZATION_WINDOW_HEIGHT - Static variable in class interactors.RouteInteractor
 
OPTIMIZATION_WINDOW_WIDTH - Static variable in class interactors.RouteInteractor
 
optimizationFactor - Variable in class routing.Router
 
OPTIMIZE_COMPLEXITY - Static variable in class interactors.RouteInteractor
 
OPTIMIZE_DISTANCE - Static variable in class interactors.RouteInteractor
 
OrienRel8Relation - Class in relations
Class for determining the orientation between two ojbjects.
OrienRel8Relation() - Constructor for class relations.OrienRel8Relation
 
ORIENTATION_INTERACTOR - Static variable in class interactors.InteractionHandler
 
OrientationEntity - Class in model
Class for storing qualitative orientation relations between different entities.
OrientationEntity(String, OrientationSystem.OrienSystem) - Constructor for class model.OrientationEntity
Constructs an orientation entity with the specified orientation system.
OrientationEntity.OrientationFact - Class in model
Class for storing relations added to this entity.
OrientationEntity.OrientationFact(OrientationEntity, String) - Constructor for class model.OrientationEntity.OrientationFact
Constructs an orientation fact.
orientationHierarchy - Static variable in class model.OrientationSystem
a mapping of orientations to the next higher granularity
OrientationInteractor - Class in interactors.constraints
Class for displaying orientation constraints.
OrientationInteractor(InteractionHandler) - Constructor for class interactors.constraints.OrientationInteractor
Constructs the orientation interactor.
orientationRelationsVisible - Variable in class gui.Canvas
specifies if orientation relations should be drawn
orientationSystem - Variable in class model.OrientationEntity
the orientation system of this entity
OrientationSystem - Class in model
Class for storing static data about qualitive orientations.
OrientationSystem() - Constructor for class model.OrientationSystem
 
OrientationSystem.Card4 - Enum in model
 
OrientationSystem.Card4() - Constructor for enum model.OrientationSystem.Card4
 
OrientationSystem.Card8 - Enum in model
 
OrientationSystem.Card8() - Constructor for enum model.OrientationSystem.Card8
 
OrientationSystem.CardEW - Enum in model
 
OrientationSystem.CardEW() - Constructor for enum model.OrientationSystem.CardEW
 
OrientationSystem.CardNS - Enum in model
 
OrientationSystem.CardNS() - Constructor for enum model.OrientationSystem.CardNS
 
OrientationSystem.OrienSystem - Enum in model
a list of orientation systems
OrientationSystem.OrienSystem() - Constructor for enum model.OrientationSystem.OrienSystem
 
OrientationValidater - Class in validate
Class for verifying qualitative orientation constraints.
OrientationValidater() - Constructor for class validate.OrientationValidater
 

P

paint(Graphics) - Method in class gui.MessageBar
Displays the current message in the panel.
paint(Graphics) - Method in class interactors.neighborhood.ConceptNeighborhoodViewer
Draws the conceptual neightborhood and circles the current mental model.
paint(Graphics) - Method in class util.StatusDialog.StatusPanel
Paints the dialog message and updates the status bar.
panel - Variable in class util.StatusDialog
the graphics panel
parseStyle() - Method in class model.GraphicalObject
Parses the style of the object to determine the outline and fill colors.
path - Variable in class interactors.RouteInteractor
 
Path - Class in routing
A path represents a route from one decision point to another.
Path(ArrayList<Edge>, ArrayList<DecisionPoint>) - Constructor for class routing.Path
Constructs a path.
pathCost - Variable in class routing.DecisionPoint
 
pathMap - Variable in class routing.Router
 
paths - Variable in class translate.MapConverter.Point
 
PICK_INTERACTOR - Static variable in class interactors.InteractionHandler
 
pickedPoint - Variable in class interactors.InteractionHandler
the previously point clicked by the mouse, in virtual coordinates
PickInteractor - Class in interactors
Interactor for selecting and dragging objects.
PickInteractor(InteractionHandler) - Constructor for class interactors.PickInteractor
Constructs the pick interactor.
play() - Method in class gui.RecordingPlayer
Replays the events in the log file.
playbackMode - Variable in class interactors.InteractionHandler
specifies if the editor is currently displaying a recording
PO() - Method in class jts.RCC9Matrix
Returns true if the objects are partially overlapping.
point1 - Variable in class routing.Edge
 
point2 - Variable in class routing.Edge
 
pointA - Variable in class translate.MapConverter.Edge
 
pointB - Variable in class translate.MapConverter.Edge
 
points - Variable in class interactors.ConceptNeighborInteractor
the points to connect
points - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the points in the different mental models
points - Variable in class interactors.RouteInteractor
 
points - Variable in class routing.Router
 
points - Variable in class translate.MapConverter.Path
 
popupMenu - Variable in class interactors.InteractionHandler
the popup menu
previousPoint - Variable in class interactors.InteractionHandler
the previous mouse location, in virtual coordinates
previousSelected - Variable in class interactors.RouteInteractor
 
PROCESS_CLASS - Static variable in class translate.DataExporter
 
progress - Variable in class util.StatusDialog.StatusPanel
status bar counter
propertiesMenu - Variable in class interactors.InteractionHandler
 
property - Variable in class logger.LogEvent
the modified property
PropertyAction - Class in actions
Action for displaying the properties of an object.
PropertyAction(InteractionHandler) - Constructor for class actions.PropertyAction
Constructs a property action.

Q

Qldr2Relation - Class in relations
Class for determining the value of Qldr2 relations.
Qldr2Relation() - Constructor for class relations.Qldr2Relation
 
Qldr3Relation - Class in relations
Class for determining the value of Qldr3 relations.
Qldr3Relation() - Constructor for class relations.Qldr3Relation
 
Qldr4Relation - Class in relations
Class for determining the value of Qldr4 relations.
Qldr4Relation() - Constructor for class relations.Qldr4Relation
 
Qldr5Relation - Class in relations
Class for determining the value of Qldr5 relations.
Qldr5Relation() - Constructor for class relations.Qldr5Relation
 
QldrCentroidRelation - Class in relations
Class for determining the value of Qldr3 relations between the centroids of two objects.
QldrCentroidRelation() - Constructor for class relations.QldrCentroidRelation
 
QldrVerticesRelation - Class in relations
Class for determining the value of Qldr3 relations between verticies.
QldrVerticesRelation() - Constructor for class relations.QldrVerticesRelation
 
QndrcmCentroidRelation - Class in relations
Class for determining the value of Qndrcm relations.
QndrcmCentroidRelation() - Constructor for class relations.QndrcmCentroidRelation
 
QndrcmRelation - Class in relations
Class for determining the value of Qndrcm relations.
QndrcmRelation() - Constructor for class relations.QndrcmRelation
 
QndrcmVerticesRelation - Class in relations
Class for determining the value of Qndrcm relations.
QndrcmVerticesRelation() - Constructor for class relations.QndrcmVerticesRelation
 
quadratic - Variable in class gui.Canvas
 

R

RCC5Interactor - Class in jts
Class for displaying the RCC5 relation between two polygons.
RCC5Interactor(InteractionHandler) - Constructor for class jts.RCC5Interactor
Constructs the RCC5 interactor.
RCC5Relation - Class in relations
Class for determining the topological relation between two objects.
RCC5Relation() - Constructor for class relations.RCC5Relation
 
RCC8Interactor - Class in jts
Class for displaying the RCC8 relation between two polygons.
RCC8Interactor(InteractionHandler) - Constructor for class jts.RCC8Interactor
Constructs the RCC8 interactor.
RCC8Relation - Class in relations
Class for determining the topological relation between two objects.
RCC8Relation() - Constructor for class relations.RCC8Relation
 
RCC9Interactor - Class in jts
Class for displaying the RCC9 relation between two polygons.
RCC9Interactor(InteractionHandler) - Constructor for class jts.RCC9Interactor
Constructs the RCC9 interactor.
RCC9Matrix - Class in jts
Class for determining the RCC9 relation between two objects.
RCC9Matrix(Geometry, Geometry) - Constructor for class jts.RCC9Matrix
Constructs an RCC9 matrix without the equivalence property.
RCC9Matrix(Geometry, Geometry, double) - Constructor for class jts.RCC9Matrix
Constructs an RCC9 matrix.
RECORDING_INTERACTOR - Static variable in class interactors.InteractionHandler
 
RecordingInteractor - Class in interactors
Interactor for playing replays.
RecordingInteractor(InteractionHandler) - Constructor for class interactors.RecordingInteractor
Constructs the recording interactor
RecordingPlayer - Class in gui
Class for playing recordings.
RecordingPlayer(Log, Map, MapImporter) - Constructor for class gui.RecordingPlayer
Constructs a recording player.
redo() - Method in class interactors.InteractionHandler
Redoes the previsouly undone actions.
redo(InteractionHandler) - Static method in class logger.Logger
Redoes the most recently undone action.
redraw - Variable in class util.StatusDialog
specified if the redraw thread should continue running
related - Variable in class model.DistanceEntity.DistanceFact
the related entity
related - Variable in class model.OrientationEntity.OrientationFact
the related entity
related - Variable in class model.TopoEntity.TopoFact
the related entity
relatedTo(DistanceEntity) - Method in class model.DistanceEntity
Returns true if the specified entity is related to this entity.
relatedTo(OrientationEntity) - Method in class model.OrientationEntity
Returns true if the specified entity is related to this entity.
relatedTo(TopoEntity) - Method in class model.TopoEntity
Returns true if the specified entity is related to this entity.
RELATION_INTERACTOR - Static variable in class interactors.InteractionHandler
 
RelationInteractor - Class in interactors
Interaction for creating a relation between two objects.
RelationInteractor(InteractionHandler) - Constructor for class interactors.RelationInteractor
Constructs the relation interactor.
relationName - Variable in class model.Constraint
the spatial-relation name
relations - package relations
 
relations - Variable in class gui.MainWindow
a list of extended relation values
relations - Variable in class model.DistanceEntity
a mapping of the distance ranges to the entities at each range
relations - Variable in class model.Map
a mapping of objects to their relations
relations - Variable in class model.OrientationEntity
a mapping of the orientation values to the entities at each value
relations - Variable in class model.TopoEntity
a mapping of the RCC values to the related entities
relations - Variable in class spanReform.SpanReform
the relations between the cities
relations - Variable in class translate.MapImporter
the relation values
relationTypes - Variable in class translate.MapImporter
spatial relation classes
RelationValue - Interface in relations
Interface for determining the value of a relation.
removeRouteGraph() - Method in class model.Map
Removes the route graph from the map.
reshape(GLAutoDrawable, int, int, int, int) - Method in class gui.Canvas
Updates the viewport when the window is resized.
roomNode - Variable in class translate.MapConverter.Point
 
ROTATE_AMOUNT - Variable in class interactors.InteractionHandler
the amout to rotate the canvas
RotateAction - Class in actions
Action for rotation an object.
RotateAction(InteractionHandler, double) - Constructor for class actions.RotateAction
Constructs a rotation action.
rotateMenu - Variable in class interactors.InteractionHandler
 
rotation - Variable in class gui.Canvas
the rotation of the map
ROUTE_INTERACTOR - Static variable in class interactors.InteractionHandler
 
routeComplexity - Variable in class routing.DecisionPoint
The route complexity: 0 - low complexiy 1 - high complexity
RouteInteractor - Class in interactors
Interaction for creating a relation between two objects.
RouteInteractor(InteractionHandler) - Constructor for class interactors.RouteInteractor
Constructs the relation interactor.
routePath - Variable in class interactors.RouteInteractor
 
Router - Class in routing
 
Router(ArrayList<DecisionPoint>, int) - Constructor for class routing.Router
 
RouteUtils - Class in utils
 
RouteUtils() - Constructor for class utils.RouteUtils
 
routing - package routing
 

S

satisfied - Variable in class model.Constraint
specifies if the constraint is met
SaveRecordingAction - Class in actions
Action for saving a recording.
SaveRecordingAction(MainWindow) - Constructor for class actions.SaveRecordingAction
Constructs a save recording action.
scale - Variable in class gui.Canvas
the scale of the map
scale - Variable in class gui.MessageBar
the current grid size
scale - Variable in class interactors.ScaleInteractor
the scale of the selected object
SCALE_AMOUNT - Variable in class interactors.InteractionHandler
the amout to scale the canvas
SCALE_FACTOR - Variable in class translate.SVGImporter
the amount to scale the SVG objects
SCALE_INTERACTOR - Static variable in class interactors.InteractionHandler
 
ScaleInteractor - Class in interactors
Interaction for scaling an object.
ScaleInteractor(InteractionHandler) - Constructor for class interactors.ScaleInteractor
Constructs the scale interactor.
scaleMap(Map, float) - Static method in class util.MapScalar
Scale the input map by the specified value.
scaleMenu - Variable in class interactors.InteractionHandler
 
screenCurrentPoint - Variable in class interactors.InteractionHandler
the current mouse location, in screen coordinates
screenPickedPoint - Variable in class interactors.InteractionHandler
the previously point clicked by the mouse, in screen coordinates
screenPreviousPoint - Variable in class interactors.InteractionHandler
the previous mouse location, in screen coordinates
seg_x1 - Variable in class voronoi.VoronoiGraph
 
seg_x2 - Variable in class voronoi.VoronoiGraph
 
seg_y1 - Variable in class voronoi.VoronoiGraph
 
seg_y2 - Variable in class voronoi.VoronoiGraph
 
selected - Variable in class gui.MessageBar
the name of the selected object
selected - Variable in class interactors.CoordinatesInteractor
the index of the currently selected vertex
selected - Variable in class interactors.RouteInteractor
 
selected - Variable in class model.GraphicalObject
specifies if the object is selected
selectedObject - Variable in class interactors.InteractionHandler
the object currently selected
selectedRelation - Variable in class interactors.InteractionHandler
 
separator - Variable in class interactors.InteractionHandler
 
serialVersionUID - Static variable in class logger.Log
the serialization version identifier
serialVersionUID - Static variable in class logger.LogEvent
the serialization version identifier
setAbstractionsVisible(boolean) - Method in class gui.Canvas
Sets if abstract objects are visible.
setAbstractObjectsVisible(boolean) - Method in class gui.MainWindow
Sets the visibility of abstract objects.
setAttribute(String, String) - Method in class model.OntologyObject
Sets the value of attribute.
setAttributes(Collection<Attribute>) - Method in class model.OntologyObject
 
setCoordinates(float[]) - Method in class model.GraphicalObject
Sets the coordinates of the graphical object and rebuilds the shape representation of the object.
setCoordinates(float[]) - Method in class routing.EdgeFacade
 
setDecisionPoint1(Long) - Method in class routing.EdgeFacade
 
setDecisionPoint2(Long) - Method in class routing.EdgeFacade
 
setDecisionPoints(HashMap<String, DecisionPoint>) - Method in class translate.DataImporter
Deprecated.  
setDistanceRelationsVisible(boolean) - Method in class gui.Canvas
Sets if distance relations are visible.
setEdgePointMap(HashMap<String, Edge>) - Method in class translate.DataImporter
Deprecated.  
setEdgePoints(HashMap<String, HashSet<String>>) - Method in class translate.DataImporter
Deprecated.  
setEdges(HashMap<String, Edge>) - Method in class translate.DataImporter
Deprecated.  
setFillColor(Color) - Method in class model.GraphicalObject
Sets the fill color.
setGraphics(GraphicalObject) - Method in class model.OntologyObject
Sets the object graphics.
setGridSize(int) - Method in class gui.MessageBar
Sets the grid size to display.
setGridVisible(boolean) - Method in class gui.MainWindow
Sets the status of the grid visibility menu item.
setHeuristicCost(double) - Method in class routing.DecisionPoint
 
setHierarchy(ArrayList<String>) - Method in class model.OntologyObject
Sets the object hierarchy.
setHints(ArrayList<String>) - Method in class routing.DecisionPoint
 
setHistory(ArrayList<History>) - Method in class model.OntologyObject
Sets the object history.
setId(String) - Method in class directions.Landmark
 
setID(Long) - Method in class routing.EdgeFacade
 
setInputLineSegments(Vector<Line2D>) - Method in class voronoi.VoronoiGraph
Adds a vector of line segments to the set of obstacles regarded for Voronoi computation.
setInstructions(ArrayList<Instruction>) - Method in class directions.Direction
 
setInteractionHandler(InteractionHandler) - Method in class gui.Canvas
Sets the interaction handler.
setInteractor(String) - Method in class interactors.InteractionHandler
Sets the current interactor.
setLandmarks(ArrayList<Landmark>) - Method in class directions.Instruction
 
setLandMarkType(eLandmarkType) - Method in class directions.Landmark
 
setLineColor(Color) - Method in class model.GraphicalObject
Sets the outline color.
setMap(Map) - Method in class gui.Canvas
Sets the map to display and resets the view transform.
setMap(Map) - Method in class gui.MainWindow
Sets the map to display.
setMap(Map) - Method in class interactors.InteractionHandler
Sets the map to edit.
setMap(String) - Static method in class logger.Logger
Creates a new log object for the new map.
setMapValue(String) - Method in class model.Constraint
Sets the value of the relation in the map.
setMessage(String) - Method in class gui.MessageBar
Sets the message to display.
setMessage(String) - Method in class util.StatusDialog
Sets the message for the dialog to display.
setMessage(String) - Method in class util.StatusDialog.StatusPanel
Sets the message to display.
setName(String) - Method in class directions.Landmark
 
setObject1(OntologyObject) - Method in class model.SpatialRelation
Sets the first related object.
setObject2(OntologyObject) - Method in class model.SpatialRelation
Sets the second related object.
setObjectsVisible(boolean) - Method in class gui.Canvas
Sets if constructed objects are visible.
setOrientationRelationsVisible(boolean) - Method in class gui.Canvas
Sets if orientation relations are visible.
setPathCost(double) - Method in class routing.DecisionPoint
 
setPlaybackMode(boolean) - Method in class interactors.InteractionHandler
Sets if the editor is in playback mode.
setPoints(ArrayList<Point2D>) - Method in class interactors.ConceptNeighborInteractor
Sets the points in the concept neighborhood.
setRadius(double) - Method in class model.GraphicalObject
Sets the radius of the object and rebuilds the shape representation of the object.
setRelations(ArrayList<RelationValue>) - Method in class translate.MapImporter
Sets the relation values.
setRotation(double) - Method in class gui.Canvas
Sets the rotation and rebuilds the affine transforms.
setRouteComplexity(double) - Method in class routing.DecisionPoint
 
setSatisfied(boolean) - Method in class model.Constraint
Sets if the constraint is satisfied.
setScale(double) - Method in class gui.Canvas
Sets the scale and rebuilds the affine transforms.
setSelected(boolean) - Method in class model.GraphicalObject
Sets if the object is selected.
setSelected(boolean) - Method in class model.OntologyObject
Sets the object as selected.
setSelectedObject(String) - Method in class gui.MessageBar
Sets the name of the selected object.
setSelectedObject(OntologyObject) - Method in class interactors.InteractionHandler
Sets the given object as selected and deselects the previously selected object.
setSelectedRelation(SpatialRelation) - Method in class interactors.InteractionHandler
Sets the relation that is currently selected.
setSnapToGrid(boolean) - Method in class gui.Grid
Sets if objects should snap to the grid.
setStructureType(eStructureType) - Method in class directions.Landmark
 
setTimeStamp(long) - Method in class logger.LogEvent
Sets the time of the modification.
setTopologyRelationsVisible(boolean) - Method in class gui.Canvas
Sets if topology relations are visible.
setTranslationX(double) - Method in class gui.Canvas
Sets the translation in the x direction and rebuilds the transforms.
setTranslationY(double) - Method in class gui.Canvas
Sets the translation in the y direction and rebuilds the transforms.
setType(String) - Method in class directions.Landmark
 
setValue(String) - Method in class model.Attribute
Sets the value of the attribute.
setVisible(boolean) - Method in class gui.Grid
Sets the visibility of the grid.
shape - Variable in class model.GraphicalObject
the shape representation of the coordinates
SHOW_ABSTRACT_OBJECTS - Static variable in class gui.MainWindow
 
SHOW_DISTANCE_RELATIONS - Static variable in class gui.MainWindow
specifies if distance relations are displayed by default
SHOW_ORIENTATION_RELATIONS - Static variable in class gui.MainWindow
specifies if orientation relations are displayed by default
SHOW_TOPOLOGY_RELATIONS - Static variable in class gui.MainWindow
specifies if topology relations are displayed by default
showAbstractions - Variable in class gui.Canvas
specifies if abstract objects should be displayed
showAbstractionsMenu - Variable in class gui.MainWindow
 
showDistanceRelationsMenu - Variable in class gui.MainWindow
the show distance relations menu item
showObjects - Variable in class gui.Canvas
specifies if constructed objects should be displayed
showOrientationRelationsMenu - Variable in class gui.MainWindow
the show distance relations menu item
showPropertyDialog(InteractionHandler, OntologyObject) - Static method in class actions.PropertyAction
Displays a property editor dialog.
showRecording(Log) - Method in class gui.MainWindow
Displays a recording.
showTopologyRelationsMenu - Variable in class gui.MainWindow
the show distance relations menu item
size - Variable in class gui.Canvas
the current size of the panel
size - Variable in class model.GraphicalObject
the radius of a point
slider - Variable in class interactors.RouteInteractor
 
sliderFrame - Variable in class interactors.RouteInteractor
 
SNAP_TO_GRID - Static variable in class gui.MainWindow
specifies if snap to grid is enabled by default
snapMenu - Variable in class interactors.InteractionHandler
 
snapSelectedObjectToGrid() - Method in class interactors.InteractionHandler
Aligns the currently selected object with the grid.
snapToGrid - Variable in class gui.Grid
specifies if objects should snap to the grid
spacing - Variable in class gui.Grid
the distance between different grid lines
spanReform - package spanReform
 
SpanReform - Class in spanReform
Class for generating a map of cities from a constraint file.
SpanReform() - Constructor for class spanReform.SpanReform
 
SpanReform.City - Class in spanReform
Class for stroing the name and location of a city.
SpanReform.City(String) - Constructor for class spanReform.SpanReform.City
 
SPATIAL_RELATION - Variable in class translate.MapImporter
 
SpatialRelation - Class in model
A spatial representation represents a relation between two physical objects.
SpatialRelation(long, ArrayList<String>, HashSet<Attribute>) - Constructor for class model.SpatialRelation
Constructs an spatial relation.
startInteraction() - Method in class interactors.ConceptNeighborInteractor
Shows a status dialog that simulations the conneciton to the span reform project.
startInteraction() - Method in class interactors.constraints.ConstraintInteractor
Verifies that the constraints are satisfied.
startInteraction() - Method in class interactors.constraints.DistanceInteractor
Verifies that the distance constraints are satisfied.
startInteraction() - Method in class interactors.constraints.OrientationInteractor
Verifies that the orientation constraints are satisfied.
startInteraction() - Method in class interactors.constraints.TopologyInteractor
Verifies that the topology constraints are satisfied.
startInteraction() - Method in class interactors.CoordinatesInteractor
Gets the coordinates of the currently selected object.
startInteraction() - Method in class interactors.Interactor
Called when the interaction handler starts this interaction.
startInteraction() - Method in class interactors.MeasurementInteractor
Deselects the selected object.
startInteraction() - Method in class interactors.NewShapeInteractor
Displays a dialog graphics types.
startInteraction() - Method in class interactors.RecordingInteractor
Not implemented.
startInteraction() - Method in class interactors.RouteInteractor
 
startInteraction() - Method in class interactors.ScaleInteractor
Initializes the scale interaction.
startInteraction() - Method in class jts.NeighborInteractor
Finds the neighbors of the currently selected object.
startTime - Variable in class gui.RecordingPlayer
the time that the replay starts
StatusDialog - Class in util
Utility class for displaying a modal status dialog.
StatusDialog(String, Frame) - Constructor for class util.StatusDialog
Constructs a modal status dialog.
StatusDialog.StatusPanel - Class in util
Custom panel class for drawing a status bar.
StatusDialog.StatusPanel(String) - Constructor for class util.StatusDialog.StatusPanel
Constructs a status panel with the specified message.
structureType - Variable in class directions.Landmark
 
style - Variable in class model.GraphicalObject
the SVG style
SVGExporter - Class in translate
Class for exported a map to an XML file.
SVGExporter() - Constructor for class translate.SVGExporter
 
SVGImporter - Class in translate
Utility class for converting SVG files to the map format.
SVGImporter() - Constructor for class translate.SVGImporter
 
SVGUtilities - Class in util
Utility class for SVG parsing.
SVGUtilities() - Constructor for class util.SVGUtilities
 
systemMap - Static variable in class model.DistanceSystem
a mapping of distance names to their distance system
systemMap - Static variable in class model.OrientationSystem
a mapping of orientation names to their orientation system
systemMap - Static variable in class model.TopoSystem
a mapping of topological names to their rcc system

T

tangentialyConnected() - Method in class jts.RCC9Matrix
Returns true if the objects are tangentialy connected.
tessCallback - Variable in class gui.Canvas
 
timeStamp - Variable in class logger.LogEvent
the time of the modification
timeStamp - Variable in class model.History
the time of the modification
title - Static variable in class gui.MainWindow
the window title
tobj - Variable in class gui.Canvas
 
TopoEntity - Class in model
Class for storing topological relations between different entities.
TopoEntity(String, TopoSystem.RCCSystem) - Constructor for class model.TopoEntity
Constructs a topo entity with the specified topo system.
TopoEntity.TopoFact - Class in model
Class for storing relations added to this entity.
TopoEntity.TopoFact(TopoEntity, String) - Constructor for class model.TopoEntity.TopoFact
Constructs a topo fact.
topologicalHierarchy - Static variable in class model.TopoSystem
a mapping of topological values to the next higher granularity
TOPOLOGY_INTERACTOR - Static variable in class interactors.InteractionHandler
 
TopologyInteractor - Class in interactors.constraints
Class for displaying topology constraints.
TopologyInteractor(InteractionHandler) - Constructor for class interactors.constraints.TopologyInteractor
Constructs the topology interactor.
topologyRelationsVisible - Variable in class gui.Canvas
specifies if topology relations should be drawn
TopologyValidater - Class in validate
Class for verifying qualitative topology constraints.
TopologyValidater() - Constructor for class validate.TopologyValidater
 
topoSystem - Variable in class model.TopoEntity
the topology system of this entity
TopoSystem - Class in model
Class for storing static data about topoloical relations.
TopoSystem() - Constructor for class model.TopoSystem
 
TopoSystem.RCC5 - Enum in model
 
TopoSystem.RCC5() - Constructor for enum model.TopoSystem.RCC5
 
TopoSystem.RCC8 - Enum in model
 
TopoSystem.RCC8() - Constructor for enum model.TopoSystem.RCC8
 
TopoSystem.RCCSystem - Enum in model
a list of topological systems
TopoSystem.RCCSystem() - Constructor for enum model.TopoSystem.RCCSystem
 
TPP() - Method in class jts.RCC9Matrix
Returns true if the first object contains the second object and the object are tangentialy connected.
TPPi() - Method in class jts.RCC9Matrix
Returns true if the second object contains the first object and the object are tangentialy connected.
transform - Variable in class gui.Canvas
the transform for virtual to screen coordinates
translate - package translate
 
translate.directions - package translate.directions
 
TRANSLATE_AMOUNT - Variable in class interactors.InteractionHandler
the amout to translate the canvas
translationX - Variable in class gui.Canvas
the x translation of the map
translationY - Variable in class gui.Canvas
the y translation of the map
traverseElement(Element, ArrayList<String>, HashSet<String>, ArrayList<String>) - Method in class translate.MapImporter
Recursive method for traversing through the classes in the object model.
TWO_HUNDRED_SEVENTY_DEGREES - Static variable in class routing.Router
 
type - Variable in class directions.Landmark
 
type - Variable in class interactors.NewShapeInteractor
the graphical type of the new object
type - Variable in class model.GraphicalObject
the graphics type

U

undo() - Method in class interactors.InteractionHandler
Undoes the previous action.
undo(InteractionHandler) - Static method in class logger.Logger
Undoes the most recent event.
undoneEvents - Variable in class logger.Log
a list of events that have been undone
updateStyle() - Method in class model.GraphicalObject
Modifies the style of the object to store modifications of the fill or line color of the object.
util - package util
 
utils - package utils
 
Utils - Class in util
 
Utils() - Constructor for class util.Utils
 

V

validate - package validate
 
value - Variable in class logger.LogEvent
the new value of the modified property
value - Variable in class model.Attribute
the attribute value
value - Variable in class model.Constraint
the constaint value
value - Variable in class model.OrientationEntity.OrientationFact
the qualitative orientation
value - Variable in class model.TopoEntity.TopoFact
the topological value
valueOf(String) - Static method in enum directions.type.eLandmarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum directions.type.eRelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum directions.type.eStructureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.DistanceSystem.DistSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.DistanceSystem.Qldr2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.DistanceSystem.Qldr3
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.DistanceSystem.Qldr4
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.DistanceSystem.Qldr5
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.GraphicalObject.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.OrientationSystem.Card4
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.OrientationSystem.Card8
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.OrientationSystem.CardEW
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.OrientationSystem.CardNS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.OrientationSystem.OrienSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.TopoSystem.RCC5
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.TopoSystem.RCC8
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum model.TopoSystem.RCCSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum directions.type.eLandmarkType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum directions.type.eRelationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum directions.type.eStructureType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.DistanceSystem.DistSystem
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.DistanceSystem.Qldr2
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.DistanceSystem.Qldr3
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.DistanceSystem.Qldr4
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.DistanceSystem.Qldr5
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.GraphicalObject.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.OrientationSystem.Card4
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.OrientationSystem.Card8
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.OrientationSystem.CardEW
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.OrientationSystem.CardNS
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.OrientationSystem.OrienSystem
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.TopoSystem.RCC5
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.TopoSystem.RCC8
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum model.TopoSystem.RCCSystem
Returns an array containing the constants of this enum type, in the order they're declared.
valuesMap - Static variable in class model.DistanceSystem
a mapping of systems to the distance names
valuesMap - Static variable in class model.OrientationSystem
a mapping of systems to the orientation names
valuesMap - Static variable in class model.TopoSystem
a mapping of systems to the topological names
vertex(Object) - Method in class gui.Canvas.CallBack
Specifies vertex data.
VERY_FAR4 - Static variable in class relations.Qldr4Relation
objects further than 500 cm are considered far
VERY_FAR5 - Static variable in class relations.Qldr5Relation
objects further than 500 cm are considered far
viewer - Variable in class interactors.ConceptNeighborInteractor
the conceptual neighborhood viewer
visible - Variable in class gui.Grid
specifies if the grid is visible
visibleObjects - Variable in class model.Map
a list of objects that are visible
voronoi - package voronoi
 
VoronoiGraph - Class in voronoi
Class that contains the functionality for computing local generalized Voronoi graphs (lGVGs) using Java's native interface to employ the VRONI voronoi computation library.
VoronoiGraph() - Constructor for class voronoi.VoronoiGraph
Constructs and initializes new instance.

W

WALL_WIDTH - Static variable in class translate.MapConverter
the amount of padding to add to walls
width - Static variable in class gui.MainWindow
the initial window width
width - Variable in class interactors.neighborhood.ConceptNeighborhoodViewer
the viewer width
windowClosing(WindowEvent) - Method in class actions.ExitAction
Invokes the exit action.

X

x - Variable in class spanReform.SpanReform.City
 
x - Variable in class translate.MapConverter.Point
 
xCoord - Variable in class routing.DecisionPoint
 
xCoord - Variable in class routing.DirectionComplexity
the X coordinate of the directon

Y

y - Variable in class spanReform.SpanReform.City
 
y - Variable in class translate.MapConverter.Point
 
yCoord - Variable in class routing.DecisionPoint
 
yCoord - Variable in class routing.DirectionComplexity
the Y coordinate of the directon

Z

zoomAll() - Method in class gui.Canvas
Zooms to the boundries of the current map.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z