|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--elge.monitor.AbstractMonitor | +--elge.monitor.CoherenceMonitor | +--elge.monitor.GroupCoherenceMonitor
Field Summary |
Fields inherited from class elge.monitor.AbstractMonitor |
per, PROP_PROJECT, pt |
Constructor Summary | |
GroupCoherenceMonitor()
Creates a new instance of GroupCoherenceMonitor |
Method Summary | |
String |
getDescription()
Returns the description of this monitor, that should help to user to understand its function. |
String |
getFullName()
Returns the full name which is displayed in gui lists. |
String |
getGroup()
|
String[] |
getIdentifiers()
Gets the identifiers. |
String |
getMonitorName()
Returns only the name of the monitor (CoherenceMonitor) |
void |
restart()
restarts the monitor. nulls the global lexikon. |
void |
setGroup(String grp)
|
void |
updateVectors()
Updates vectors needed for the calculations. |
Methods inherited from class elge.monitor.CoherenceMonitor |
calculateCoherence, getGlobalLexikon, getValues, setGlobalLexikon, updateMonitor |
Methods inherited from class elge.monitor.AbstractMonitor |
addPropertyChangeListener, getPersistence, getProject, propertyChange, removePropertyChangeListener, setPersistence, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GroupCoherenceMonitor()
Method Detail |
public void updateVectors()
CoherenceMonitor.updateMonitor()
method.
updateVectors
in class CoherenceMonitor
public void restart()
restart
in interface Monitor
restart
in class CoherenceMonitor
Project.restart()
public String[] getIdentifiers()
getIdentifiers
in interface Monitor
getIdentifiers
in class CoherenceMonitor
public String getMonitorName()
getMonitorName
in interface Monitor
getMonitorName
in class CoherenceMonitor
public String getFullName()
getFullName
in interface Monitor
getFullName
in class CoherenceMonitor
public String getDescription()
getDescription
in interface Monitor
getDescription
in class CoherenceMonitor
public void setGroup(String grp)
public String getGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |