Dresden OCL Toolkit

Serialized Form


Package tudresden.ocl

Class tudresden.ocl.ASTApplet extends Applet implements Serializable

Class tudresden.ocl.ASTViewer extends JPanel implements Serializable

Serialized Fields

text

JTextArea text

scroll

JScrollPane scroll

tree

JTree tree

message

JLabel message

oclTree

OclTree oclTree

parse

JButton parse

toText

JButton toText

normalize

JButton normalize

print

JButton print

fonts

JButton fonts

getClipboard

JButton getClipboard

setClipboard

JButton setClipboard

generate

JButton generate

generatedTests

JButton generatedTests

panel

JPanel panel

buttons

JPanel buttons

p

JPanel p

clipButtons

JPanel clipButtons

rbTest

JRadioButton rbTest

rbReflection

JRadioButton rbReflection

rbXmi

JRadioButton rbXmi

rbSable

JRadioButton rbSable

fontDialog

ASTViewer.FontDialog fontDialog

Class tudresden.ocl.ConstraintApplet extends JApplet implements Serializable

Class tudresden.ocl.ConstraintEvaluation extends JPanel implements Serializable

Serialized Fields

cInput

JTextArea cInput

cParse

JButton cParse

cToClipboard

JButton cToClipboard

cFromClipboard

JButton cFromClipboard

mTest

JRadioButton mTest

mXmi

JRadioButton mXmi

mReflection

JRadioButton mReflection

mSable

JRadioButton mSable

mXmiUrl

JTextField mXmiUrl

mReflectionPackage

JTextField mReflectionPackage

mReflectionSourceExtender

JCheckBox mReflectionSourceExtender

lTable

JTable lTable

lexerModel

LexerModel lexerModel

aTree

JTree aTree

aToClipboard

JButton aToClipboard

aNormalize

JButton aNormalize

aShowLeaves

JButton aShowLeaves

aToText

JButton aToText

aTypeCheck

JLabel aTypeCheck

aGeneratedTests

JLabel aGeneratedTests

jCode

JTextArea jCode

jCType

JTextField jCType

jCOperation

JTextField jCOperation

jResult

JTextField jResult

jKind

JTextField jKind

jList

JList jList

jGenerate

JButton jGenerate

frags

CodeFragment[] frags

eText

JTextArea eText

imageOK

Icon imageOK

imageFailed

Icon imageFailed

imageQuestion

Icon imageQuestion

imageEmpty

Icon imageEmpty

message

JLabel message

tabs

JTabbedPane tabs

tree

OclTree tree

constraintName

String constraintName

synAndSemOK

boolean synAndSemOK

Class tudresden.ocl.OclException extends RuntimeException implements Serializable


Package tudresden.ocl.gui

Class tudresden.ocl.gui.JOCLEditorApp extends JFrame implements Serializable

Serialized Fields

m_ocleEditor

OCLEditor m_ocleEditor

Class tudresden.ocl.gui.OCLEditor extends JPanel implements Serializable

Serialized Fields

m_oclemModel

OCLEditorModel m_oclemModel
The underlying model.


m_crCurrent

ConstraintRepresentation m_crCurrent
The currently selected constraint, if any.


m_ctmTableModel

OCLEditor.ConstraintTableModel m_ctmTableModel
The table model used by the list of constraints table.


m_fDoTypeCheck

boolean m_fDoTypeCheck
Does OCLEditor.parseAndCheckConstraint(java.lang.String, tudresden.ocl.check.types.ModelFacade) perform type checking?


m_fDoAutoSplit

boolean m_fDoAutoSplit
Should multi-constraint inputs be automatically split into individual constraints?


m_fNoContextEdit

boolean m_fNoContextEdit
Should the constraints context (everything up to the first 'inv', 'pre', or 'post') be un-editable?


m_nOptionMask

int m_nOptionMask
The options supported by this instance of the editor. I.e., the options which will show up in the options dialog.


m_fInEditMode

boolean m_fInEditMode
If true, we're in edit mode.


m_fConstraintChanged

boolean m_fConstraintChanged
Set to false when beginning edit mode, evaluated at the end of editing a newly created constraint to determine whether to remove it again. When a OCLEditor.constraintDataChanged(tudresden.ocl.gui.events.ConstraintChangeEvent) event is received for the currently selected constraint, this is set to true.


