|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
infomat.view.InfomatModel
public class InfomatModel
The heart! Keeps track of what the corpus and other stuff contains.
Constructor Summary | |
---|---|
InfomatModel(MainWindow mainWindow)
|
Method Summary | |
---|---|
IMatrix |
getIMatrix()
|
MainWindow |
getMainWindow()
|
Properties |
getProperties()
|
java.lang.Object |
getPropertyValue(java.lang.String name)
|
boolean |
hasIMatrix()
Do we have a matrix? |
void |
invertMatrix()
|
void |
kmeans()
|
void |
openCorpusFile(java.io.File file)
Opens a Corpus File. |
void |
openDocumentGroupingFile(java.io.File file)
Opens a Document Grouping File. |
void |
openIMatrixFile(java.io.File file)
|
IObjectGrouping |
openIObjectGroupingFile(boolean row,
java.io.File file)
|
void |
purgeMatrix()
|
void |
randomClustering()
|
void |
relativeClustering()
|
void |
removeColumns(int colFrom,
int colTo)
|
void |
removeRows(int rowFrom,
int rowTo)
|
void |
resetImage()
Reset settings about zoom and position in the image. |
void |
resortIMatrix()
|
void |
saveIMatrixFile(java.io.File file)
|
void |
saveIMatrixPicture(java.io.File file)
|
void |
saveIObjectGroupingFile(IObjectGrouping grouping,
java.io.File file)
|
void |
setProperties(Properties properties)
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
|
void |
setView(InfomatView view)
Set the view. |
void |
update()
|
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfomatModel(MainWindow mainWindow)
Method Detail |
---|
public java.lang.Object getPropertyValue(java.lang.String name)
getPropertyValue
in interface HasProperties
public void setProperty(java.lang.String name, java.lang.Object value) throws PropertyNotFoundException
setProperty
in interface HasProperties
PropertyNotFoundException
public Properties getProperties()
getProperties
in interface HasProperties
public void setProperties(Properties properties)
setProperties
in interface HasProperties
public boolean hasIMatrix()
public IMatrix getIMatrix()
public MainWindow getMainWindow()
public void setView(InfomatView view)
view
- The view.public void update()
public void openCorpusFile(java.io.File file)
public void openDocumentGroupingFile(java.io.File file)
public void removeColumns(int colFrom, int colTo)
public void removeRows(int rowFrom, int rowTo)
public void resortIMatrix()
public void resetImage()
public void saveIMatrixPicture(java.io.File file)
public void saveIMatrixFile(java.io.File file)
public void saveIObjectGroupingFile(IObjectGrouping grouping, java.io.File file)
public void openIMatrixFile(java.io.File file)
public IObjectGrouping openIObjectGroupingFile(boolean row, java.io.File file)
public void purgeMatrix()
public void invertMatrix()
public void randomClustering()
public void relativeClustering()
public void kmeans()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |