Serialized Form


Package jcreek.cke.browser

Class jcreek.cke.browser.CreekUndoManager extends javax.swing.undo.UndoManager implements Serializable

Class jcreek.cke.browser.Visualizer extends javax.swing.JFrame implements Serializable

Serialized Fields

sb

StatusBar sb
Common Area to hold Standard components or display Status Messages


pc

PropertyControl pc

propWin

javax.swing.JInternalFrame propWin

mpi

MousePositionIndicator mpi
Indicates the position of the mouse over a canvas.

 

dtp

javax.swing.JDesktopPane dtp
Holds all the internal windows within the main window.

 

findEnt

EntityList findEnt

treeView

TreeView treeView
Holds a tree view of all the available views It allows to switch between the different views

 

fView

FrameView fView

toolWin

javax.swing.JInternalFrame toolWin

winMenu

WindowMenu winMenu
Holds the names of the internal windows. Allows switching between available document windows.

 

viewMenu

ViewMenu viewMenu

toolMan

ToolManager toolMan
Our window's tool manager. Builds and manages the tools.

 

dropTargets

java.util.ArrayList dropTargets

toolMenu

java.util.Hashtable toolMenu

toolGroup

javax.swing.ButtonGroup toolGroup

sPane

javax.swing.JScrollPane sPane

splitter

javax.swing.JSplitPane splitter

propPane

javax.swing.JPanel propPane

content

javax.swing.JPanel content

sideBar

SideBar sideBar

divLocation

int divLocation

isPropVisible

boolean isPropVisible

propKey

java.lang.String propKey

props

java.util.Hashtable props

frameProperty

FrameProperty frameProperty


Package jcreek.cke.command

Class jcreek.cke.command.AboutAction extends CreekAction implements Serializable

Class jcreek.cke.command.ActivateEntityAction extends CreekAction implements Serializable

Class jcreek.cke.command.ClearAction extends CreekAction implements Serializable

Class jcreek.cke.command.CloseAction extends CreekAction implements Serializable

Class jcreek.cke.command.CloseModelAction extends SaveModelAction implements Serializable

Class jcreek.cke.command.CopyAction extends CreekAction implements Serializable

Class jcreek.cke.command.CreekAction extends javax.swing.AbstractAction implements Serializable

Class jcreek.cke.command.CurrentFrameAction extends CreekAction implements Serializable

Class jcreek.cke.command.CutAction extends CreekAction implements Serializable

Class jcreek.cke.command.DeActivateEntityAction extends CreekAction implements Serializable

Class jcreek.cke.command.DeleteAction extends CreekAction implements Serializable

Class jcreek.cke.command.DeleteViewAction extends CreekAction implements Serializable

Class jcreek.cke.command.EntityListAction extends CreekAction implements Serializable

Class jcreek.cke.command.EntityPropertiesAction extends CreekAction implements Serializable

Class jcreek.cke.command.ExampleAction extends CreekAction implements Serializable

Class jcreek.cke.command.ExitAction extends CloseModelAction implements Serializable

Class jcreek.cke.command.ExportAction extends CreekAction implements Serializable

Class jcreek.cke.command.LayoutAction extends CreekAction implements Serializable

Class jcreek.cke.command.MergeKnowledgeModelAction extends CreekAction implements Serializable

Class jcreek.cke.command.ModelPropertyAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewCaseAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewConceptViewAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewDomainRelationAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewEntityAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewKnowledgeModelAction extends CreekAction implements Serializable

Class jcreek.cke.command.NewRelationAction extends CreekAction implements Serializable

Class jcreek.cke.command.OpenCaseMatchAction extends CreekAction implements Serializable

Class jcreek.cke.command.OpenCaseViewAction extends CreekAction implements Serializable

Class jcreek.cke.command.OpenConceptViewAction extends CreekAction implements Serializable

Class jcreek.cke.command.OpenEntityViewAction extends CreekAction implements Serializable

Serialized Fields

dataFlavor

java.awt.datatransfer.DataFlavor dataFlavor

Class jcreek.cke.command.OpenKnowledgeModelAction extends CreekAction implements Serializable

Class jcreek.cke.command.OpenTestAction extends CreekAction implements Serializable

Class jcreek.cke.command.OverviewAction extends CreekAction implements Serializable

Class jcreek.cke.command.PageLayoutAction extends CreekAction implements Serializable

Class jcreek.cke.command.PasteAction extends CreekAction implements Serializable

Class jcreek.cke.command.PermanentFrameAction extends CreekAction implements Serializable

Class jcreek.cke.command.PrintAction extends CreekAction implements Serializable

Serialized Fields

pJob

java.awt.print.PrinterJob pJob

pf

java.awt.print.PageFormat pf

Class jcreek.cke.command.PrintPreviewAction extends CreekAction implements Serializable

Class jcreek.cke.command.RedoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

undo

javax.swing.undo.UndoManager undo
The undo manager we belong to.

 

Class jcreek.cke.command.RenameViewAction extends CreekAction implements Serializable

Class jcreek.cke.command.RevertAction extends CreekAction implements Serializable

Class jcreek.cke.command.SaveModelAction extends CreekAction implements Serializable

Serialized Fields

sd

SaveDialog sd

Class jcreek.cke.command.SaveModelAsAction extends SaveModelAction implements Serializable

Class jcreek.cke.command.SelectAction extends CreekAction implements Serializable

Class jcreek.cke.command.SubModelAction extends CreekAction implements Serializable

Class jcreek.cke.command.UndoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

undo

javax.swing.undo.UndoManager undo
The undo manager we belong to.

 

Class jcreek.cke.command.UserPrefsAction extends CreekAction implements Serializable

