Serialized Form


Package uk.ac.bbk.dcs.automed.dataWarehousing

Class uk.ac.bbk.dcs.automed.dataWarehousing.dltInterface extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

dltIniButton

javax.swing.JButton dltIniButton

jTextArea1

javax.swing.JTextArea jTextArea1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jScrollPane3

javax.swing.JScrollPane jScrollPane3

jTextArea2

javax.swing.JTextArea jTextArea2

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

exitButton

javax.swing.JButton exitButton

transfStepTable

javax.swing.JTable transfStepTable

jLabel

javax.swing.JLabel jLabel

sName

javax.swing.JTextField sName

jLabel1

javax.swing.JLabel jLabel1

tName

javax.swing.JTextField tName

chkSchButton

javax.swing.JButton chkSchButton

chkSchResult

javax.swing.JTextField chkSchResult

jPanel

javax.swing.JPanel jPanel

dltButton

javax.swing.JButton dltButton

jLabel3

javax.swing.JLabel jLabel3

chkTDButton

javax.swing.JButton chkTDButton

chkTDResult

javax.swing.JTextField chkTDResult

tdButtonGroup

javax.swing.ButtonGroup tdButtonGroup

sSchema

Schema sSchema

tSchema

Schema tSchema

objIntSchema

java.lang.String[] objIntSchema

dlt

DataLineageTracing dlt

lp

Lineage lp

isVirtualTarget

boolean isVirtualTarget

objInTargetCBox

javax.swing.JComboBox objInTargetCBox

rButton

javax.swing.JRadioButton rButton

aButton

javax.swing.JRadioButton aButton

bButton

javax.swing.JRadioButton bButton

cButton

javax.swing.JRadioButton cButton

dButton

javax.swing.JRadioButton dButton

selectedButtonNum

int selectedButtonNum

tdInputPanel

javax.swing.JPanel tdInputPanel

rdTextField

javax.swing.JTextField rdTextField

jLabel4

javax.swing.JLabel jLabel4

vcStrTextField

javax.swing.JTextField vcStrTextField

jLabel5

javax.swing.JLabel jLabel5

vcConTextField

javax.swing.JTextField vcConTextField

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

aVaTextField

javax.swing.JTextField aVaTextField

jLabel8

javax.swing.JLabel jLabel8

aVcaTextField

javax.swing.JTextField aVcaTextField

jLabel9

javax.swing.JLabel jLabel9

aVcStrTextField

javax.swing.JTextField aVcStrTextField

jLabel10

javax.swing.JLabel jLabel10

aVcConTextField

javax.swing.JTextField aVcConTextField

jLabel2

javax.swing.JLabel jLabel2

dltIniTextField

javax.swing.JTextField dltIniTextField

dataLineageTable

javax.swing.JTable dataLineageTable

jScrollPane

javax.swing.JScrollPane jScrollPane

dltTextField

javax.swing.JTextField dltTextField

extentTable

javax.swing.JTable extentTable

jScrollPane4

javax.swing.JScrollPane jScrollPane4

showExtentButton

javax.swing.JButton showExtentButton

Package uk.ac.bbk.dcs.automed.evolution

Class uk.ac.bbk.dcs.automed.evolution.EvolutionException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.evolution.dataEvolution

Class uk.ac.bbk.dcs.automed.evolution.dataEvolution.DataEvolutionException extends EvolutionException implements Serializable


Package uk.ac.bbk.dcs.automed.graph

Class uk.ac.bbk.dcs.automed.graph.GraphException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package uk.ac.bbk.dcs.automed.hdmstore

Class uk.ac.bbk.dcs.automed.hdmstore.HdmStoreException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc

Class uk.ac.bbk.dcs.automed.qproc.ProviderInitialisationException extends NotFoundException implements Serializable

Class uk.ac.bbk.dcs.automed.qproc.QProcException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.annotate

Class uk.ac.bbk.dcs.automed.qproc.annotate.QueryAnnotationException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.schemes

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.schemes.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.schemes.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleComp

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleComp.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleComp.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppend.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppendMonus

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppendMonus.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompAppendMonus.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompMember

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompMember.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.simpleCompMember.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.annotate.grammars.sql

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.sql.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.annotate.grammars.sql.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.cache

Class uk.ac.bbk.dcs.automed.qproc.cache.QProcCacheException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.functions

Class uk.ac.bbk.dcs.automed.qproc.functions.ModifiedArray extends java.util.ArrayList implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.iql

Class uk.ac.bbk.dcs.automed.qproc.iql.ASG extends java.lang.Object implements Serializable

Serialized Fields

root

Cell root

Class uk.ac.bbk.dcs.automed.qproc.iql.ASGComprehension extends ASG implements Serializable

Class uk.ac.bbk.dcs.automed.qproc.iql.Cell extends java.lang.Object implements Serializable

Serialized Fields

tag

int tag

l

Cell l

r

Cell r

data

java.lang.Object data

intNumber

long intNumber

floatNumber

double floatNumber

date

java.util.Calendar date

annotation

int annotation

optimisation_annotation

int optimisation_annotation

join_annotation

boolean join_annotation

cellLevel

int cellLevel

annotationID

java.lang.String annotationID

Class uk.ac.bbk.dcs.automed.qproc.iql.IQLException extends AutoMedException implements Serializable

Class uk.ac.bbk.dcs.automed.qproc.iql.ParseException extends AutoMedException implements Serializable

Class uk.ac.bbk.dcs.automed.qproc.iql.SchemeInfo extends java.lang.Object implements Serializable

Serialized Fields

_schemeString

java.lang.String _schemeString

_peerName

java.lang.String _peerName

_schemaName

java.lang.String _schemaName

_modelName

java.lang.String _modelName

_consType

java.lang.String _consType

_type

java.lang.String _type

_schemaObjectID

int _schemaObjectID

Class uk.ac.bbk.dcs.automed.qproc.iql.TypeException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.reformulate

Class uk.ac.bbk.dcs.automed.qproc.reformulate.BuildViewException extends AutoMedException implements Serializable

Class uk.ac.bbk.dcs.automed.qproc.reformulate.LAVQueryReformulationException extends QueryReformulationException implements Serializable


Package uk.ac.bbk.dcs.automed.qproc.translators.sql

Class uk.ac.bbk.dcs.automed.qproc.translators.sql.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.translators.sql.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.qproc.translators.xquery

Class uk.ac.bbk.dcs.automed.qproc.translators.xquery.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uk.ac.bbk.dcs.automed.qproc.translators.xquery.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package uk.ac.bbk.dcs.automed.utils

Class uk.ac.bbk.dcs.automed.utils.ListMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

java.util.List<E> keys

values

java.util.List<E> values

Package uk.ac.bbk.dcs.automed.wrappers

Class uk.ac.bbk.dcs.automed.wrappers.TranslationException extends QProcException implements Serializable

serialVersionUID: 1L


Package uk.ac.bbk.dcs.automed.xml

Class uk.ac.bbk.dcs.automed.xml.XMLException extends AutoMedException implements Serializable

serialVersionUID: 1L

Class uk.ac.bbk.dcs.automed.xml.XMLNotFoundException extends XMLException implements Serializable

serialVersionUID: 1L


Package uk.ac.bbk.dcs.automed.xml.materialisation

Class uk.ac.bbk.dcs.automed.xml.materialisation.XMLMaterialisationException extends AutoMedException implements Serializable


Package uk.ac.bbk.dcs.automed.xml.sra