m_fCreatedFreshConstraint

boolean m_fCreatedFreshConstraint
Indicates the constraint currently being edited is a newly created one. This means, it will be removed if no changes where made to it.


m_fHandleCaretUpdates

boolean m_fHandleCaretUpdates

m_nOldDot

int m_nOldDot

m_nOldMark

int m_nOldMark

m_jtbTools

JToolBar m_jtbTools

m_jbNew

JButton m_jbNew

m_jbRemove

JButton m_jbRemove

m_jbEdit

JButton m_jbEdit

m_jbSaveEditResult

JButton m_jbSaveEditResult

pad1

JPanel pad1

m_jbPreferences

JButton m_jbPreferences

pad2

JPanel pad2

m_jcbQuickBar

JCheckBox m_jcbQuickBar

m_jpToolbarWrapper

JPanel m_jpToolbarWrapper

m_ocltbQuickBar

OCLToolbar m_ocltbQuickBar

m_jpEditorPanel

JPanel m_jpEditorPanel

m_jspConstraintEditorScroller

JScrollPane m_jspConstraintEditorScroller

m_jtpConstraintEditor

JTextPane m_jtpConstraintEditor

m_jspMainPane

JSplitPane m_jspMainPane

m_jpConstraintListPane

JPanel m_jpConstraintListPane

m_jspConstraintListScroller

JScrollPane m_jspConstraintListScroller

m_jtConstraintList

JTable m_jtConstraintList

m_jpPreviewPane

JPanel m_jpPreviewPane

m_jpPreviewGroup

JPanel m_jpPreviewGroup

m_jspConstraintPreviewScroller

JScrollPane m_jspConstraintPreviewScroller

m_jtpConstraintPreview

JTextPane m_jtpConstraintPreview

Class tudresden.ocl.gui.OCLEditor.ConstraintTableModel extends AbstractTableModel implements Serializable

Serialized Fields

m_oclemModel

OCLEditorModel m_oclemModel
The OCLEditorModel on which this table model is based.


m_wrocle

WeakReference m_wrocle
The OCLEditor for which this table model is used.

Class tudresden.ocl.gui.OCLEditor.OCLEditorDocument extends DefaultStyledDocument implements Serializable

Serialized Fields

m_nDoCheckUneditable

int m_nDoCheckUneditable
If >= 0, OCLEditor.OCLEditorDocument.checkEditLocation(int, int) will throw a BadLocationException on attempts to remove or modify elements which are marked "allowEdit"==FALSE.

Class tudresden.ocl.gui.OCLEditorPreferences extends JDialog implements Serializable

Serialized Fields

m_ocleEditor

OCLEditor m_ocleEditor

m_jpOptionsGroup

JPanel m_jpOptionsGroup

m_jcbTypeCheck

JCheckBox m_jcbTypeCheck

m_jcbAutoSplit

JCheckBox m_jcbAutoSplit

jPanel3

JPanel jPanel3

m_jpButtonsGroup

JPanel m_jpButtonsGroup

m_jbOKButton

JButton m_jbOKButton

m_jbCancelButton

JButton m_jbCancelButton

Class tudresden.ocl.gui.OCLToolbar extends JToolBar implements Serializable

Serialized Fields

m_jfFloatFrame

JFrame m_jfFloatFrame
The frame used for floating the tool bar.


m_wrocleEditor

WeakReference m_wrocleEditor
The OCLEditor for which this is the quick bar.


Package tudresden.ocl.gui.events

Class tudresden.ocl.gui.events.ConstraintChangeEvent extends EventObject implements Serializable

Serialized Fields

m_nIdx

int m_nIdx

m_crOld

ConstraintRepresentation m_crOld

m_crNew

ConstraintRepresentation m_crNew


Package tudresden.ocl.lib

Class tudresden.ocl.lib.OclClassCastException extends OclException implements Serializable

Serialized Fields

message

String message
 

Class tudresden.ocl.lib.OclException extends RuntimeException implements Serializable

Serialized Fields

message

String message
 


Package tudresden.ocl.sql

Class tudresden.ocl.sql.OCL2SQL extends JPanel implements Serializable