Serialized Fields

diag

PreferencesDialog diag

Class jcreek.cke.command.ViewListAction extends CreekAction implements Serializable

Class jcreek.cke.command.XmlExportAction extends CreekAction implements Serializable

Class jcreek.cke.command.XmlImportAction extends CreekAction implements Serializable

Class jcreek.cke.command.ZoomInAction extends CreekAction implements Serializable

Class jcreek.cke.command.ZoomOutAction extends CreekAction implements Serializable


Package jcreek.cke.conceptview

Class jcreek.cke.conceptview.ConceptMap extends javax.swing.JComponent implements Serializable

Serialized Fields

graphModel

GraphModel graphModel

scale

double scale

bounds

java.awt.Rectangle bounds

backImage

java.awt.image.BufferedImage backImage

Class jcreek.cke.conceptview.ConceptViewPaintEvent extends java.util.EventObject implements Serializable

Serialized Fields

g

java.awt.Graphics2D g
Graphics context the view paint listener is supposed to draw to.

 

Class jcreek.cke.conceptview.DrawingSurface extends javax.swing.JPanel implements Serializable

Serialized Fields

listeners

javax.swing.event.EventListenerList listeners
List of event listeners.

 

graph

Graph graph
List of relations from the model.

 

model

CreekModel model

backImage_

java.awt.image.BufferedImage backImage_

printImage

java.awt.image.BufferedImage printImage

windowSize_

java.awt.Dimension windowSize_

offsetx_

double offsetx_

offsety_

double offsety_

minx_

double minx_

miny_

double miny_

maxx_

double maxx_

maxy_

double maxy_

scale_

double scale_

font_

java.awt.Font font_

width_

double width_

height_

double height_

offset_

DPoint offset_

viewTransform_

Matrix33 viewTransform_

moveTransform_

Matrix33 moveTransform_

scaleMatrix_

Matrix33 scaleMatrix_

shiftMatrix_

Matrix33 shiftMatrix_

resizeListeners_

java.util.Vector resizeListeners_

hSpacing

double hSpacing

vSpacing

double vSpacing

rootEnt

VisualEntity rootEnt

MAX_NUM_PAGE

int MAX_NUM_PAGE

Class jcreek.cke.conceptview.VisualEntity extends java.lang.Object implements Serializable

serialVersionUID: 6680498738713073216l

Serialized Fields

entityID

java.lang.Object entityID

scale

double scale

entityFont

java.awt.Font entityFont

selected

boolean selected

width

double width

height

double height

depth_

double depth_

x_

double x_

y_

double y_

z_

double z_

DEFAULT_COLOR

java.awt.Color DEFAULT_COLOR

FONT_COLOR

java.awt.Color FONT_COLOR

edgeList

java.util.ArrayList edgeList
Node Methods


childList

java.util.ArrayList childList

Class jcreek.cke.conceptview.VisualRelation extends java.lang.Object implements Serializable

serialVersionUID: 5376994504542361648l

Serialized Fields

from

VisualEntity from

to

VisualEntity to

relationID

java.lang.Object relationID

selected

boolean selected

dummy_

boolean dummy_

points_

DPoint[] points_

scale_

double scale_

relationFont

java.awt.Font relationFont

data

java.lang.Object data
A general purpose data field. Algorithms that operate on VisualRelations can store any necessary data here.


Package jcreek.cke.controls

Class jcreek.cke.controls.ArrowIcon extends java.lang.Object implements Serializable

Serialized Fields

direction

int direction

width

int width

height

int height

color

java.awt.Color color

Class jcreek.cke.controls.SideBar extends javax.swing.JPanel implements Serializable

Serialized Fields

hiddenButton

javax.swing.JToggleButton hiddenButton

win

Visualizer win

Class jcreek.cke.controls.SplashScreen extends javax.swing.JPanel implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

win

java.awt.Window win

image

java.awt.Image image

offscreenImg

java.awt.Image offscreenImg

offscreenGfx

java.awt.Graphics offscreenGfx

progress

int progress


Package jcreek.cke.document

Class jcreek.cke.document.SerializeGraphDocument extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

model

GraphModel model
Our model.


titled

boolean titled
True if the document is titled and has a name.


title

java.lang.String title


Package jcreek.cke.graph

Class jcreek.cke.graph.DefaultGraph extends java.lang.Object implements Serializable

Serialized Fields

nodeList

java.util.ArrayList nodeList

edgeList

java.util.ArrayList edgeList

root

Node root

Class jcreek.cke.graph.GraphModel extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

graph

Graph graph

hSpacing

double hSpacing

vSpacing

double vSpacing

Class jcreek.cke.graph.RelationList extends java.lang.Object implements Serializable

Serialized Fields

relations

java.util.Vector relations
List of vertices.

Class jcreek.cke.graph.TreeGraph extends DefaultGraph implements Serializable

Class jcreek.cke.graph.VertexList extends java.lang.Object implements Serializable

Serialized Fields

vertices

java.util.Vector vertices
List of vertices.


Package jcreek.cke.importexport

Class jcreek.cke.importexport.ImportExportsWizards extends javax.swing.JDialog implements Serializable

Serialized Fields

JCXML

java.lang.String JCXML
See Also:
Constant Field Values

NOEMIE

java.lang.String NOEMIE
See Also:
Constant Field Values

importItems

java.lang.String[] importItems

exportItems

java.lang.String[] exportItems

dialogType

int dialogType

km

KnowledgeModel km

aborted

boolean aborted

mainPanel

javax.swing.JPanel mainPanel

lowerButtonPanel

javax.swing.JPanel lowerButtonPanel

scrollPane