Class uk.ac.bbk.dcs.automed.xml.sra.SchemaRestructuringException extends XMLException implements Serializable


Package uk.ac.bbk.dcs.automed.xml.sra.old

Class uk.ac.bbk.dcs.automed.xml.sra.old.XMLRestructuringException extends XMLException implements Serializable


Package uk.ac.bbk.dcs.automed.xml.sra.old.xmldssGraph

Class uk.ac.bbk.dcs.automed.xml.sra.old.xmldssGraph.XMLDSSGraphException extends XMLException implements Serializable


Package uk.ac.ic.doc.automed

Class uk.ac.ic.doc.automed.AutoMedException extends java.lang.Exception implements Serializable

Serialized Fields

sourceException

java.lang.Throwable sourceException
Creates an AutoMedException.

Class uk.ac.ic.doc.automed.DataSourceRepositoryException extends DSRException implements Serializable

Class uk.ac.ic.doc.automed.DSRException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.InconsistentException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class uk.ac.ic.doc.automed.IntegrityException extends AutoMedException implements Serializable

Serialized Fields

className

java.lang.String className

operation

int operation

objectID

int objectID

objectID2

int objectID2

Class uk.ac.ic.doc.automed.MDRException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.NotFoundException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.NotImplementedException extends java.lang.RuntimeException implements Serializable

Class uk.ac.ic.doc.automed.NotKnownException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.RepositoryAccessException extends AutoMedException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class uk.ac.ic.doc.automed.SSMDRException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.STRException extends AutoMedException implements Serializable


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

Class uk.ac.ic.doc.automed.editor.CheckBoxEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

_chkEditor

javax.swing.JCheckBox _chkEditor

_table

javax.swing.JTable _table

Class uk.ac.ic.doc.automed.editor.ComboEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

_comboEditor

javax.swing.JComboBox _comboEditor

_table

javax.swing.JTable _table

_currRow

int _currRow

_currCol

int _currCol

Class uk.ac.ic.doc.automed.editor.CommandLineException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.editor.ConfigException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.editor.DetachedTextEditor extends TextEditor implements Serializable

Serialized Fields

_dialog

javax.swing.JDialog _dialog

_textEditor

javax.swing.JTextArea _textEditor

_scrollPane

javax.swing.JScrollPane _scrollPane

_chkWrapped

javax.swing.JCheckBox _chkWrapped

Class uk.ac.ic.doc.automed.editor.EditorException extends CommandLineException implements Serializable

Class uk.ac.ic.doc.automed.editor.EditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

vertexComponent

java.util.Map<K,V> vertexComponent

adjacents

java.util.Map<K,V> adjacents

vertices

java.util.Map<K,V> vertices

edges

java.util.Map<K,V> edges

selectOffset

int selectOffset

dragging

boolean dragging

justActivated

boolean justActivated

fm

java.awt.FontMetrics fm

partialView

boolean partialView

ef

Gui.EditorFrame ef

gui

Gui gui

group

java.util.HashSet<E> group

groupBox

java.awt.Rectangle groupBox

mouseOffsetX

int mouseOffsetX

mouseOffsetY

int mouseOffsetY

mouseStartX

int mouseStartX

mouseStartY

int mouseStartY

backgroundColor

java.util.HashMap<K,V> backgroundColor

foregroundColor

java.util.HashMap<K,V> foregroundColor

bounds

java.awt.Rectangle bounds

Class uk.ac.ic.doc.automed.editor.Gui extends javax.swing.JDesktopPane implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

importMenuItem

javax.swing.JMenuItem importMenuItem

exitMenuItem

javax.swing.JMenuItem exitMenuItem

neMenuItem

javax.swing.JMenuItem neMenuItem

fileMenu

javax.swing.JMenu fileMenu

toolMenu

javax.swing.JMenu toolMenu

p2pMenu

javax.swing.JMenu p2pMenu

optionsMenu

javax.swing.JMenu optionsMenu

p2pLoginMenuItem

javax.swing.JMenuItem p2pLoginMenuItem

p2pDirectoryMenuItem

javax.swing.JMenuItem p2pDirectoryMenuItem

p2pCloseMenuItem

javax.swing.JMenuItem p2pCloseMenuItem

p2pSMRMenuItem

javax.swing.JMenuItem p2pSMRMenuItem

p2pKQueryMenuItem

javax.swing.JMenuItem p2pKQueryMenuItem

p2pPSchemaMenuItem

javax.swing.JMenuItem p2pPSchemaMenuItem

p2pImplSchemaMenuItem

javax.swing.JMenuItem p2pImplSchemaMenuItem

p2pRemoteSessionMenuItem

javax.swing.JMenuItem p2pRemoteSessionMenuItem

menuBar

javax.swing.JMenuBar menuBar

ep

Gui.EditorFrame ep

standalone

boolean standalone

hiddenModels

java.util.WeakHashMap<K,V> hiddenModels

hiddenConstructs

java.util.WeakHashMap<K,V> hiddenConstructs

hiddenPositionables

java.util.WeakHashMap<K,V> hiddenPositionables

peerApp

PeerApplication peerApp

peer

AutoMedPeer peer

selectedSchema

Schema selectedSchema

enableP2P

boolean enableP2P

editorFrames

java.util.HashMap<K,V> editorFrames

rootActions

java.util.List<E> rootActions

networkActions

java.util.List<E> networkActions

schemaActions

java.util.List<E> schemaActions

schemaObjectActions

java.util.List<E> schemaObjectActions

selected

java.util.List<E> selected

pathSel

boolean[] pathSel

lastSelectedDir

java.io.File lastSelectedDir

extensionFileFilter

DotExtensionFileFilter extensionFileFilter

Class uk.ac.ic.doc.automed.editor.Gui.EditorFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

rootPane

javax.swing.JRootPane rootPane

contentPane

java.awt.Container contentPane

glassPane

java.awt.Component glassPane

editorPanel

EditorPanel editorPanel

target

Positionable target

parentTarget

Positionable parentTarget

selected

java.util.List<E> selected

pathSel

boolean[] pathSel

rootActions

java.util.List<E> rootActions

networkActions

java.util.List<E> networkActions

schemaActions

java.util.List<E> schemaActions

schemaObjectActions

java.util.List<E> schemaObjectActions

rootMenu

javax.swing.JPopupMenu rootMenu

networkMenu

javax.swing.JPopupMenu networkMenu

schemaMenu

javax.swing.JPopupMenu schemaMenu

schemaObjectMenu

javax.swing.JPopupMenu schemaObjectMenu

frameTitle

java.lang.String frameTitle

frameSubTitle

java.lang.String frameSubTitle

Class uk.ac.ic.doc.automed.editor.GUITool extends javax.swing.JFrame implements Serializable

Serialized Fields

window

java.awt.Container window

wLayout

java.awt.GridBagLayout wLayout

line

int line

Class uk.ac.ic.doc.automed.editor.IQLTool extends GUITool implements Serializable

Serialized Fields

iqlArea

javax.swing.JTextArea iqlArea

resultArea

javax.swing.JTextArea resultArea

asgArea

javax.swing.JTextArea asgArea

reformulatedArea

javax.swing.JTextArea reformulatedArea

unifiedArea

javax.swing.JTextArea unifiedArea

optimisedArea

javax.swing.JTextArea optimisedArea

annotatedArea

javax.swing.JTextArea annotatedArea

debugArea

javax.swing.JTextArea debugArea

executeButton

javax.swing.JButton executeButton

stopButton

javax.swing.JButton stopButton

nextButton

javax.swing.JButton nextButton

currentQuery

