jcreek.cke.tool
Class BuildProperty
java.lang.Object
jcreek.cke.tool.BuildProperty
- All Implemented Interfaces:
- java.util.EventListener, ModelChangeListener, java.beans.PropertyChangeListener, PropertyWindow
- public class BuildProperty
- extends java.lang.Object
- implements PropertyWindow, java.beans.PropertyChangeListener, ModelChangeListener
Title: JavaCreek
Description: A Case based Reasoning Approach in java
Copyright: Copyright (c) 2002
Company: Phil
- Version:
- 1.0
- Author:
- Victor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
framePanel
protected javax.swing.JPanel framePanel
relationClassList
protected javax.swing.JComboBox relationClassList
entityClassList
protected javax.swing.JComboBox entityClassList
model
protected CreekModel model
propWin
protected javax.swing.JInternalFrame propWin
view
protected ConceptView view
BuildProperty
public BuildProperty()
updateModelView
public void updateModelView()
attach
public void attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame propWin)
- Specified by:
attach
in interface PropertyWindow
detach
public void detach()
- Specified by:
detach
in interface PropertyWindow
modelChanged
public void modelChanged(ModelChangeEvent e)
- Specified by:
modelChanged
in interface ModelChangeListener
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
getSelectedRelation
public RelationType getSelectedRelation()
getSelectedEntity
public Entity getSelectedEntity()
Created at IDI, NTNU by the Artificial Intelligence and Learning group