javax.swing.JScrollPane scrollPane

choiceList

javax.swing.JList choiceList

descriptionLabel

javax.swing.JLabel descriptionLabel

furtherPanel

javax.swing.JPanel furtherPanel

prefsPanel

javax.swing.JPanel prefsPanel

prefsButton

javax.swing.JButton prefsButton

actionButton

javax.swing.JButton actionButton

cancelButton

javax.swing.JButton cancelButton

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.CaseAlreadyExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.ClassDescriptorDoNotExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.CompilationFault extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.EntityAlreadyExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.EntityDoNotExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.EqualRelationAlreadyExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.RelationTypeAlreadyExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.RelationTypeDoNotExist extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.KnowledgeModelImportUtilities.RelationTypeNameAlreadyInUse extends java.lang.Exception implements Serializable

Class jcreek.cke.importexport.ProcessStatusWindow extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel

scrollPane

javax.swing.JScrollPane scrollPane

logTextArea

javax.swing.JTextArea logTextArea

actionButton

javax.swing.JButton actionButton

processControl

ProcessControlInterface processControl

mainPanel

javax.swing.JPanel mainPanel


Package jcreek.cke.importexport.jcxml

Class jcreek.cke.importexport.jcxml.JCXMLpreferences extends javax.swing.JDialog implements Serializable

Serialized Fields

props

AppSettings props

label

javax.swing.JLabel label

schemaFileTextField

javax.swing.JTextField schemaFileTextField

loadButton

javax.swing.JButton loadButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

mainPanel

javax.swing.JPanel mainPanel

abortCheckBox

javax.swing.JCheckBox abortCheckBox

includeDefaultCheckBox

javax.swing.JCheckBox includeDefaultCheckBox


Package jcreek.cke.tool

Class jcreek.cke.tool.MyDGR extends java.awt.dnd.MouseDragGestureRecognizer implements Serializable


Package jcreek.cke.util

Class jcreek.cke.util.SelectionSet extends java.lang.Object implements Serializable

Serialized Fields

vl

VertexList vl

rl

RelationList rl


Package jcreek.cke.visualizer

Class jcreek.cke.visualizer.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

header

java.lang.String header

screenSize

java.awt.Dimension screenSize

size

java.awt.Dimension size

date

java.util.Date date

textArea

javax.swing.JTextArea textArea

scrollPane

javax.swing.JScrollPane scrollPane

northLabel

javax.swing.JLabel northLabel

southLabel

javax.swing.JLabel southLabel

smallFont

java.awt.Font smallFont

fm

java.awt.FontMetrics fm

contentHolder

javax.swing.JPanel contentHolder

keyHandler

AboutDialog.KeyHandler keyHandler

Class jcreek.cke.visualizer.CaseView extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

casePane

CasePane casePane

linkListener

LinkListener linkListener

Class jcreek.cke.visualizer.CheckRenderer.TreeLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

isSelected

boolean isSelected

hasFocus

boolean hasFocus

Class jcreek.cke.visualizer.DomainRelationDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

contentPanel

javax.swing.JPanel contentPanel

relationInput

javax.swing.JPanel relationInput

userInput

javax.swing.JPanel userInput

gridLayout1

java.awt.GridLayout gridLayout1

clsNameLbl

javax.swing.JLabel clsNameLbl

clsInvNameLbl

javax.swing.JLabel clsInvNameLbl

expStngthLbl

javax.swing.JLabel expStngthLbl

clsDescLbl

javax.swing.JLabel clsDescLbl

clsName

javax.swing.JTextField clsName

clsDesc

javax.swing.JTextField clsDesc

clsInvName

javax.swing.JTextField clsInvName

expStrength

javax.swing.JSpinner expStrength

titledBorder1

javax.swing.border.TitledBorder titledBorder1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

buttonPanel

javax.swing.JPanel buttonPanel

flowLayout1

java.awt.FlowLayout flowLayout1

flowLayout2

java.awt.FlowLayout flowLayout2

relationClassList

javax.swing.JComboBox relationClassList

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

boxLayout21

javax.swing.BoxLayout boxLayout21

valueTable

java.util.Hashtable valueTable

isOk

boolean isOk

km

KnowledgeModel km

Class jcreek.cke.visualizer.EntityList extends javax.swing.JPanel implements Serializable

Serialized Fields

search

javax.swing.JTextField search

findEntity

javax.swing.JPanel findEntity

entityList

javax.swing.JList entityList

Class jcreek.cke.visualizer.EntityProperties extends javax.swing.JPanel implements Serializable

Serialized Fields

relationClassList

javax.swing.JComboBox relationClassList

entityClassList

javax.swing.JComboBox entityClassList

frameLabel

javax.swing.JLabel frameLabel

relationLabel

javax.swing.JLabel relationLabel

entityNameText

javax.swing.JTextField entityNameText

entityDescriptionText

javax.swing.JTextArea entityDescriptionText

entityTableModel

EntityTableModel entityTableModel

buildView

javax.swing.JPanel buildView

findEnt

javax.swing.JPanel findEnt

entityTable

javax.swing.JTable entityTable

headerPanel

HeaderPanel headerPanel

Class jcreek.cke.visualizer.EntityTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class jcreek.cke.visualizer.EntityTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

currentEntity

Entity currentEntity

currentRelations

Relation[] currentRelations

frameLabel

javax.swing.JLabel frameLabel

entityNameText

javax.swing.JTextField entityNameText

entityDescriptionText

javax.swing.JTextArea entityDescriptionText

relationClassList

javax.swing.JComboBox relationClassList

entityClassList

javax.swing.JComboBox entityClassList

suspendChanges