javax.swing.JLabel currentQuery

queryNo

int queryNo

queryBuffer

java.util.ArrayList<E> queryBuffer

backButton

javax.swing.JButton backButton

forwardButton

javax.swing.JButton forwardButton

queryLanguageModeBox

javax.swing.JComboBox queryLanguageModeBox

extSchemasInUse

javax.swing.JList extSchemasInUse

querySchema

Schema querySchema

extSchemas

Schema[] extSchemas

qrSchemas

Schema[] qrSchemas

chkOptimised

javax.swing.JCheckBox chkOptimised

optimisedQuery

boolean optimisedQuery

chkIncremental

javax.swing.JCheckBox chkIncremental

incrementalQuery

boolean incrementalQuery

incrementalReport

int incrementalReport

currentExecution

java.lang.Thread currentExecution

pc

ProgressConsole pc

Class uk.ac.ic.doc.automed.editor.LogConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

_logText

javax.swing.JTextArea _logText

_spane

javax.swing.JScrollPane _spane

_logMsg

java.lang.StringBuffer _logMsg

_msgQueue

Queue _msgQueue

_jHandler

JobHandler _jHandler

Class uk.ac.ic.doc.automed.editor.MatchingTool extends GUITool implements Serializable

Serialized Fields

elementsTables1

SchemaElement[] elementsTables1

elementsColumns1

SchemaElement[] elementsColumns1

elementsColumnEdges1

SchemaElement[] elementsColumnEdges1

elementsTables2

SchemaElement[] elementsTables2

elementsColumns2

SchemaElement[] elementsColumns2

elementsColumnEdges2

SchemaElement[] elementsColumnEdges2

discoveredRels

SchemaElementPairRelationship[] discoveredRels

schemas

Schema[] schemas

integratedSchema

Schema integratedSchema

precisionRels

java.util.ArrayList<E> precisionRels

numofinstancesRels

java.util.ArrayList<E> numofinstancesRels

existenceRels

java.util.ArrayList<E> existenceRels

binary

boolean binary

model

MatchingTool.MyTableModel model

jtable

javax.swing.JTable jtable

modules

java.util.ArrayList<E> modules

nodalItems

java.util.ArrayList<E> nodalItems

linknodalAtomicItems

java.util.ArrayList<E> linknodalAtomicItems

linknodalNonatomicItems

java.util.ArrayList<E> linknodalNonatomicItems

nodalModules

java.util.ArrayList<E> nodalModules

linknodalAtomicModules

java.util.ArrayList<E> linknodalAtomicModules

linknodalNonatomicModules

java.util.ArrayList<E> linknodalNonatomicModules

trueValue

java.lang.Boolean trueValue

falseValue

java.lang.Boolean falseValue

nodalModulesResults

java.util.ArrayList<E> nodalModulesResults

linknodalAtomicModulesResults

java.util.ArrayList<E> linknodalAtomicModulesResults

linknodalNonAtomicModulesResults

java.util.ArrayList<E> linknodalNonAtomicModulesResults

nodalModulesViewed

java.util.ArrayList<E> nodalModulesViewed

linknodalAtomicModulesViewed

java.util.ArrayList<E> linknodalAtomicModulesViewed

linknodalNonatomicModulesViewed

java.util.ArrayList<E> linknodalNonatomicModulesViewed

nodalModulesPanel

java.util.ArrayList<E> nodalModulesPanel

linknodalAtomicModulesPanel

java.util.ArrayList<E> linknodalAtomicModulesPanel

linknodalNonatomicModulesPanel

java.util.ArrayList<E> linknodalNonatomicModulesPanel

validate6Item

javax.swing.JMenuItem validate6Item

validate2Item

javax.swing.JMenuItem validate2Item

exitItem

javax.swing.JMenuItem exitItem

addRelationshipItem

javax.swing.JMenuItem addRelationshipItem

matchSchemasItem

javax.swing.JMenuItem matchSchemasItem

outputTextArea

javax.swing.JTextArea outputTextArea

comboBoxRenderer

MatchingTool.ComboBoxRenderer comboBoxRenderer

renderer

MatchingTool.MyDefaultTableCellRenderer renderer

results

javax.swing.JTabbedPane results

finalRelsPanel

javax.swing.JScrollPane finalRelsPanel

waitCursor

java.awt.Cursor waitCursor

normalCursor

java.awt.Cursor normalCursor

STOP

boolean STOP

RELATIONSHIPS_DISCOVERED

boolean RELATIONSHIPS_DISCOVERED

RELATIONSHIPS_ARE_BEING_DISCOVERED

boolean RELATIONSHIPS_ARE_BEING_DISCOVERED

SCHEMAS_INTEGRATED

boolean SCHEMAS_INTEGRATED

selectElementString

java.lang.String selectElementString

Class uk.ac.ic.doc.automed.editor.PathwayOptimiserTool extends GUITool implements Serializable

Serialized Fields

transTable

javax.swing.JTable transTable

option1

javax.swing.JButton option1

option2

javax.swing.JButton option2

cancelButton

javax.swing.JButton cancelButton

tempP

TempPathway tempP

pathwayIsOptimisable

boolean pathwayIsOptimisable

pathwayIsWellformed

boolean pathwayIsWellformed

notWellformedMsg

java.lang.String notWellformedMsg

Class uk.ac.ic.doc.automed.editor.PatternWritingTool extends javax.swing.JFrame implements Serializable

Serialized Fields

yatta

Model yatta

rootnode

Construct rootnode

yattanode

Construct yattanode

sequence

Construct sequence

ROOT_CONSTRUCT

java.lang.String ROOT_CONSTRUCT

YATTANODE_CONSTRUCT

java.lang.String YATTANODE_CONSTRUCT

SEQUENCE_CONSTRUCT

java.lang.String SEQUENCE_CONSTRUCT

windowname

java.lang.String windowname

gbLayout

java.awt.GridBagLayout gbLayout

ssdText

javax.swing.JTextArea ssdText

ssdfText

javax.swing.JTextField ssdfText

parentCombo

javax.swing.JComboBox parentCombo

sobjName

javax.swing.JTextField sobjName

typeText

javax.swing.JTextField typeText

orderCombo

javax.swing.JComboBox orderCombo

fullScheme

javax.swing.JTextArea fullScheme

sequenceInfo

javax.swing.JTextArea sequenceInfo

sobjText

javax.swing.JTextArea sobjText

pnameText

javax.swing.JTextField pnameText

patternText

javax.swing.JTextField patternText

groupText

javax.swing.JTextField groupText

addButton1

javax.swing.JButton addButton1

removeButton1

javax.swing.JButton removeButton1

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

editButton

javax.swing.JButton editButton

helpButton

javax.swing.JButton helpButton

matchButton

javax.swing.JButton matchButton

browseButton

javax.swing.JButton browseButton

saveButton

javax.swing.JButton saveButton

cancelButton

javax.swing.JButton cancelButton

nextWindow

javax.swing.JButton nextWindow

complex

javax.swing.JRadioButton complex

atomic

javax.swing.JRadioButton atomic

one

javax.swing.JRadioButton one

onezero

javax.swing.JRadioButton onezero

gtone

javax.swing.JRadioButton gtone

gtzero

javax.swing.JRadioButton gtzero

ctype

java.lang.String[] ctype

complexList

javax.swing.JComboBox complexList

atype

java.lang.String[] atype

atomicList

javax.swing.JComboBox atomicList

any

javax.swing.JRadioButton any

before

javax.swing.JRadioButton before

after

javax.swing.JRadioButton after