Serialized Fields

xmiFileLocation

String xmiFileLocation

rulesFileLocation

String rulesFileLocation

theProjectDirectory

String theProjectDirectory

theModelFacade

ModelFacade theModelFacade

theRoughModel

Model theRoughModel

theOCLEditorModel

SimpleOCLEditorModel theOCLEditorModel

theOCLEditor

OCLEditor theOCLEditor

theORMapping

ORMapping theORMapping

theObjectViewSchema

ObjectViewSchema theObjectViewSchema

theSQLBuilder

SQLBuilder theSQLBuilder

theSQLCodeGenerator

ILSQLCodeGenerator theSQLCodeGenerator

ormClassToTableMode

int ormClassToTableMode

ormNumOfPKColumns

int ormNumOfPKColumns

ormPKColType

String ormPKColType

ormOneTablePerAss

boolean ormOneTablePerAss

lIntegrityViews

List lIntegrityViews

resultTableSchema

String resultTableSchema

resultObjectViews

String resultObjectViews

resultIntegrityViews

String resultIntegrityViews

resultTrigger

String resultTrigger

fileNameTableSchema

String fileNameTableSchema

fileNameObjectViews

String fileNameObjectViews

fileNameIntegrityViews

String fileNameIntegrityViews

fileNameTrigger

String fileNameTrigger

sqlCodeGenPatternCatalogue

String sqlCodeGenPatternCatalogue

tabs

JTabbedPane tabs

bLoadConstraints

JButton bLoadConstraints

bSaveConstraints

JButton bSaveConstraints

bXmiSource

JButton bXmiSource

bLoadXmi

JButton bLoadXmi

bProjectDirectory

JButton bProjectDirectory

bExecute

JButton bExecute

tfXmiSource

JTextField tfXmiSource

tfProjectDirectory

JTextField tfProjectDirectory

tfPKNoCol

JTextField tfPKNoCol

rbInheritance0

JRadioButton rbInheritance0

rbInheritance1

JRadioButton rbInheritance1

rbInheritance2

JRadioButton rbInheritance2

rbAssociations0

JRadioButton rbAssociations0

rbAssociations1

JRadioButton rbAssociations1

rbTriggerAssertion

JRadioButton rbTriggerAssertion

rbTriggerECA

JRadioButton rbTriggerECA

rbTriggerNone

JRadioButton rbTriggerNone

cbPKType

JComboBox cbPKType

taResultTables

JTextArea taResultTables

taResultObjectViews

JTextArea taResultObjectViews

taResultIntegrityViews

JTextArea taResultIntegrityViews

taResultTrigger

JTextArea taResultTrigger

taProgress

JTextArea taProgress

dlgProgress

JDialog dlgProgress

theMainFrame

JFrame theMainFrame

progressLabel

JLabel progressLabel

Class tudresden.ocl.sql.SimpleOCLEditorModel extends Object implements Serializable

serialVersionUID: -3597215846362973565l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Implementation of the Serialization interface to avoid the serialization of the event listeners.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Implementation of the Serialization interface to avoid the serialization of the event listeners.

Serialized Fields

theConstraints

List theConstraints
List of all constraints.


theEventListeners

EventListenerList theEventListeners
List of listeners.


theModelFacade

ModelFacade theModelFacade
A ModelFacade for typechecking.

Class tudresden.ocl.sql.SimpleOCLEditorModel.SimpleConstraintRepresentation extends Object implements Serializable

serialVersionUID: 8437477795159630258l

Serialized Fields

constraintName

String constraintName
The actual constraint will be stored directly into String objects.


constraintData

String constraintData

posInModel

int posInModel


Package tudresden.ocl.sql.gui

Class tudresden.ocl.sql.gui.ChoiceTab extends JPanel implements Serializable

Serialized Fields

mapping

ORMappingImpl mapping

choice

JComboBox choice

strategies

JComboBox strategies

list

JList list

set

JButton set

finish

JButton finish

current

ListSelectionListener current

listener

ActionListener listener

parent

SchemaGeneratorGUI parent

classStrategies

Hashtable classStrategies

datatypeStrategies

Hashtable datatypeStrategies

keyStrategies

Hashtable keyStrategies

inheritanceStrategies

Hashtable inheritanceStrategies