boolean suspendChanges

Class jcreek.cke.visualizer.FrameProperty extends javax.swing.JPanel implements Serializable

Serialized Fields

framePanel

EntityProperties framePanel

entityTableModel

EntityTableModel entityTableModel

entityTable

javax.swing.JTable entityTable

selEntity

Entity selEntity

Class jcreek.cke.visualizer.FrameView extends javax.swing.JPanel implements Serializable

Serialized Fields

framePanel

FramePane framePanel

linkListener

LinkListener linkListener

permanent

boolean permanent

Class jcreek.cke.visualizer.LPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

textColor

java.awt.Color textColor

spacing

int spacing

layout

java.awt.GridBagLayout layout

constraints

java.awt.GridBagConstraints constraints

Class jcreek.cke.visualizer.ModelPropertyDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

authorText

javax.swing.JTextField authorText

descText

javax.swing.JTextArea descText

nameText

javax.swing.JTextField nameText

fileText

javax.swing.JTextField fileText

filebutt

javax.swing.JButton filebutt

modelType

javax.swing.JComboBox modelType

mode

int mode

file

java.io.File file

isOk

boolean isOk

Class jcreek.cke.visualizer.MultiDeskTopPane extends javax.swing.JDesktopPane implements Serializable

Serialized Fields

manager

MultiDeskTopManager manager

Class jcreek.cke.visualizer.MultiInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

internalDrawingView

ConceptView internalDrawingView

Class jcreek.cke.visualizer.NewEntityDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

entityClassList

javax.swing.JComboBox entityClassList

isOk

boolean isOk

Class jcreek.cke.visualizer.NewRelationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

relationClassList

javax.swing.JComboBox relationClassList

entityClassList

javax.swing.JComboBox entityClassList

relStrength

javax.swing.JSpinner relStrength

isOk

boolean isOk

selEntity

Entity selEntity

Class jcreek.cke.visualizer.PreferencesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

props

AppSettings props

overPanel

OverviewPanel overPanel

viewPanel

ViewTabbedPanel viewPanel

vstrut10

java.awt.Dimension vstrut10

hstrut25

java.awt.Dimension hstrut25

sRel

RelationType sRel

concepts

Entity[] concepts

quick

QuickSort quick

Class jcreek.cke.visualizer.PropertyControl extends javax.swing.JPanel implements Serializable

Serialized Fields

viewButton

javax.swing.JLabel viewButton

viewControl

jcreek.cke.visualizer.PropertyControl.ViewControl viewControl

frameProperty

FrameProperty frameProperty

Class jcreek.cke.visualizer.RenameViewDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

viewName

javax.swing.JTextField viewName

isOk

boolean isOk

viewTitle

java.lang.String viewTitle

Class jcreek.cke.visualizer.SaveDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

contentPanel

javax.swing.JPanel contentPanel

filePanel

javax.swing.JPanel filePanel

buttonPanel

javax.swing.JPanel buttonPanel

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

noneButton

javax.swing.JButton noneButton

allButton

javax.swing.JButton allButton

fileTree

javax.swing.JTree fileTree

ok

boolean ok

Class jcreek.cke.visualizer.ScaleControl extends javax.swing.JPanel implements Serializable

Serialized Fields

numField

NumberField numField

bPanel

ButtonPanel bPanel

Class jcreek.cke.visualizer.ScrollView extends LPanel implements Serializable

Serialized Fields

drawingSurface_

DrawingSurface drawingSurface_

label_

javax.swing.JLabel label_

pageFraction_

double pageFraction_

xoffset_

double xoffset_

yoffset_

double yoffset_

win_size

DDimension win_size

img_size

DDimension img_size

vscroll_

javax.swing.JScrollBar vscroll_

hscroll_

javax.swing.JScrollBar hscroll_

propSupport

java.beans.PropertyChangeSupport propSupport

Class jcreek.cke.visualizer.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

m_label

javax.swing.JLabel m_label

Class jcreek.cke.visualizer.SubModelDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

pane

java.awt.Container pane

cbp

CheckBoxPanel cbp

viewPanel

ViewOption viewPanel

owner

java.awt.Frame owner

vstrut10

java.awt.Dimension vstrut10

hstrut25

java.awt.Dimension hstrut25

initSel

java.util.Vector initSel

curSel

java.util.Vector curSel

km

KnowledgeModel km

doc

CreekDocument doc

model

CreekModel model

canShow

boolean canShow

relationConcepts

Entity[] relationConcepts

selEntity

VisualEntity selEntity

ok

boolean ok

quick

QuickSort quick

Class jcreek.cke.visualizer.TreeView extends javax.swing.JPanel implements Serializable

Serialized Fields

kmTree

javax.swing.JTree kmTree

treeModel

TreeViewModel treeModel

popup

javax.swing.JPopupMenu popup

selDoc

CreekDocument selDoc

newWin

javax.swing.JMenuItem newWin

openWin

javax.swing.JMenuItem openWin

deleteWin

javax.swing.JMenuItem deleteWin

renameWin

javax.swing.JMenuItem renameWin

Class jcreek.cke.visualizer.ViewportScroller extends javax.swing.JPanel implements Serializable

Serialized Fields

width_

int width_

height_

int height_

portWidth_

double portWidth_

portHeight_

double portHeight_

contentWidth_

double contentWidth_

contentHeight_

double contentHeight_

offsetX_

double offsetX_

offsetY_

double offsetY_

portRect_

java.awt.Rectangle portRect_

contentRect_

java.awt.Rectangle contentRect_

preferredW_

int preferredW_

preferredH_

int preferredH_

color_

java.awt.Color color_

mousedown_

boolean mousedown_