key

javax.swing.JRadioButton key

nonkey

javax.swing.JRadioButton nonkey

treePanel

PatternWritingTool.DynamicTree treePanel

name_node

java.util.HashMap<K,V> name_node

treePanelPW

PatternWritingTool.DynamicTree treePanelPW

fullN_keyN

java.util.HashMap<K,V> fullN_keyN

ssdModel

PatternWritingTool.MyTableModel ssdModel

ssdTable

javax.swing.JTable ssdTable

ssdrowCount

int ssdrowCount

selectedRow

int selectedRow

ssd

java.lang.String ssd

url

java.lang.String url

schema

java.lang.String schema

selectedType

java.lang.String selectedType

selectedParent

java.lang.String selectedParent

parentType

java.lang.String parentType

selectedOrder

java.lang.String selectedOrder

selectedCard

java.lang.String selectedCard

selectedKey

java.lang.String selectedKey

selectedSequence

java.lang.String selectedSequence

s

Schema s

sobj

SchemaObject sobj

ssdf

SSDFormat ssdf

ssdfName

java.lang.String ssdfName

SOS

java.util.Vector<E> SOS

SPS

java.util.Vector<E> SPS

node_background_colour

java.awt.Color node_background_colour

root_background_colour

java.awt.Color root_background_colour

seq_background_colour

java.awt.Color seq_background_colour

text_colour

java.awt.Color text_colour

text_background_colour

java.awt.Color text_background_colour

orderedParent

java.util.Vector<E> orderedParent

pname

java.lang.String pname

pattern

java.lang.String pattern

myHighlightPainter

javax.swing.text.Highlighter.HighlightPainter myHighlightPainter

basePainter

javax.swing.text.Highlighter.HighlightPainter basePainter

Class uk.ac.ic.doc.automed.editor.PatternWritingTool.DynamicTree extends javax.swing.JPanel implements Serializable

Serialized Fields

rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode

treeModel

javax.swing.tree.DefaultTreeModel treeModel

tree

javax.swing.JTree tree

toolkit

java.awt.Toolkit toolkit

Class uk.ac.ic.doc.automed.editor.ReportException extends GUITool implements Serializable

Serialized Fields

e

java.lang.Exception e

msgText

java.lang.String msgText

msg

javax.swing.JTextArea msg

eText

javax.swing.JTextArea eText

summary

javax.swing.JTextArea summary

details

javax.swing.JTextArea details

ste

java.lang.StackTraceElement[] ste

Class uk.ac.ic.doc.automed.editor.SchemaDialog extends GUITool implements Serializable

Serialized Fields

dialog

javax.swing.JDialog dialog

model

java.lang.String model

schema

Schema schema

schemaListData

java.util.Vector<E> schemaListData

schemaList

javax.swing.JList schemaList

Class uk.ac.ic.doc.automed.editor.SemanticException extends ConfigException implements Serializable

Class uk.ac.ic.doc.automed.editor.SyntaxException extends ConfigException implements Serializable

Class uk.ac.ic.doc.automed.editor.TextEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

_textEditor

javax.swing.JTextArea _textEditor

_scrollPane

javax.swing.JScrollPane _scrollPane

_table

javax.swing.JTable _table

Class uk.ac.ic.doc.automed.editor.UnexpectedTokenException extends ConfigException implements Serializable

Class uk.ac.ic.doc.automed.editor.UserAction extends javax.swing.AbstractAction implements Serializable

Class uk.ac.ic.doc.automed.editor.WrapperTool extends GUITool implements Serializable

Serialized Fields

sourceArea

javax.swing.JTextField sourceArea

automedArea

javax.swing.JTextField automedArea

urlArea

javax.swing.JTextField urlArea

usernameArea

javax.swing.JTextField usernameArea

passwordArea

javax.swing.JTextField passwordArea

driverArea

javax.swing.JComboBox driverArea

fileNameArea

javax.swing.JLabel fileNameArea

connectButt

javax.swing.JButton connectButt

sourceButt

javax.swing.JButton sourceButt

automedButt

javax.swing.JButton automedButt

fileButt

javax.swing.JButton fileButt

fileChooser

javax.swing.JFileChooser fileChooser

optionsTable

javax.swing.JTable optionsTable

username

java.lang.String username

password

java.lang.String password

url

java.lang.String url

driver

java.lang.String driver

sourceSchema

Schema sourceSchema

automedSchema

Schema automedSchema

aw

AutoMedWrapper aw

optionKeys

java.lang.String[] optionKeys

optionKeyProtection

boolean[] optionKeyProtection

atm

javax.swing.table.AbstractTableModel atm

awf

AutoMedWrapperFactory awf

modelDef

ModelDef modelDef

features

javax.swing.JList features

gui

Gui gui

Class uk.ac.ic.doc.automed.editor.WrapperToolDialog extends WrapperTool implements Serializable

Serialized Fields

dialog

javax.swing.JDialog dialog

Class uk.ac.ic.doc.automed.editor.XMLSchemaEditor extends GUITool implements Serializable

Serialized Fields

ds

TreeDragSource ds

dt

TreeDropTarget dt

treeModel

javax.swing.tree.DefaultTreeModel treeModel

leadSelection

javax.swing.tree.DefaultMutableTreeNode leadSelection

rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode

doc

Document doc
The XSDOM doc representing the XML document we read in


selectedPaths

javax.swing.tree.TreePath[] selectedPaths
The paths in the tree that have been selected


schema

Schema schema
The Automed schema


sourceSchema

Schema sourceSchema
The source schema. This will keep the type hierarchy for this schema


filename

java.lang.String filename
The name of the XML Schema file to process


schemaName

java.lang.String schemaName
The name of the schema we're processing


e

java.util.Enumeration<E> e
The enumeration of elements in the Jtree


xsw

XMLSchemaWrapper xsw
The wrapper


aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

contentMenuItem

javax.swing.JMenuItem contentMenuItem

copyMenuItem

javax.swing.JMenuItem copyMenuItem

cutMenuItem

javax.swing.JMenuItem cutMenuItem

deleteMenuItem

javax.swing.JMenuItem deleteMenuItem

desktopPane

javax.swing.JDesktopPane desktopPane

editMenu

javax.swing.JMenu editMenu

fileMenu

javax.swing.JMenu fileMenu

helpMenu

javax.swing.JMenu helpMenu

jInternalFrame1

javax.swing.JInternalFrame jInternalFrame1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jSplitPane1

javax.swing.JSplitPane jSplitPane1

leftTree

javax.swing.JTree leftTree

menuBar

javax.swing.JMenuBar menuBar

linkMenuItem

javax.swing.JMenuItem linkMenuItem

openDbMenuItem

javax.swing.JMenuItem openDbMenuItem

ouputRelationalMenuItem

javax.swing.JMenuItem ouputRelationalMenuItem

rightScrollPane

javax.swing.JScrollPane rightScrollPane

textArea

javax.swing.JTextArea textArea

updateMenuItem

javax.swing.JMenuItem updateMenuItem

transformMenuItem

javax.swing.JMenuItem transformMenuItem

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserOutput

javax.swing.JFileChooser fileChooserOutput

fileFilter

XMLFileFilter fileFilter

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

Class uk.ac.ic.doc.automed.editor.autolayout.ExpandedArrayList extends java.util.ArrayList implements Serializable

Class uk.ac.ic.doc.automed.editor.autolayout.ExpandedHashMap extends java.util.HashMap implements Serializable


Package uk.ac.ic.doc.automed.matching