associationStrategies

Hashtable associationStrategies

orderStrategies

Hashtable orderStrategies

Class tudresden.ocl.sql.gui.InitTab extends JPanel implements Serializable

Serialized Fields

parent

SchemaGeneratorGUI parent

classes

JComboBox classes

keys

JComboBox keys

inheritance

JComboBox inheritance

oneOne

JComboBox oneOne

oneMany

JComboBox oneMany

manyMany

JComboBox manyMany

ordered

JComboBox ordered

dbs

JComboBox dbs

classStrategies

Hashtable classStrategies

keyStrategies

Hashtable keyStrategies

inheritanceStrategies

Hashtable inheritanceStrategies

oneOneStrategies

Hashtable oneOneStrategies

oneManyStrategies

Hashtable oneManyStrategies

manyManyStrategies

Hashtable manyManyStrategies

orderedStrategies

Hashtable orderedStrategies

builders

Hashtable builders

modelPath

JTextField modelPath

config

Hashtable config

strategies

StrategyManager strategies

Class tudresden.ocl.sql.gui.OutputTab extends JPanel implements Serializable

Serialized Fields

script

JTextArea script

save

JButton save

config

Hashtable config

panel

JPanel panel

Class tudresden.ocl.sql.gui.SchemaGeneratorGUI extends JFrame implements Serializable

Serialized Fields

config

Hashtable config

tabs

JTabbedPane tabs

init

JComponent init

classes

JComponent classes

tables

JComponent tables

output

JComponent output

generator

SchemaGenerator generator

mapping

ORMappingImpl mapping

model

ru.novosoft.uml.model_management.MModel model

Class tudresden.ocl.sql.gui.TableTab extends JPanel implements Serializable

Serialized Fields

mapping

ORMappingImpl mapping

gui

SchemaGeneratorGUI gui

choice

JComboBox choice

list

JList list

center

JPanel center

tableNames

Vector tableNames

tables

Vector tables

classes

Vector classes

classViews

Vector classViews

viewNames

Vector viewNames

current

ListSelectionListener current


Package tudresden.ocl.test.royloy

Class tudresden.ocl.test.royloy.Bank extends RLObject implements Serializable

Serialized Fields

customer

HashMap customer

Class tudresden.ocl.test.royloy.Burning extends Transaction implements Serializable

Class tudresden.ocl.test.royloy.Company extends RLObject implements Serializable

Serialized Fields

numberOfEmployees

int numberOfEmployees

manager

Person manager

employees

TreeSet employees
Test TreeSet working with HashModCount.


topTenEmployees

List topTenEmployees

topTwentyEmployees

Person[] topTwentyEmployees

Class tudresden.ocl.test.royloy.Customer extends RLObject implements Serializable

Serialized Fields

name

String name

title

String title

isMale

boolean isMale

dateOfBirth

Date dateOfBirth

program

Vector program

cards

Vector cards

membership

Vector membership

Class tudresden.ocl.test.royloy.CustomerCard extends RLObject implements Serializable

Serialized Fields

valid

boolean valid

validFrom

Date validFrom

validThru

Date validThru

color

int color

printedName

String printedName

owner

Customer owner

membership

Membership membership

transactions

Vector transactions

Class tudresden.ocl.test.royloy.Date extends RLObject implements Serializable

Serialized Fields

iTime

int iTime

Class tudresden.ocl.test.royloy.Earning extends Transaction implements Serializable

Class tudresden.ocl.test.royloy.LoyaltyAccount extends RLObject implements Serializable

Serialized Fields

points

int points

membership

Membership membership

transactions

Vector transactions

Class tudresden.ocl.test.royloy.LoyaltyProgram extends RLObject implements Serializable

Serialized Fields

customer

Vector customer

serviceLevel

Vector serviceLevel

membership

Vector membership

partners

HashSet partners

Class tudresden.ocl.test.royloy.Membership extends RLObject implements Serializable

Serialized Fields

actualLevel

ServiceLevel actualLevel

card

CustomerCard card

loyaltyAccount

LoyaltyAccount loyaltyAccount

program

LoyaltyProgram program

customer

Customer customer

Class tudresden.ocl.test.royloy.Person extends RLObject implements Serializable