dragOffsetX_

int dragOffsetX_

dragOffsetY_

int dragOffsetY_

backImage_

java.awt.Image backImage_

propSupport

java.beans.PropertyChangeSupport propSupport


Package jcreek.cli

Class jcreek.cli.CreekJatha extends Jatha implements Serializable


Package jcreek.examples

Class jcreek.examples.FrameBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

layers

javax.swing.JDesktopPane layers

km

KnowledgeModel km


Package jcreek.gui

Class jcreek.gui.ExplanationView extends javax.swing.JPanel implements Serializable

Serialized Fields

conceptView

ConceptMapView conceptView

explanationList

javax.swing.JTable explanationList

relation

Relation relation

explanations

Explanation[] explanations

km

KnowledgeModel km

totalStrength

double totalStrength

entities

java.util.Vector entities

relations

java.util.Vector relations

mainPane

javax.swing.JSplitPane mainPane

Class jcreek.gui.SubModelView extends ConceptMapView implements Serializable

Serialized Fields

subModel

SubModel subModel

layoutOnResize

boolean layoutOnResize

lastWidth

int lastWidth

lastHeight

int lastHeight

layout

SpringEmbedderLayout layout

nodes

java.util.Vector nodes


Package jcreek.gui.chart

Class jcreek.gui.chart.JChart extends javax.swing.JPanel implements Serializable

Serialized Fields

model

ChartModel model

drawBuffer

java.awt.image.BufferedImage drawBuffer

labelColor

java.awt.Color labelColor


Package jcreek.gui.conceptmap

Class jcreek.gui.conceptmap.ConceptMapModel extends Graph implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

entityToVisual

java.util.Hashtable entityToVisual

relationToVisual

java.util.Hashtable relationToVisual

km

KnowledgeModel km

bounds

java.awt.Rectangle bounds

innerBounds

java.awt.Rectangle innerBounds

Class jcreek.gui.conceptmap.ConceptMapView extends javax.swing.JComponent implements Serializable

Serialized Fields

concepMapModel

ConceptMapModel concepMapModel

conceptMapController

ConceptMapController conceptMapController

scale

double scale

bounds

java.awt.Rectangle bounds

offset

java.awt.Point offset

backImage

java.awt.image.BufferedImage backImage

remakeBackimage

boolean remakeBackimage

suspendBoundBoxUpdate

boolean suspendBoundBoxUpdate

Class jcreek.gui.conceptmap.EntityList extends javax.swing.JList implements Serializable

Serialized Fields

model

ConceptMapModel model

controller

ConceptMapController controller

entities

Entity[] entities

Class jcreek.gui.conceptmap.VisualEntity extends Node implements Serializable

serialVersionUID: 6685398730103073216l

Serialized Fields

entityID

java.lang.Object entityID

Class jcreek.gui.conceptmap.VisualRelation extends Edge implements Serializable

serialVersionUID: 5376994509922361648l

Serialized Fields

from

VisualEntity from

to

VisualEntity to

relationID

java.lang.Object relationID


Package jcreek.gui.cycle

Class jcreek.gui.cycle.Cycle extends javax.swing.JFrame implements Serializable

Serialized Fields

km

KnowledgeModel km

cycleStatus

int cycleStatus

currentCase

Case currentCase

inputPane

CasePane inputPane

retrievePane

RetrieveResultPane retrievePane

reusePane

ReuseResultPane reusePane

retainPane

CasePane retainPane

nextStep

javax.swing.Action nextStep

previousStep

javax.swing.Action previousStep

openModel

javax.swing.Action openModel


Package jcreek.gui.reasoning

Class jcreek.gui.reasoning.CaseComparisonPane extends EntityComparisonPane implements Serializable

Serialized Fields

explanationPane

javax.swing.JPanel explanationPane

featurePane

CaseComparisonPane.FeaturePane featurePane

mainPanel

javax.swing.JSplitPane mainPanel

topPane

javax.swing.JPanel topPane

Class jcreek.gui.reasoning.ComparisonSubModelView extends SubModelView implements Serializable

Serialized Fields

entity1

Entity entity1

entity2

Entity entity2

Class jcreek.gui.reasoning.EntityComparisonPane extends javax.swing.JPanel implements Serializable

Serialized Fields

comparison

EntityComparison comparison

type

int type

Class jcreek.gui.reasoning.PartitionComparisonPane extends EntityComparisonPane implements Serializable

Class jcreek.gui.reasoning.RetrieveResultPane extends javax.swing.JPanel implements Serializable

Serialized Fields

retrieveResult

RetrieveResult retrieveResult

selected

int selected

chart

JChart chart

comparisonPane

CaseComparisonPane comparisonPane

active

boolean active

reupdate

boolean reupdate

updateThread

java.lang.Thread updateThread

myCase

Case myCase

barText

java.lang.String barText

bar

javax.swing.JProgressBar bar

Class jcreek.gui.reasoning.ReuseResultPane extends javax.swing.JPanel implements Serializable

Serialized Fields

reuse

ReuseResult reuse

modelPanel

javax.swing.JPanel modelPanel

active

boolean active

solutionText

javax.swing.JTextArea solutionText

solutionLabel

javax.swing.JLabel solutionLabel

chart

JChart chart

selected

int selected

Class jcreek.gui.reasoning.SymbolComparisonPane extends EntityComparisonPane implements Serializable


Package jcreek.gui.representation

Class jcreek.gui.representation.AbstractEntityTypeField extends javax.swing.AbstractCellEditor implements Serializable

Class jcreek.gui.representation.CasePane extends FramePane implements Serializable

Serialized Fields

solvedStatus

int solvedStatus

showCaseType