Class uk.ac.ic.doc.automed.matching.IntegratorException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.matching.InvalidElementException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.matching.MatchException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.matching.RelationshipConflictException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.matching.RelationshipExtractorException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.matching.UninstantiatedElementException extends MatchException implements Serializable

Class uk.ac.ic.doc.automed.matching.UninstantiatedException extends java.lang.Exception implements Serializable


Package uk.ac.ic.doc.automed.p2p

Class uk.ac.ic.doc.automed.p2p.ApplicationPropertyException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.AuthenticationException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.DomainNameException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.ErrorReplyException extends UnsuccessfulReplyException implements Serializable

Class uk.ac.ic.doc.automed.p2p.FailedOperationException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.FailReplyException extends UnsuccessfulReplyException implements Serializable

Class uk.ac.ic.doc.automed.p2p.HandlerNotFoundException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.IllegalReplyException extends UnsuccessfulReplyException implements Serializable

Class uk.ac.ic.doc.automed.p2p.P2PException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.UnsuccessfulReplyException extends AutoMedException implements Serializable

Serialized Fields

context

java.lang.String context

Package uk.ac.ic.doc.automed.p2p.communication

Class uk.ac.ic.doc.automed.p2p.communication.CommunicationException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.communication.PortInUseException extends CommunicationException implements Serializable

Class uk.ac.ic.doc.automed.p2p.communication.UDPOutOfSyncException extends CommunicationException implements Serializable


Package uk.ac.ic.doc.automed.p2p.directory

Class uk.ac.ic.doc.automed.p2p.directory.DomainEvent extends java.util.EventObject implements Serializable

Serialized Fields

_childEvent

java.util.EventObject _childEvent

Class uk.ac.ic.doc.automed.p2p.directory.PeerEvent extends java.util.EventObject implements Serializable

Serialized Fields

_action

int _action

_peerDesc

PeerDescription _peerDesc

Class uk.ac.ic.doc.automed.p2p.directory.SchemaEvent extends java.util.EventObject implements Serializable

Serialized Fields

_action

int _action

_schemaDesc

SchemaDescription _schemaDesc

_peerDesc

PeerDescription _peerDesc

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

Class uk.ac.ic.doc.automed.p2p.editor.KQueryTree extends javax.swing.JPanel implements Serializable

Serialized Fields

lblPeerList

javax.swing.JLabel lblPeerList

tree

javax.swing.JTree tree

_nodeImage

javax.swing.ImageIcon _nodeImage

Package uk.ac.ic.doc.automed.p2p.gui

Class uk.ac.ic.doc.automed.p2p.gui.AllSchemasFrame extends MainFrame implements Serializable

Serialized Fields

schemaInfo

javax.swing.JButton schemaInfo

getSchema

javax.swing.JButton getSchema

advertisePath

javax.swing.JButton advertisePath

publishSchema

javax.swing.JButton publishSchema

Class uk.ac.ic.doc.automed.p2p.gui.CacheViewerFrame extends GUITool implements Serializable

Serialized Fields

_cacheObj

Cacheable _cacheObj

_cacheTable

javax.swing.JTable _cacheTable

_cacheTableModel

CacheViewerFrame.CacheTableModel _cacheTableModel

_dte

DetachedTextEditor _dte

Class uk.ac.ic.doc.automed.p2p.gui.CacheViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_cacheObjs

java.util.Map<K,V> _cacheObjs

_dte

DetachedTextEditor _dte

_cacheTables

java.util.Map<K,V> _cacheTables

_cacheList

javax.swing.JList _cacheList

btnClear

javax.swing.JButton btnClear

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane3

javax.swing.JScrollPane jScrollPane3

jTable1

javax.swing.JTable jTable1

Class uk.ac.ic.doc.automed.p2p.gui.GuiException extends InconsistentException implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.InputDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

fields

java.util.Map<K,V> fields

title

java.lang.String title

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

ok

boolean ok

application

PeerApplication application

Class uk.ac.ic.doc.automed.p2p.gui.LoginFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

nameField

javax.swing.JTextField nameField

domainField

javax.swing.JComboBox domainField

joinButton

javax.swing.JButton joinButton

optEnableSMR

javax.swing.JCheckBox optEnableSMR

loginOptions

java.util.Properties loginOptions

application

PeerApplication application

stateHandler

PeerStateHandler stateHandler

Class uk.ac.ic.doc.automed.p2p.gui.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

application

PeerApplication application

myButtons

javax.swing.JButton[] myButtons

refreshButton

javax.swing.JButton refreshButton

myTable

PeerTable myTable

tablePanel

TablePanel tablePanel

Class uk.ac.ic.doc.automed.p2p.gui.MySchemasFrame extends MainFrame implements Serializable

Serialized Fields

schemaInfo

javax.swing.JButton schemaInfo

showAll

javax.swing.JButton showAll

publishSchema

javax.swing.JButton publishSchema

launchGui

javax.swing.JButton launchGui

Class uk.ac.ic.doc.automed.p2p.gui.PeerListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

lblPeerList

javax.swing.JLabel lblPeerList

peerTree

javax.swing.JTree peerTree

_nodeImage

javax.swing.ImageIcon _nodeImage

Class uk.ac.ic.doc.automed.p2p.gui.PeerTable extends javax.swing.JTable implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.PeerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

type

int type

objects

java.util.List<E> objects

Class uk.ac.ic.doc.automed.p2p.gui.SchemaInfoFrame extends MainFrame implements Serializable

Serialized Fields

getPathway

javax.swing.JButton getPathway

getSourcePath

javax.swing.JButton getSourcePath

query

javax.swing.JButton query

wrap

javax.swing.JButton wrap

broker

javax.swing.JButton broker

Class uk.ac.ic.doc.automed.p2p.gui.SearchResultBrowserTool extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

sbr

ObjectBrowser sbr

kanalysis

KQueryAnalysisTool kanalysis

Class uk.ac.ic.doc.automed.p2p.gui.SimplePropertyObject extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

name

java.lang.String name

allowedValues

java.lang.Object[] allowedValues

editable

boolean editable

params

RuntimeParameters params

Class uk.ac.ic.doc.automed.p2p.gui.TablePanel extends javax.swing.JPanel implements Serializable


Package uk.ac.ic.doc.automed.p2p.gui.graph

Class uk.ac.ic.doc.automed.p2p.gui.graph.Circle extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.ColorProperty extends java.lang.Object implements Serializable

serialVersionUID: 389278167000012010L

Serialized Fields

bgColor

java.awt.Color bgColor

fgColor

java.awt.Color fgColor

boundColor

java.awt.Color boundColor

Class uk.ac.ic.doc.automed.p2p.gui.graph.DefaultGraphModel extends java.lang.Object implements Serializable

serialVersionUID: 389278167000000002L

Serialized Fields

graph

GTree graph

userData

java.util.Map<K,V> userData

objectMap

java.util.Map<K,V> objectMap

activeShape

GShape activeShape

Class uk.ac.ic.doc.automed.p2p.gui.graph.Eclipse extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.EclipseAndANodeComponent extends GraphComponent implements Serializable

serialVersionUID: 389278167000012014L

Serialized Fields

nodeMap

java.util.Map<K,V> nodeMap

Class uk.ac.ic.doc.automed.p2p.gui.graph.FreePathComponent extends GraphComponent implements Serializable

Serialized Fields

length

double length

startNode

GNode startNode

Class uk.ac.ic.doc.automed.p2p.gui.graph.GArc extends GShape implements Serializable

Serialized Fields