Serialized Fields

name

String name

age

long age

isMarried

boolean isMarried

isUnemployed

boolean isUnemployed

managedCompanies

HashSet managedCompanies

employers

HashSet employers

wife

Person wife

husband

Person husband

incomeaftertax

float incomeaftertax

Class tudresden.ocl.test.royloy.ProgramPartner extends RLObject implements Serializable

Serialized Fields

numberOfCustomers

int numberOfCustomers

loyaltyProgram

Vector loyaltyProgram

deliveredServices

Vector deliveredServices

Class tudresden.ocl.test.royloy.RLFrame extends JFrame implements Serializable

Serialized Fields

list

JList list

text

JTextField text

bMembership

JButton bMembership

bLoyaltyProgram

JButton bLoyaltyProgram

bCustomer

JButton bCustomer

bProgramPartner

JButton bProgramPartner

bService

JButton bService

bServiceLevel

JButton bServiceLevel

bLoyaltyAccount

JButton bLoyaltyAccount

bCustomerCard

JButton bCustomerCard

bTransaction

JButton bTransaction

bBurning

JButton bBurning

bEarning

JButton bEarning

bDate

JButton bDate

bAssert

JButton bAssert

bExec

JButton bExec

Class tudresden.ocl.test.royloy.RLObject extends Object implements Serializable

Serialized Fields

id

int id

description

String description

Class tudresden.ocl.test.royloy.Service extends RLObject implements Serializable

Serialized Fields

condition

boolean condition

pointsEarned

int pointsEarned

pointsBurned

int pointsBurned

description

String description

programPartner

ProgramPartner programPartner

serviceLevel

ServiceLevel serviceLevel

transactions

Vector transactions

Class tudresden.ocl.test.royloy.ServiceLevel extends RLObject implements Serializable

Serialized Fields

name

String name

loyaltyProgram

LoyaltyProgram loyaltyProgram

membership

Vector membership

service

Service service

Class tudresden.ocl.test.royloy.Transaction extends RLObject implements Serializable

Serialized Fields

points

int points

date

Date date

card

CustomerCard card

service

Service service

loyaltyAccount

LoyaltyAccount loyaltyAccount


Package tudresden.ocl.codegen.decl

Class tudresden.ocl.codegen.decl.ORMSException extends RuntimeException implements Serializable


Package tudresden.ocl.check

Class tudresden.ocl.check.OclTypeException extends OclException implements Serializable


Package tudresden.ocl.check.types.xmifacade

Class tudresden.ocl.check.types.xmifacade.ModelException extends RuntimeException implements Serializable

Class tudresden.ocl.check.types.xmifacade.XmiException extends RuntimeException implements Serializable


Package tudresden.ocl.normalize

Class tudresden.ocl.normalize.PreconditionViolatedException extends OclException implements Serializable


Package tudresden.ocl.injection

Class tudresden.ocl.injection.IllegalParameterException extends Exception implements Serializable

Class tudresden.ocl.injection.InjectorParseException extends Exception implements Serializable


Package tudresden.ocl.injection.ocl.lib

Class tudresden.ocl.injection.ocl.lib.Invariant extends Object implements Serializable

Serialized Fields

name

String name

object

Object object


Package tudresden.ocl.injection.reverseeng

Class tudresden.ocl.injection.reverseeng.AbstractDescriptor.AbstractDescriptorEvent extends EventObject implements Serializable

Class tudresden.ocl.injection.reverseeng.AbstractFeatureTreeNode extends RevengTreeNode implements Serializable

Class tudresden.ocl.injection.reverseeng.CollectionTreeNode extends AbstractFeatureTreeNode implements Serializable

Class tudresden.ocl.injection.reverseeng.DocCommentViewer extends JPanel implements Serializable

Serialized Fields

m_adModel

AbstractDescriptor m_adModel

m_jspDocComment

JScrollPane m_jspDocComment

m_jtaDocComment

JTextArea m_jtaDocComment

Class tudresden.ocl.injection.reverseeng.ErrorTreeNode extends RevengTreeNode implements Serializable

Class tudresden.ocl.injection.reverseeng.FeatureOverviewPage extends JPanel implements Serializable

Serialized Fields

m_dtmModel

DefaultTreeModel m_dtmModel