boolean showCaseType

caseElements

java.util.Hashtable caseElements

elementPanel

javax.swing.JPanel elementPanel

caseStatus

javax.swing.JComponent caseStatus

caseTableModel

CaseTableModel caseTableModel

addValue

javax.swing.JComponent addValue

caseTable

javax.swing.JTable caseTable

addSolutionButton

javax.swing.JButton addSolutionButton

addSolution

javax.swing.JComboBox addSolution

Class jcreek.gui.representation.CasePaneNew extends FramePane implements Serializable

Serialized Fields

solvedStatus

int solvedStatus

showCaseType

boolean showCaseType

caseElements

java.util.Hashtable caseElements

elementPanel

javax.swing.JPanel elementPanel

caseStatus

javax.swing.JComponent caseStatus

caseTableModel

CaseTableModel caseTableModel

addValue

javax.swing.JComponent addValue

caseTable

javax.swing.JTable caseTable

addSolutionButton

javax.swing.JButton addSolutionButton

addSolution

javax.swing.JComboBox addSolution

Class jcreek.gui.representation.CaseTableModel extends FrameTableModel implements Serializable

Serialized Fields

showPredImp

boolean showPredImp

Class jcreek.gui.representation.DoubleTypeField extends AbstractEntityTypeField implements Serializable

Serialized Fields

renderComponent

javax.swing.JLabel renderComponent

editorComponent

javax.swing.JTextField editorComponent

editingClass

java.lang.Class editingClass

Class jcreek.gui.representation.EntityField extends AbstractEntityTypeField implements Serializable

Class jcreek.gui.representation.FramePane extends javax.swing.JComponent implements Serializable

Serialized Fields

myEntity

Entity myEntity

editable

boolean editable

solvedStatus

int solvedStatus

active

boolean active

isUpdatingGUI

boolean isUpdatingGUI

entityName

javax.swing.JTextField entityName

entityDescription

javax.swing.JTextArea entityDescription

elementPanel

javax.swing.JPanel elementPanel

addPanel

javax.swing.JPanel addPanel

addButton

javax.swing.JButton addButton

addRelationType

javax.swing.JComboBox addRelationType

addEntity

javax.swing.JComboBox addEntity

entityObjectClassSelector

javax.swing.JComboBox entityObjectClassSelector

addStrength

javax.swing.JTextField addStrength

frameTableModel

FrameTableModel frameTableModel

frameTable

javax.swing.JTable frameTable

displayInheritedToggle

boolean displayInheritedToggle

displayInherited

boolean displayInherited

constraintsFrame

pnlFrameConstraints constraintsFrame

openNewWindow

LinkListener openNewWindow

Class jcreek.gui.representation.FrameTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

inheritedColor

java.awt.Color inheritedColor

negatedColor

java.awt.Color negatedColor

includeAction

boolean includeAction

relations

java.util.Vector relations

actionListeners

java.util.Vector actionListeners

myTable

javax.swing.JTable myTable

editable

boolean editable

removeIcon

javax.swing.ImageIcon removeIcon

followIcon

javax.swing.ImageIcon followIcon

listeners

java.util.Vector listeners

actionListen

java.awt.event.MouseAdapter actionListen

Class jcreek.gui.representation.IntegerTypeField extends AbstractEntityTypeField implements Serializable

Serialized Fields

renderComponent

javax.swing.JLabel renderComponent

editorComponent

javax.swing.JTextField editorComponent

editingClass

java.lang.Class editingClass

Class jcreek.gui.representation.LinkEvent extends java.util.EventObject implements Serializable

Serialized Fields

concept

java.lang.Object concept

Class jcreek.gui.representation.StringTypeField extends AbstractEntityTypeField implements Serializable

Serialized Fields

renderComponent

javax.swing.JLabel renderComponent

editorComponent

javax.swing.JTextField editorComponent

editingClass

java.lang.Class editingClass

Class jcreek.gui.representation.URLTypeField extends AbstractEntityTypeField implements Serializable

Serialized Fields

renderComponent

javax.swing.JPanel renderComponent

editorComponent

javax.swing.JTextField editorComponent

label

javax.swing.JLabel label

editorPane

javax.swing.JEditorPane editorPane

active

java.lang.Object active


Package jcreek.gui.representation.constraints

Class jcreek.gui.representation.constraints.frmConstraintChecker extends javax.swing.JFrame implements Serializable

Serialized Fields

btnClose

javax.swing.JButton btnClose

jScrollPane1

javax.swing.JScrollPane jScrollPane1

txtOut

javax.swing.JTextArea txtOut

Class jcreek.gui.representation.constraints.HorizontalScrollCombo extends javax.swing.JComboBox implements Serializable

Class jcreek.gui.representation.constraints.pnlCardinalityConstraint extends javax.swing.JPanel implements Serializable

Serialized Fields

txtMax

javax.swing.JTextField txtMax

txtMin

javax.swing.JTextField txtMin

Class jcreek.gui.representation.constraints.pnlConcreteValueConstraint extends javax.swing.JPanel implements Serializable

Serialized Fields

km

KnowledgeModel km

valueListModel

javax.swing.ListModel valueListModel

values

java.util.ArrayList values

btnAdd

javax.swing.JButton btnAdd

btnDelete

javax.swing.JButton btnDelete

cboEntities

HorizontalScrollCombo cboEntities

groupAllowed

javax.swing.ButtonGroup groupAllowed

jScrollPane1

javax.swing.JScrollPane jScrollPane1

lblHeader

javax.swing.JLabel lblHeader

lstValues

javax.swing.JList lstValues

pnlAllowed

javax.swing.JPanel pnlAllowed