startAngle

double startAngle

numDegrees

double numDegrees

Class uk.ac.ic.doc.automed.p2p.gui.graph.GCheckBox extends GShape implements Serializable

Serialized Fields

gap

double gap

selected

boolean selected

value

java.lang.Object value

Class uk.ac.ic.doc.automed.p2p.gui.graph.GCircle extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.GEdge extends GShape implements Serializable

serialVersionUID: 389278167000012001L

Serialized Fields

node1

GNode node1

node2

GNode node2

angle

double angle

Class uk.ac.ic.doc.automed.p2p.gui.graph.GEdgeArc extends GEdge implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.GLine extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.GMenuItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: 389278167000000003L

Serialized Fields

color

java.awt.Color color

cmd

GCommand cmd

Class uk.ac.ic.doc.automed.p2p.gui.graph.GNode extends GShape implements Serializable

serialVersionUID: 389278167000012003L

Class uk.ac.ic.doc.automed.p2p.gui.graph.GPolyArcEdge extends GEdge implements Serializable

serialVersionUID: 389278167000012012L

Serialized Fields

startAngle

java.lang.Double startAngle

coverAngle

double coverAngle

existingEdge

GEdge existingEdge

gc

GraphComponent gc

Class uk.ac.ic.doc.automed.p2p.gui.graph.GraphComponent extends GShape implements Serializable

serialVersionUID: 389278167000012020L

Serialized Fields

nodes

java.util.Vector<E> nodes

edges

java.util.Vector<E> edges

atShape

GShape atShape

prevPoint

java.awt.Point prevPoint

grouped

boolean grouped

Class uk.ac.ic.doc.automed.p2p.gui.graph.GraphUI extends javax.swing.JComponent implements Serializable

serialVersionUID: 389278167000000001L

Serialized Fields

props

java.util.Properties props

layers

java.util.List<E> layers

transformation

java.util.Map<K,V> transformation

shapeContextMap

java.util.Map<K,V> shapeContextMap

shapeIndex

java.util.Map<K,V> shapeIndex

p0

java.awt.Point p0

pX

java.awt.Point pX

gapY

double gapY

insetY

double insetY

insetX

double insetX

firstTime

boolean firstTime

usedAngles

java.util.Map<K,V> usedAngles

name

java.lang.String name

label

TextBox label

toolTipText

TextBox toolTipText

Class uk.ac.ic.doc.automed.p2p.gui.graph.GRectangle extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.GScriptedShape extends GraphComponent implements Serializable

serialVersionUID: 389278167000012021L

Serialized Fields

shapes

java.util.Collection<E> shapes

script

Script script

Class uk.ac.ic.doc.automed.p2p.gui.graph.GShape extends java.lang.Object implements Serializable

serialVersionUID: 389278167000012002L

Serialized Fields

tlPoint

java.awt.Point tlPoint

brPoint

java.awt.Point brPoint

lblPoint

java.awt.Point lblPoint

defBound

java.awt.Dimension defBound

name

java.lang.String name

label

java.lang.String label

color

ColorProperty color

icon

javax.swing.Icon icon

data

java.lang.Object data

enabled

boolean enabled

bound

java.awt.Dimension bound

props

java.util.Properties props

visible

boolean visible

visibleOnHighlighted

boolean visibleOnHighlighted

selectable

boolean selectable

highlighted

boolean highlighted

onClick

boolean onClick

altDrawing

boolean altDrawing

refresh

boolean refresh

type

java.lang.String type

movable

boolean movable

altDrawer

GShape altDrawer

changed

boolean changed

centrePoint

java.awt.Point centrePoint

id

java.lang.String id

displayShape

GShape displayShape
the shape to display


displayScript

java.lang.String displayScript

hshape

GShape hshape

cshape

GShape cshape

propertyObjects

java.util.Collection<E> propertyObjects

handler

java.lang.Object handler

Class uk.ac.ic.doc.automed.p2p.gui.graph.HubComponent extends GraphComponent implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.InputTextBox extends TextBox implements Serializable

Serialized Fields

input

java.lang.StringBuffer input

Class uk.ac.ic.doc.automed.p2p.gui.graph.Line extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.PathComponent extends GraphComponent implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.PolygonComponent extends GraphComponent implements Serializable

Serialized Fields

side

double side

closed

boolean closed

withEdges

boolean withEdges

withCircle

boolean withCircle

r

double r

Class uk.ac.ic.doc.automed.p2p.gui.graph.Rectangle extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.SemiPolygonComponent extends GraphComponent implements Serializable

serialVersionUID: 389278167000012011L

Serialized Fields

startNodeIndex

int startNodeIndex

node1

GNode node1

node2

GNode node2

Class uk.ac.ic.doc.automed.p2p.gui.graph.SemiPolygonEclipseComponent extends SemiPolygonComponent implements Serializable

serialVersionUID: 389278167000012013L

Class uk.ac.ic.doc.automed.p2p.gui.graph.SimpleGraphComponent extends GraphComponent implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.graph.TableComponent extends GraphComponent implements Serializable

Serialized Fields

header

GTable.Header header

columns

java.util.Vector<E> columns

rows

java.util.Vector<E> rows

caption

java.lang.String caption

Class uk.ac.ic.doc.automed.p2p.gui.graph.TextBox extends GShape implements Serializable

Serialized Fields

unwrappedBound

java.awt.Dimension unwrappedBound

wrappedText

TextBox.TextBlock wrappedText

Package uk.ac.ic.doc.automed.p2p.gui.graph.script

Class uk.ac.ic.doc.automed.p2p.gui.graph.script.Script extends java.lang.Object implements Serializable

Serialized Fields

defaultProps

java.util.Properties defaultProps

objDescriptors

java.util.List<E> objDescriptors

name

java.lang.String name

bound

java.awt.Dimension bound

Class uk.ac.ic.doc.automed.p2p.gui.graph.script.ShapeDescriptor extends java.lang.Object implements Serializable

Serialized Fields

props

java.util.Map<K,V> props

comCls

java.lang.Class<T> comCls

Package uk.ac.ic.doc.automed.p2p.gui.reps

Class uk.ac.ic.doc.automed.p2p.gui.reps.GConstraint extends GraphComponent implements Serializable

Serialized Fields

refObjects

java.util.List<E> refObjects

constraintNames

java.util.List<E> constraintNames

Package uk.ac.ic.doc.automed.p2p.gui.symbols

Class uk.ac.ic.doc.automed.p2p.gui.symbols.GreaterThan extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.symbols.GreaterThanEqual extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.symbols.In extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.symbols.LessThan extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.symbols.LessThanEqual extends GShape implements Serializable

Class uk.ac.ic.doc.automed.p2p.gui.symbols.Symbol extends GShape implements Serializable


Package uk.ac.ic.doc.automed.p2p.messages.abstractlayer

Class uk.ac.ic.doc.automed.p2p.messages.abstractlayer.IncompleteMessageException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.messages.abstractlayer.MalformedMessageException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.protocol

Class uk.ac.ic.doc.automed.p2p.protocol.NSPException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.qproc

Class uk.ac.ic.doc.automed.p2p.qproc.KRange extends java.lang.Object implements Serializable

serialVersionUID: 389278167000052002L

Serialized Fields

rangeDef

ASG rangeDef

fname

java.lang.String fname

caseSensitive

boolean caseSensitive
The IQL functions that represent this k-range TODO: keep this field serializable for memory-usage reason.

Class uk.ac.ic.doc.automed.p2p.qproc.QProcTimeExceededException extends QProcException implements Serializable


