Package uk.ac.ic.doc.automed.editor

Interface Summary
Drawable  
DrawableArc  
DrawableVertex  
Positionable Provide an interface that the Gui and EditorPanel will use for any repository object that it is expected to render by a DrawVertex implementation.
 

Class Summary
CommandLineDriver  
DefaultDrawConstraintArc  
DefaultDrawConstraintVertex  
DefaultDrawLinkArc  
DefaultDrawLinkNodalArc  
DefaultDrawLinkNodalVertex  
DefaultDrawLinkVertex  
DefaultDrawNodalVertex  
DetachedTextEditor Another editor class for displaying table's cell value.
DotExtensionFileFilter  
DrawArc  
DrawNetwork Draw a symbol the represents a Network in an AutoMed EditorPanel.
DrawSchema Draw a symbol the represents a Schema in an AutoMed EditorPanel.
DrawTransformation Draw a symbol the represents a Transformation in an AutoMed EditorPanel.
DrawVertex The default implementation of DrawableVertex that the editor will use to draw any vertex it does not know (or has been told) to draw otherwise.
Editor  
EditorPanel Provide a JPanel extension to display arcs and vertices using implementations of DrawableArc and DrawableVertex.
Gui Provide a GUI into the AutoMed repositories.
GUITool A GUITool instance provides a window in which as user make interact with the repository.
IQLTool A IQLTool instance provides a window in which a user may execute IQL queries
LogConsole LogConsole.java A centralised console for logging messages
MatchingTool  
PathwayOptimiserTool A PathwayOptimiserTool instance provides a dialog box displaying the result of running pathway optimisation on the given pathway.
PatternWritingTool A PatternWritingTool provides a window in which allows the users to define a yatta schema from a flat file and provides a pattern writing facility to help user in defining regular expression to extract information.
PinBoardLayout  
ReportException A Window to display a Java Exception.
Syntax  
TextEditor Cell editor class for cache table.
UserAction  
UserActionClass  
UserActionResult  
WrapperTool A WrapperTool instance provides a window in which as user may enter the details required to create an AccessMethod describing a data source, and then calls an AutoMedWrapper class to create a source oriented schema in the AutoMed repository that represents the data source.
XMLSchemaEditor  
 

Exception Summary
CommandLineException  
ConfigException  
EditorException  
SemanticException  
SyntaxException  
UnexpectedTokenException