pnlCenter

javax.swing.JPanel pnlCenter

pnlSouth

javax.swing.JPanel pnlSouth

rdbAllowed

javax.swing.JRadioButton rdbAllowed

rdbDisallowed

javax.swing.JRadioButton rdbDisallowed

Class jcreek.gui.representation.constraints.pnlConstraintLine extends javax.swing.JPanel implements Serializable

Serialized Fields

km

KnowledgeModel km

myEntity

Entity myEntity

selectedConstraint

Constraint selectedConstraint

cboConstraint

HorizontalScrollCombo cboConstraint

cboRelations

HorizontalScrollCombo cboRelations

pnlCardinalityConstraint

pnlCardinalityConstraint pnlCardinalityConstraint

pnlConcreteValueConstraint

pnlConcreteValueConstraint pnlConcreteValueConstraint

pnlGeneralConstraint

pnlGeneralConstraint pnlGeneralConstraint

pnlValueClassConstraint

pnlValueClassConstraint pnlValueClassConstraint

pnlValueRangeConstraint

pnlValueRangeConstraint pnlValueRangeConstraint

txtDescription

javax.swing.JTextField txtDescription

Class jcreek.gui.representation.constraints.pnlFrameConstraints extends javax.swing.JPanel implements Serializable

Serialized Fields

myEntity

Entity myEntity

localConstraintListModel

javax.swing.ListModel localConstraintListModel

inheritedConstraintListModel

javax.swing.ListModel inheritedConstraintListModel

btnAddConstraint

javax.swing.JButton btnAddConstraint

btnCheckAll

javax.swing.JButton btnCheckAll

btnCheckOne

javax.swing.JButton btnCheckOne

btnClear

javax.swing.JButton btnClear

btnDel

javax.swing.JButton btnDel

btnUpdate

javax.swing.JButton btnUpdate

jPanel1

javax.swing.JPanel jPanel1

jSeparator2

javax.swing.JSeparator jSeparator2

lblHeader

javax.swing.JLabel lblHeader

listInheritedConstraints

javax.swing.JList listInheritedConstraints

listLocalConstraints

javax.swing.JList listLocalConstraints

pnlAddConstraint

javax.swing.JPanel pnlAddConstraint

pnlButtons

javax.swing.JPanel pnlButtons

pnlCheck

javax.swing.JPanel pnlCheck

pnlConstraintLine

pnlConstraintLine pnlConstraintLine

pnlConstraints

javax.swing.JPanel pnlConstraints

pnlHead

javax.swing.JPanel pnlHead

pnlInheritedConstraints

javax.swing.JPanel pnlInheritedConstraints

pnlLocalConstraints

javax.swing.JPanel pnlLocalConstraints

scrInheritedConstraints

javax.swing.JScrollPane scrInheritedConstraints

scrLocalConstraints

javax.swing.JScrollPane scrLocalConstraints

splitConstraints

javax.swing.JSplitPane splitConstraints

Class jcreek.gui.representation.constraints.pnlGeneralConstraint extends javax.swing.JPanel implements Serializable

Serialized Fields

myEntity

Entity myEntity

btnWindowToggle

javax.swing.JButton btnWindowToggle

scrText

javax.swing.JScrollPane scrText

txtText

javax.swing.JTextArea txtText

Class jcreek.gui.representation.constraints.pnlGeneralConstraintLarge extends javax.swing.JPanel implements Serializable

Serialized Fields

mother

pnlGeneralConstraint mother

myEntity

Entity myEntity

btnClearOutput

javax.swing.JButton btnClearOutput

btnTest

javax.swing.JButton btnTest

pnlButtons

javax.swing.JPanel pnlButtons

scrOut

javax.swing.JScrollPane scrOut

scrText

javax.swing.JScrollPane scrText

splitEditor

javax.swing.JSplitPane splitEditor

txtOut

javax.swing.JTextArea txtOut

txtText

javax.swing.JTextArea txtText

Class jcreek.gui.representation.constraints.pnlValueClassConstraint extends javax.swing.JPanel implements Serializable

Serialized Fields

km

KnowledgeModel km

cboEntities

HorizontalScrollCombo cboEntities

Class jcreek.gui.representation.constraints.pnlValueRangeConstraint extends javax.swing.JPanel implements Serializable

Serialized Fields

groupAllowed

javax.swing.ButtonGroup groupAllowed

rdbAllowed

javax.swing.JRadioButton rdbAllowed

rdbDisallowed

javax.swing.JRadioButton rdbDisallowed

txtMax

javax.swing.JTextField txtMax

txtMin

javax.swing.JTextField txtMin


Package jcreek.reasoning

Class jcreek.reasoning.NotCompatibleException extends java.lang.Exception implements Serializable

Serialized Fields

obs

java.lang.Object[] obs

Class jcreek.reasoning.ReasoningUpdateEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type

Class jcreek.reasoning.SymbolConvergence extends java.lang.Object implements Serializable

Serialized Fields

convergencePoint

Entity convergencePoint

origin

Entity origin

target

Entity target

strength

double strength

originRelations

java.util.Vector originRelations

targetRelations

java.util.Vector targetRelations


Package jcreek.representation

Class jcreek.representation.EntityTypeNotMatchedException extends CreekException implements Serializable

Serialized Fields

entity

Entity entity

entityTypeClass

java.lang.Class entityTypeClass

Class jcreek.representation.LocalEntityData extends java.lang.Object implements Serializable

serialVersionUID: -479962275232250087l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name

id

java.lang.Integer id

description

java.lang.String description

creationTime

long creationTime

entityObject

java.io.Serializable entityObject

relations

java.util.ArrayList relations

constraints