Package uk.ac.ic.doc.automed.p2p.qproc.funcs

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.Function extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

args

java.util.Vector<E> args

requiredArgs

java.lang.Class<T>[] requiredArgs

state

java.lang.Object state

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.FunctionException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.qproc.funcs.rank

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.Rank extends Function implements Serializable

serialVersionUID: 389278167000013003L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual extends Function implements Serializable

serialVersionUID: 389278167000013001L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual.g extends Function implements Serializable

serialVersionUID: 389278167000013002L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual.h extends Function implements Serializable

serialVersionUID: 389278167000013005L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual.k extends Function implements Serializable

serialVersionUID: 389278167000013006L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual.q extends Function implements Serializable

serialVersionUID: 389278167000013003L

Class uk.ac.ic.doc.automed.p2p.qproc.funcs.rank.RankQual.t extends Function implements Serializable

serialVersionUID: 389278167000013004L


Package uk.ac.ic.doc.automed.p2p.qproc.model

Class uk.ac.ic.doc.automed.p2p.qproc.model.ObjectMapping extends HDMGraph implements Serializable

serialVersionUID: 389278167000012001L

Serialized Fields

type

int type

sourceObj

HDMObject sourceObj

targetObj

HDMObject targetObj

Class uk.ac.ic.doc.automed.p2p.qproc.model.QueryMapping extends ObjectMapping implements Serializable

serialVersionUID: 389278167000052003L

Serialized Fields

mMap

java.util.Map<K,V> mMap

Package uk.ac.ic.doc.automed.p2p.qproc.operator

Class uk.ac.ic.doc.automed.p2p.qproc.operator.OperatorException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.qproc.optimise

Class uk.ac.ic.doc.automed.p2p.qproc.optimise.LevelledGTree extends GTree implements Serializable

Serialized Fields

levels

java.util.List<E> levels

Class uk.ac.ic.doc.automed.p2p.qproc.optimise.OptimisationException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.qproc.planner

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QPlannerDataModel extends DefaultGraphModel implements Serializable

serialVersionUID: 389278167000001002L

Serialized Fields

qpresult

QueryPlannerResult qpresult

activeSchema

java.lang.Object activeSchema

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QPlannerLogTree extends GTree implements Serializable

Serialized Fields

clsName

java.lang.String clsName

peer

java.lang.String peer

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QueryPlannerResult extends java.lang.Object implements Serializable

serialVersionUID: 389278167000052001L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
customise serialisable so that we can also serialise the static id counter

Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

qGraph

Graph qGraph

jMap

SQLableMap jMap

e2P

ArrayKeyMap e2P

params

RuntimeParameters params

schemaName

java.lang.String schemaName

processed

boolean processed

queryMappings

java.util.List<E> queryMappings

currMapping

QueryMapping currMapping

qpeer

java.lang.String qpeer

ESCAPE_DOLLAR

java.lang.String ESCAPE_DOLLAR
Return a Postgres-friendly stringn for an IQL expression


account

QueryPlannerResult.Accounting account

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QueryPlannerResult.Accounting extends java.lang.Object implements Serializable

serialVersionUID: 389278167000052011L

Serialized Fields

timeMap

java.util.Map<K,V> timeMap

colon

java.lang.String colon

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QueryPlannerResult.CoverageSet extends RuntimeParameters implements Serializable

serialVersionUID: 389278167000052010L

Serialized Fields

e

java.util.Vector<E> e

f

java.util.Vector<E> f

r

java.util.Vector<E> r

fbak

java.util.Vector<E> fbak

grank

java.lang.Double grank

id

java.lang.String id

Class uk.ac.ic.doc.automed.p2p.qproc.planner.QueryPlannerResult.MappingStorageHandler extends java.lang.Object implements Serializable

serialVersionUID: 389278167000012007L

Serialized Fields

name

java.lang.String name

metadata

java.lang.String[] metadata

id

long id

Class uk.ac.ic.doc.automed.p2p.qproc.planner.SchemaUIDataModel extends QPlannerDataModel implements Serializable

serialVersionUID: 389278167000001002L

Class uk.ac.ic.doc.automed.p2p.qproc.planner.SQLableMap extends StorageHandler implements Serializable

serialVersionUID: 389278167000012006L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Customise serialisable so that we can serialise the objects stored by this map.
To do that, we read all the objects from the storage , create a normal HashMap object to store these objects, and serialise this HashMap object

Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

entryHandler

SQLMapEntry entryHandler

storageMode

int storageMode

Package uk.ac.ic.doc.automed.p2p.qproc.reformulate.reformulators

Class uk.ac.ic.doc.automed.p2p.qproc.reformulate.reformulators.CannotCreateRewritingException extends QProcException implements Serializable

Class uk.ac.ic.doc.automed.p2p.qproc.reformulate.reformulators.CannotRewriteQueryFurtherException extends QProcException implements Serializable

Class uk.ac.ic.doc.automed.p2p.qproc.reformulate.reformulators.NoMatchingSchemeException extends QProcException implements Serializable


Package uk.ac.ic.doc.automed.p2p.routing

Class uk.ac.ic.doc.automed.p2p.routing.DomainUpdateException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.routing.FindSuccessorException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.son

Class uk.ac.ic.doc.automed.p2p.son.SMRException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.p2p.son.SMRInitException extends SMRException implements Serializable


Package uk.ac.ic.doc.automed.p2p.son.dht

Class uk.ac.ic.doc.automed.p2p.son.dht.QueryFilter extends java.lang.Object implements Serializable

Serialized Fields

caseSensitive

boolean caseSensitive

krg

KRange krg
Creates a new instance of QueryFilter


kwd

java.lang.Object kwd

Package uk.ac.ic.doc.automed.p2p.state

Class uk.ac.ic.doc.automed.p2p.state.StateChangedException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.tree

Class uk.ac.ic.doc.automed.p2p.tree.AutoMedTreeException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.p2p.util.logging

Class uk.ac.ic.doc.automed.p2p.util.logging.ProcessNode extends Node implements Serializable

serialVersionUID: 389278167000102010L

Serialized Fields

peer

java.lang.String peer

context

java.lang.String context

input

RuntimeParameters input

output

RuntimeParameters output

startTime

long startTime

endTime

long endTime

interval

long interval

instances

java.util.List<E> instances

Package uk.ac.ic.doc.automed.qproc

Class uk.ac.ic.doc.automed.qproc.ASGMetadataException extends NotFoundException implements Serializable

Class uk.ac.ic.doc.automed.qproc.ProviderNotFoundException extends NotFoundException implements Serializable

Class uk.ac.ic.doc.automed.qproc.QProcLoopOccurException extends QProcException implements Serializable

Class uk.ac.ic.doc.automed.qproc.QProcTimeExceededException extends QProcException implements Serializable

Class uk.ac.ic.doc.automed.qproc.QueryProcessingException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.qproc.QueryResultException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.qproc.QueryRewriterException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.qproc.eval

Class uk.ac.ic.doc.automed.qproc.eval.QueryEvaluationException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.qproc.opti

Class uk.ac.ic.doc.automed.qproc.opti.QueryOptimisationException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.qproc.refo

Class uk.ac.ic.doc.automed.qproc.refo.QueryReformulationException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.qproc.util

Class uk.ac.ic.doc.automed.qproc.util.QDTException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.reasoner

Class uk.ac.ic.doc.automed.reasoner.DIGErrorException extends DIGReasonerException implements Serializable

Serialized Fields

errorList