m_dmtnLastNode

DefaultMutableTreeNode m_dmtnLastNode

m_tpCompletePath

TreePath m_tpCompletePath

m_adModel

AbstractDescriptor m_adModel

m_clFeature

FeatureOverviewPage.ContainingLevel m_clFeature

m_jpDocComment

JPanel m_jpDocComment

m_dcvDocComment

DocCommentViewer m_dcvDocComment

m_jpTreeBorder

JPanel m_jpTreeBorder

m_jspScroller

JScrollPane m_jspScroller

m_jtContainingClassTree

JTree m_jtContainingClassTree

m_jlTypePrompt

JLabel m_jlTypePrompt

m_jlType

JLabel m_jlType

Class tudresden.ocl.injection.reverseeng.FileTreeNode extends RevengTreeNode implements Serializable

Serialized Fields

m_fUseDefaultIcon

boolean m_fUseDefaultIcon
If true, use s_iFileWait.


m_fParsed

boolean m_fParsed
Has the associated file already been parsed?


m_fHadError

boolean m_fHadError
Did parsing yield any errors?


m_sErrorMessage

String m_sErrorMessage
If any errors occurred: error message to be presented to user.


m_acAnalysisResults

AnalysisConsumer m_acAnalysisResults
Results of parsing.


m_fDirty

boolean m_fDirty
Flag indicating whether the file needs to be saved.


m_rguiDirtyObserver

RevengGUI m_rguiDirtyObserver
If non-null, will be notified whenever m_fDirty changes.

Class tudresden.ocl.injection.reverseeng.FolderTreeNode extends RevengTreeNode implements Serializable

Serialized Fields

m_fUseDefaultIcon

boolean m_fUseDefaultIcon
If true, use s_iFolderWait.


m_fCriticalFolder

boolean m_fCriticalFolder
Does this folder contain any files that have incomplete collections/maps ?


m_fFilled

boolean m_fFilled
Has this node already been filled?


m_cCriticalChildren

int m_cCriticalChildren
Number of direct critical children.


m_cUncriticalChildren

int m_cUncriticalChildren
Number of direct uncritical children.


m_fMissOnFill

File m_fMissOnFill
Folder that has already been associated a tree node (FolderTreeNode.m_ftnMissOnFill) and therefore, does not require creation of a new tree node.


m_ftnMissOnFill

FolderTreeNode m_ftnMissOnFill
Node associated with file indicated by FolderTreeNode.m_fMissOnFill.

Class tudresden.ocl.injection.reverseeng.MapTreeNode extends AbstractFeatureTreeNode implements Serializable

Class tudresden.ocl.injection.reverseeng.RevengGUI extends JDialog implements Serializable

Serialized Fields

m_dtmFileModel

DefaultTreeModel m_dtmFileModel

m_rtnCurrent

RevengTreeNode m_rtnCurrent

m_lrtnUnsavedTreeNodes

List m_lrtnUnsavedTreeNodes

m_fInSaveAll

boolean m_fInSaveAll

m_lttiTypeTraceLogs

List m_lttiTypeTraceLogs

m_jspSplitter

JSplitPane m_jspSplitter

m_jpLeft

JPanel m_jpLeft

m_jtbTreeBar

JToolBar m_jtbTreeBar

m_jbUpOneLevel

JButton m_jbUpOneLevel

m_jbExploreFromHere

JButton m_jbExploreFromHere

m_jlSpace

JLabel m_jlSpace

m_jbSave

JButton m_jbSave

m_jbSaveAll

JButton m_jbSaveAll

m_jlSpace2

JLabel m_jlSpace2

m_jbTypeTrace

JButton m_jbTypeTrace

m_jspTreeScroller

JScrollPane m_jspTreeScroller

m_jtFiles

JTree m_jtFiles

m_ppcProperties

PropertyPageContainer m_ppcProperties

Class tudresden.ocl.injection.reverseeng.RevengTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

m_dtmModel

DefaultTreeModel m_dtmModel
The model which this node is part of.

Class tudresden.ocl.injection.reverseeng.SpecifyTypeTraceSourceDialog extends JDialog implements Serializable

Serialized Fields

m_ttlmFileList

SpecifyTypeTraceSourceDialog.TTListModel m_ttlmFileList