java.util.ArrayList constraints

instances

java.util.ArrayList instances

Class jcreek.representation.LocalKnowledgeModel extends AbstractKnowledgeModel implements Serializable

serialVersionUID: -4904879461577094564l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name
The name of the Knowledge Model. Used for filenames and such.


description

java.lang.String description
A description of this current Knowledge Model.


title

java.lang.String title
The title of the knowledgemodel. More full-length than name.


author

java.lang.String author
The author of the KnowledgeModel


entityIDIndex

java.util.HashMap entityIDIndex
Persistent version of this index.


partitionIDIndex

java.util.HashMap partitionIDIndex
Index of all registered partitions.


lastIdentifier

int lastIdentifier
Tracks the ID numbers assigned to EntityData and RelationData objects. This object contains the reference to the last number assigned.


entityDataMap

java.util.LinkedHashMap entityDataMap
The mapping of EntityData objects from EntityData identifiers. This is done using a LinkedHashMap so that traversal of the list is also reasonably quick.


relationDataMap

java.util.LinkedHashMap relationDataMap
The mapping of RelationData objects from RelationData identifiers. This is done using a LinkedHashMap so that traversal of the list is also reasonably quick.


partitionDataMap

java.util.LinkedHashMap partitionDataMap
The mapping of the PartitionData object from PartitionData identifiers.


contexts

java.util.Vector contexts

constraintDataMap

java.util.LinkedHashMap constraintDataMap

Class jcreek.representation.LocalPartitionData extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

creationTime

long creationTime

entities

java.util.HashSet entities

relations

java.util.HashSet relations

Class jcreek.representation.LocalRelationData extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id

fromID

java.lang.Integer fromID

valueID

java.lang.Integer valueID

typeID

java.lang.Integer typeID

creationTime

long creationTime

overrides

java.util.ArrayList overrides

overriddenBy

java.util.ArrayList overriddenBy

inverseID

java.lang.Integer inverseID

description

java.lang.String description

explanationStrength

double explanationStrength

Class jcreek.representation.ModelChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type

oldValue

java.lang.Object oldValue

newValue

java.lang.Object newValue

Class jcreek.representation.NameAlreadyExistException extends CreekException implements Serializable

Serialized Fields

name

java.lang.String name

Class jcreek.representation.NoSuchEntityException extends CreekException implements Serializable

Serialized Fields

relationName

java.lang.String relationName

Class jcreek.representation.NoSuchRelationException extends CreekException implements Serializable

Serialized Fields

rcd

RelationType[] rcd

ent

Entity ent

Class jcreek.representation.NoSuchRelationTypeException extends CreekException implements Serializable

Serialized Fields

relationName

java.lang.String relationName

Class jcreek.representation.RelationTypeSet extends java.lang.Object implements Serializable

Serialized Fields

rules

java.util.Vector rules

Class jcreek.representation.TemporaryRelationData extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

from

Entity from

value

Entity value

type

Entity type

creationTime

long creationTime

overrides

java.util.ArrayList overrides

overriddenBy

java.util.ArrayList overriddenBy

inverse

Relation inverse

description

java.lang.String description

explanationStrength

double explanationStrength


Package jcreek.representation.constraints

Class jcreek.representation.constraints.CardinalityConstraintObject extends ConstraintObject implements Serializable

Serialized Fields

numberMin

int numberMin

numberMax

int numberMax

Class jcreek.representation.constraints.ConcreteValueConstraintObject extends ConstraintObject implements Serializable

Serialized Fields

values

java.util.ArrayList values

allowed

boolean allowed

Class jcreek.representation.constraints.ConstraintObject extends java.lang.Object implements Serializable

Serialized Fields

rel

java.lang.String rel

Class jcreek.representation.constraints.GeneralConstraintObject extends ConstraintObject implements Serializable

Serialized Fields

constraintString

java.lang.String constraintString

Class jcreek.representation.constraints.LocalConstraintData extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id

description

java.lang.String description

constraintObject

ConstraintObject constraintObject

Class jcreek.representation.constraints.ValueClassConstraintObject extends ConstraintObject implements Serializable

Serialized Fields

supercl

java.lang.Object supercl

Class jcreek.representation.constraints.ValueRangeConstraintObject extends ConstraintObject implements Serializable

Serialized Fields

valueMin

java.lang.Number valueMin

valueMax

java.lang.Number valueMax

allowed

boolean allowed


Package jcreek.representation.inference

Class jcreek.representation.inference.TaskTooComplexException extends CreekException implements Serializable

Serialized Fields

complexity

int complexity


Package jcreek.util

Class jcreek.util.CreekException extends java.lang.Exception implements Serializable


Package jcreek.util.graph

Class jcreek.util.graph.Edge extends java.lang.Object implements Serializable

Serialized Fields

from

Node from

to

Node to

graph

Graph graph

Class jcreek.util.graph.Graph extends java.lang.Object implements Serializable

Serialized Fields

nodeList

java.util.ArrayList nodeList

edgeList

java.util.ArrayList edgeList

Class jcreek.util.graph.GraphChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

node

Node node

edge

Edge edge

type

int type

Class jcreek.util.graph.Node extends java.lang.Object implements Serializable

Serialized Fields

edgeList

java.util.Vector edgeList

graph

Graph graph

x

int x

y

int y


Package jcreek.util.selection

Class jcreek.util.selection.SelectionChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

object

java.lang.Object object

type

int type

Class jcreek.util.selection.SelectionSet extends java.util.HashSet implements Serializable

Serialized Fields

selectionListeners

java.util.ArrayList selectionListeners



Created at IDI, NTNU by the Artificial Intelligence and Learning group