java.util.ArrayList<E> errorList

Class uk.ac.ic.doc.automed.reasoner.DIGReasonerException extends java.lang.Exception implements Serializable


Package uk.ac.ic.doc.automed.reps

Class uk.ac.ic.doc.automed.reps.AutoRepException extends AutoMedException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class uk.ac.ic.doc.automed.reps.BadSchemaException extends AutoMedException implements Serializable

Serialized Fields

badSchema

Schema badSchema

Class uk.ac.ic.doc.automed.reps.ConstructSchemeSyntaxException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.reps.IllegalOperationException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.reps.SchemasNotIdenticalException extends AutoMedException implements Serializable

Serialized Fields

fromSchema

Schema fromSchema

toSchema

Schema toSchema

fromObjects

SchemaObject[] fromObjects

toObjects

SchemaObject[] toObjects

Class uk.ac.ic.doc.automed.reps.SyntaxException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.reps.TypeMismatchException extends AutoRepException implements Serializable

Class uk.ac.ic.doc.automed.reps.UnexpectedTokenException extends SyntaxException implements Serializable


Package uk.ac.ic.doc.automed.tml

Class uk.ac.ic.doc.automed.tml.NotOptimisableException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.util

Class uk.ac.ic.doc.automed.util.ArrayKeyMap extends java.util.HashMap implements Serializable

Serialized Fields

keyPos

int keyPos

Class uk.ac.ic.doc.automed.util.ArrayObjectList extends java.util.ArrayList implements Serializable

Serialized Fields

keyPos

int keyPos

Class uk.ac.ic.doc.automed.util.CreateInstanceException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.util.ListMap extends java.util.HashMap implements Serializable

Serialized Fields

name

java.lang.String name

keys

java.util.List<E> keys

valList

java.util.List<E> valList

Class uk.ac.ic.doc.automed.util.RuntimeParameters extends java.lang.Object implements Serializable

serialVersionUID: 389278167000052004L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
customise serialisable so that we can also serialise the static id counter

Throws:
java.io.IOException
Serialized Fields

_params

java.util.Map<K,V> _params
Define a standard list of application run-time parameters


_paramsRemote

java.util.Map<K,V> _paramsRemote

Package uk.ac.ic.doc.automed.util.cache

Class uk.ac.ic.doc.automed.util.cache.CacheException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.util.cache.CacheIntegrityException extends CacheException implements Serializable

Class uk.ac.ic.doc.automed.util.cache.StorageHandler extends java.util.HashMap implements Serializable


Package uk.ac.ic.doc.automed.util.db

Class uk.ac.ic.doc.automed.util.db.DBInstanceException extends AutoMedException implements Serializable

Serialized Fields

connectFailure

boolean connectFailure

Class uk.ac.ic.doc.automed.util.db.DBRecord extends java.lang.Object implements Serializable

Serialized Fields

fields

java.util.List<E> fields

row

java.util.Vector<E> row

Class uk.ac.ic.doc.automed.util.db.DBRecordWithConstraints extends DBRecord implements Serializable

Serialized Fields

tableQuery

ASG tableQuery

tuple

ASG tuple

Class uk.ac.ic.doc.automed.util.db.JDBCDriverException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.util.graph.impl

Class uk.ac.ic.doc.automed.util.graph.impl.DataGraph extends Graph implements Serializable

serialVersionUID: 3892781670000000055L

Serialized Fields

constraints

java.util.List<E> constraints

Class uk.ac.ic.doc.automed.util.graph.impl.DNode extends Node implements Serializable

serialVersionUID: 3892781670000000054L

Serialized Fields

dtype

java.lang.String dtype

Class uk.ac.ic.doc.automed.util.graph.impl.Edge extends java.lang.Object implements Serializable

serialVersionUID: 3892781670000000051L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
customise serialisable so that we can also serialise the static id counter

Throws:
java.io.IOException
Serialized Fields

id

long id

schemeDef

java.util.Vector<E> schemeDef

data

java.lang.Object data

tag

int tag

Class uk.ac.ic.doc.automed.util.graph.impl.Graph extends java.lang.Object implements Serializable

serialVersionUID: 389278167000012005L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
customise serialisable so that we can also serialise the static id counter

Throws:
java.io.IOException
Serialized Fields

_nodes

java.util.List<E> _nodes

_edges

java.util.List<E> _edges

_nodeMetadata

java.util.Map<K,V> _nodeMetadata

id

int id

Class uk.ac.ic.doc.automed.util.graph.impl.GraphException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.util.graph.impl.GTree extends DataGraph implements Serializable

Serialized Fields

_root

Node _root

Class uk.ac.ic.doc.automed.util.graph.impl.HDMGraph extends DataGraph implements Serializable

serialVersionUID: 3892781670000000052L

Serialized Fields

peer

java.lang.String peer

schema

java.lang.String schema

knodes

java.util.List<E> knodes

k2oNodes

java.util.List<E> k2oNodes

rank

double rank

Class uk.ac.ic.doc.automed.util.graph.impl.HDMObject extends DNode implements Serializable

serialVersionUID: 3892781670000000053L

Serialized Fields

peer

java.lang.String peer

schema

java.lang.String schema

si

SchemeInfo si

schemeDef

java.util.Vector<E> schemeDef

ctype

java.lang.String ctype

Class uk.ac.ic.doc.automed.util.graph.impl.Node extends java.lang.Object implements Serializable

serialVersionUID: 3892781670000000050L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
customise serialisable so that we can also serialise the static id counter

Throws:
java.io.IOException
Serialized Fields

id

long id

data

java.lang.Object data

tag

int tag

Package uk.ac.ic.doc.automed.util.persist

Class uk.ac.ic.doc.automed.util.persist.PersistentDBException extends AutoMedException implements Serializable

Class uk.ac.ic.doc.automed.util.persist.PersistentKey extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id

Package uk.ac.ic.doc.automed.util.queue

Class uk.ac.ic.doc.automed.util.queue.QueueException extends AutoMedException implements Serializable


Package uk.ac.ic.doc.automed.wrappers

Class uk.ac.ic.doc.automed.wrappers.AutoMedQueryToken extends java.lang.Object implements Serializable

serialVersionUID: 389278167800012001L

Serialized Fields

id

int id

tokenClass

int tokenClass

text

java.lang.String text

type

int type

Class uk.ac.ic.doc.automed.wrappers.DataSourceException extends AutoMedException implements Serializable

Serialized Fields

eventCode

int eventCode
Creates an DataSourceException when there has been no Exception that caused the error to discovered.


Package uk.ac.ic.doc.automed.xml

Class uk.ac.ic.doc.automed.xml.IlegleXMLCharacterException extends XMLSyntaxException implements Serializable

Class uk.ac.ic.doc.automed.xml.XMLException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.xml.XMLifyConstants.IgnoreNextElementException extends java.lang.Exception implements Serializable

Class uk.ac.ic.doc.automed.xml.XMLReaderException extends XMLException implements Serializable

Class uk.ac.ic.doc.automed.xml.XMLSyntaxException extends XMLException implements Serializable

Class uk.ac.ic.doc.automed.xml.XMLWriterException extends XMLException implements Serializable


Package uk.ac.ic.doc.automed.xmlschema.tree

Class uk.ac.ic.doc.automed.xmlschema.tree.IconAndTipRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

backColor

java.awt.Color backColor

openIcon

javax.swing.Icon openIcon

closedIcon

javax.swing.Icon closedIcon

leafIcon

javax.swing.Icon leafIcon

tipText

java.lang.String tipText