m_jspFiles

JScrollPane m_jspFiles

m_jlFiles

JList m_jlFiles

m_jpPad1

JPanel m_jpPad1

m_jbAddFile

JButton m_jbAddFile

m_jbRemoveFile

JButton m_jbRemoveFile

m_jpPad2

JPanel m_jpPad2

m_jpOKPanel

JPanel m_jpOKPanel

m_jbClose

JButton m_jbClose

Class tudresden.ocl.injection.reverseeng.TypeComboModel extends AbstractListModel implements Serializable

Serialized Fields

m_sSelection

String m_sSelection

m_lsTypes

List m_lsTypes

Class tudresden.ocl.injection.reverseeng.TypeEditPage extends JPanel implements Serializable

Serialized Fields

m_tdType

TypeEditPage.TypeDescriptor m_tdType

m_adModel

AbstractDescriptor m_adModel

m_dtmProposals

DefaultTreeModel m_dtmProposals

m_jpDocCommentBorder

JPanel m_jpDocCommentBorder

m_dcvDocComment

DocCommentViewer m_dcvDocComment

m_jtfSelection

JTextField m_jtfSelection

m_jpProposalsBorder

JPanel m_jpProposalsBorder

m_jspProposals

JScrollPane m_jspProposals

m_jtProposals

JTree m_jtProposals


Package tudresden.ocl.injection.reverseeng.propertypages

Class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer extends JPanel implements Serializable

Serialized Fields

m_ppNoProperties

PropertyPage m_ppNoProperties
Property page displayed, when no properties are available.


m_lppPropertyPages

List m_lppPropertyPages
List of property pages currently displayed.


m_fPropertiesAvailable

boolean m_fPropertiesAvailable
True, if property pages other than PropertyPageContainer.m_ppNoProperties are being displayed.


m_ellListeners

EventListenerList m_ellListeners
The listeners registered to receive events from this container.


m_jtpPropertyPages

JTabbedPane m_jtpPropertyPages

Class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainerTester extends JDialog implements Serializable

Serialized Fields

jSplitPane1

JSplitPane jSplitPane1

m_jlLeft

JList m_jlLeft

m_ppcProperties

PropertyPageContainer m_ppcProperties


Package tudresden.ocl.injection.reverseeng.propertypages.events

Class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerEvent extends EventObject implements Serializable

Serialized Fields

m_ppPage

PropertyPage m_ppPage
The page in question.

Class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageEvent extends EventObject implements Serializable


Package tudresden.ocl.parser

Class tudresden.ocl.parser.JEditParserMessageTables extends JFrame implements Serializable

Serialized Fields

m_pdParserData

JEditParserMessageTables.ParserData m_pdParserData

m_jtbToolBar

JToolBar m_jtbToolBar

m_jbSaveButton

JButton m_jbSaveButton

m_jtpTabs

JTabbedPane m_jtpTabs

m_jpErrorMapping

JPanel m_jpErrorMapping

m_jspErrorMap

JScrollPane m_jspErrorMap

m_jtErrorMap

JTable m_jtErrorMap

m_jpErrorMessages

JPanel m_jpErrorMessages

m_jspErrorMessages

JScrollPane m_jspErrorMessages

m_jtErrorMessages

JTable m_jtErrorMessages

m_jpErrMsgButtons

JPanel m_jpErrMsgButtons

m_jbAddMessage

JButton m_jbAddMessage

m_jbRemoveMessage

JButton m_jbRemoveMessage

Class tudresden.ocl.parser.OclParserException extends RuntimeException implements Serializable

Serialized Fields

m_sDetailMessage

String m_sDetailMessage

m_nErrorLine

int m_nErrorLine

m_nErrorCol

int m_nErrorCol


Package tudresden.ocl.parser.node

Class tudresden.ocl.parser.node.TypedLinkedList extends LinkedList implements Serializable

Serialized Fields

cast

Cast cast


Package tudresden.ocl.parser.lexer

Class tudresden.ocl.parser.lexer.LexerException extends Exception implements Serializable


Package tudresden.ocl.parser.parser

Class tudresden.ocl.parser.parser.ParserException extends Exception implements Serializable

Serialized Fields

token

Token token


Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.