public class SearchTopicsDialog
extends javax.swing.JDialog
javax.swing.JDialog.AccessibleJDialog
java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, java.awt.Dialog.ModalityType
java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
Modifier and Type | Field and Description |
---|---|
private boolean |
accept
Deprecated.
|
private javax.swing.JButton |
addQueryButton
Deprecated.
|
private javax.swing.JButton |
addTmqlButton
Deprecated.
|
private javax.swing.JPanel |
buttonPanel
Deprecated.
|
private javax.swing.JButton |
cancelButton
Deprecated.
|
private javax.swing.JButton |
delQueryButton
Deprecated.
|
private javax.swing.JButton |
delTmqlButton
Deprecated.
|
private javax.swing.JComboBox |
engineComboBox
Deprecated.
|
private javax.swing.JLabel |
engineLabel
Deprecated.
|
private javax.swing.JPanel |
fillerPanel
Deprecated.
|
private javax.swing.JLabel |
gapCostLabel
Deprecated.
|
private javax.swing.JPanel |
gapCostPanel
Deprecated.
|
private javax.swing.JTextField |
gapCostTextField
Deprecated.
|
private javax.swing.JPanel |
jPanel1
Deprecated.
|
private javax.swing.JButton |
okButton
Deprecated.
|
static int |
QUERY
Deprecated.
|
private javax.swing.JComboBox |
queryComboBox
Deprecated.
|
private javax.swing.JPanel |
queryPanel
Deprecated.
|
private javax.swing.JPanel |
queryPanelInner
Deprecated.
|
private java.lang.String |
SCRIPT_QUERY_OPTION_KEY
Deprecated.
|
private javax.swing.JLabel |
scriptLabel
Deprecated.
|
private javax.swing.JPanel |
scriptQueryPanel
Deprecated.
|
private javax.swing.JScrollPane |
scriptScrollPane
Deprecated.
|
private javax.swing.JTextPane |
scriptTextPane
Deprecated.
|
static int |
SEARCH
Deprecated.
|
private javax.swing.JCheckBox |
searchBasenameCheckBox
Deprecated.
|
private javax.swing.JLabel |
searchChecksLabel
Deprecated.
|
private javax.swing.JCheckBox |
searchOccurrenceCheckBox
Deprecated.
|
private javax.swing.JPanel |
searchPanel
Deprecated.
|
private javax.swing.JPanel |
searchPanelInner
Deprecated.
|
private javax.swing.JScrollPane |
searchScrollPane
Deprecated.
|
private javax.swing.JCheckBox |
searchSICheckBox
Deprecated.
|
private javax.swing.JCheckBox |
searchSLCheckBox
Deprecated.
|
private javax.swing.JTabbedPane |
searchTabbedPane
Deprecated.
|
private javax.swing.JPanel |
searchTargetPanel
Deprecated.
|
private javax.swing.JTextPane |
searchTextPane
Deprecated.
|
private javax.swing.JCheckBox |
searchVariantCheckBox
Deprecated.
|
private javax.swing.JPanel |
selectQueryPanel
Deprecated.
|
private javax.swing.JPanel |
selectQueryPanel1
Deprecated.
|
static int |
SIMILARITY
Deprecated.
|
static int |
SIMILARITY_BLOCK_DISTANCE
Deprecated.
|
static int |
SIMILARITY_COSINE_SIMILARITY
Deprecated.
|
static int |
SIMILARITY_DICES_COEFFICIENT
Deprecated.
|
static int |
SIMILARITY_EUCLIDEAN_DISTANCE
Deprecated.
|
static int |
SIMILARITY_GOTOH_DISTANCE
Deprecated.
|
static int |
SIMILARITY_JACCARD_SIMILARITY
Deprecated.
|
static int |
SIMILARITY_JARO_DISTANCE_METRIC
Deprecated.
|
static int |
SIMILARITY_JARO_WINKLER
Deprecated.
|
static int |
SIMILARITY_LEVENSHTEIN_DISTANCE
Deprecated.
|
static int |
SIMILARITY_MATCHING_COEFFICIENT
Deprecated.
|
static int |
SIMILARITY_MONGE_ELKAN_DISTANCE
Deprecated.
|
static int |
SIMILARITY_NEEDLEMAN_WUNCH_DISTANCE
Deprecated.
|
static int |
SIMILARITY_OVERLAP_COEFFICIENT
Deprecated.
|
static int |
SIMILARITY_Q_GRAM
Deprecated.
|
static int |
SIMILARITY_SMITH_WATERMAN_DISTANCE
Deprecated.
|
static int |
SIMILARITY_SOUNDEX_DISTANCE_METRIC
Deprecated.
|
private javax.swing.JCheckBox |
similarityBasenameCheckBox
Deprecated.
|
private javax.swing.JLabel |
similarityChecksLabel
Deprecated.
|
private javax.swing.JCheckBox |
similarityDifferenceCheckBox
Deprecated.
|
private javax.swing.JCheckBox |
similarityOccurrenceCheckBox
Deprecated.
|
private javax.swing.JPanel |
similarityPanel
Deprecated.
|
private javax.swing.JPanel |
similarityPanelInner
Deprecated.
|
private javax.swing.JScrollPane |
similarityScrollPane
Deprecated.
|
private javax.swing.JCheckBox |
similaritySICheckBox
Deprecated.
|
private javax.swing.JCheckBox |
similaritySLCheckBox
Deprecated.
|
private javax.swing.JPanel |
similarityTargetPanel
Deprecated.
|
private javax.swing.JLabel |
similarityTextLabel
Deprecated.
|
private javax.swing.JTextPane |
similarityTextPane
Deprecated.
|
private javax.swing.JPanel |
similarityTextPanel
Deprecated.
|
private javax.swing.JLabel |
similarityThresholdLabel
Deprecated.
|
private javax.swing.JPanel |
similarityThresholdPanel
Deprecated.
|
private javax.swing.JSlider |
similarityThresholdSlider
Deprecated.
|
private javax.swing.JTextField |
similarityThresholdTextField
Deprecated.
|
private javax.swing.JComboBox |
similarityTokenizerComboBox
Deprecated.
|
private javax.swing.JLabel |
similarityTokenizerLabel
Deprecated.
|
Tuples.T2[] |
similarityTokenizers
Deprecated.
|
private javax.swing.JComboBox |
similarityTypeComboBox
Deprecated.
|
private javax.swing.JLabel |
similarityTypeLabel
Deprecated.
|
private javax.swing.JPanel |
similarityTypePanel
Deprecated.
|
Tuples.T2[] |
similarityTypes
Deprecated.
|
private javax.swing.JCheckBox |
similarityVariantCheckBox
Deprecated.
|
private java.util.ArrayList<Tuples.T3<java.lang.String,java.lang.String,java.lang.String>> |
storedQueryScripts
Deprecated.
|
private java.util.ArrayList<Tuples.T2<java.lang.String,java.lang.String>> |
storedTmqlQueries
Deprecated.
|
static int |
TMQL
Deprecated.
|
private java.lang.String |
TMQL_QUERY_OPTION_KEY
Deprecated.
|
private javax.swing.JComboBox |
tmqlComboBox
Deprecated.
|
private javax.swing.JPanel |
tmqlPanel
Deprecated.
|
private javax.swing.JScrollPane |
tmqlScrollPane
Deprecated.
|
private javax.swing.JTextPane |
tmqlTextPane
Deprecated.
|
private WandoraTool |
tool
Deprecated.
|
private Wandora |
wandora
Deprecated.
|
accessibleContext, rootPane, rootPaneCheckingEnabled
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Constructor and Description |
---|
SearchTopicsDialog(Wandora wandora,
WandoraTool tool,
boolean modal)
Deprecated.
Creates new form SearchTopicsDialog
|
Modifier and Type | Method and Description |
---|---|
private void |
addQueryButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
void |
addScriptQuery()
Deprecated.
|
private void |
addTmqlButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
void |
addTmqlQuery()
Deprecated.
|
private void |
cancelButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
void |
deleteScriptQuery()
Deprecated.
|
void |
deleteTmqlQuery()
Deprecated.
|
private void |
delQueryButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
private void |
delTmqlButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
float |
getGapCost(float defaultValue)
Deprecated.
|
TopicMapSearchOptions |
getSearchOptions()
Deprecated.
|
java.lang.String |
getSearchQuery()
Deprecated.
|
int |
getSearchType()
Deprecated.
|
float |
getSimilarity(java.lang.String s1,
java.lang.String s2,
uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric stringMetric)
Deprecated.
|
TopicMapSearchOptions |
getSimilarityOptions()
Deprecated.
|
java.lang.String |
getSimilarityQuery()
Deprecated.
|
float |
getSimilarityThreshold()
Deprecated.
|
uk.ac.shef.wit.simmetrics.tokenisers.InterfaceTokeniser |
getSimilarityTokenizer()
Deprecated.
|
int |
getSimilarityType()
Deprecated.
|
java.util.Collection<Topic> |
getSimilarTopics(java.lang.String query,
TopicMapSearchOptions options,
java.util.Iterator<Topic> topicIterator,
uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric stringMetric,
float threshold,
boolean differenceInsteadOfSimilarity,
WandoraTool tool)
Deprecated.
|
java.util.Collection<Topic> |
getSimilarTopics(java.lang.String query,
TopicMapSearchOptions options,
java.util.Iterator<Topic> topicIterator,
int similarityType,
float threshold,
boolean differenceInsteadOfSimilarity,
WandoraTool tool)
Deprecated.
|
java.util.Collection<Topic> |
getSimilarTopics(TopicMap tm,
WandoraTool tool)
Deprecated.
|
uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric |
getStringMetric(int similarityType)
Deprecated.
|
java.lang.String |
getTMQLQuery()
Deprecated.
|
MixedTopicTable |
getTopicsByQuery(java.util.Iterator<Topic> contextTopics)
Deprecated.
|
MixedTopicTable |
getTopicsByTMQL()
Deprecated.
|
private void |
initComponents()
Deprecated.
This method is called from within the constructor to
initialize the form.
|
boolean |
isSimilar(float similarity,
float threshold,
boolean differenceInsteadOfSimilarity)
Deprecated.
|
private void |
okButtonActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
private void |
queryComboBoxActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
private void |
readStoredScriptQueries()
Deprecated.
|
private void |
readStoredTmqlQueries()
Deprecated.
|
private void |
scriptLabelMouseReleased(java.awt.event.MouseEvent evt)
Deprecated.
|
void |
selectScriptQuery()
Deprecated.
|
void |
selectTmqlQuery()
Deprecated.
|
void |
setVisible(boolean visibility)
Deprecated.
|
private void |
similarityThresholdSliderMouseDragged(java.awt.event.MouseEvent evt)
Deprecated.
|
private void |
similarityThresholdSliderMousePressed(java.awt.event.MouseEvent evt)
Deprecated.
|
private void |
similarityThresholdSliderMouseReleased(java.awt.event.MouseEvent evt)
Deprecated.
|
private void |
similarityTokenizerComboBoxActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
private void |
similarityTypeComboBoxActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
private void |
tmqlComboBoxActionPerformed(java.awt.event.ActionEvent evt)
Deprecated.
|
void |
updateQueryComboBox()
Deprecated.
|
void |
updateSimilarityOptions()
Deprecated.
|
void |
updateSimilarityThreshold()
Deprecated.
|
void |
updateTmqlComboBox()
Deprecated.
|
void |
updateTokenizerOptions()
Deprecated.
|
boolean |
wasAccepted()
Deprecated.
|
private void |
writeScriptQueries()
Deprecated.
|
private void |
writeTmqlQueries()
Deprecated.
|
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, setTitle, setUndecorated, show, toBack
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public static final int SEARCH
public static final int SIMILARITY
public static final int QUERY
public static final int TMQL
public static final int SIMILARITY_LEVENSHTEIN_DISTANCE
public static final int SIMILARITY_NEEDLEMAN_WUNCH_DISTANCE
public static final int SIMILARITY_SMITH_WATERMAN_DISTANCE
public static final int SIMILARITY_GOTOH_DISTANCE
public static final int SIMILARITY_BLOCK_DISTANCE
public static final int SIMILARITY_MONGE_ELKAN_DISTANCE
public static final int SIMILARITY_JARO_DISTANCE_METRIC
public static final int SIMILARITY_JARO_WINKLER
public static final int SIMILARITY_SOUNDEX_DISTANCE_METRIC
public static final int SIMILARITY_MATCHING_COEFFICIENT
public static final int SIMILARITY_DICES_COEFFICIENT
public static final int SIMILARITY_JACCARD_SIMILARITY
public static final int SIMILARITY_OVERLAP_COEFFICIENT
public static final int SIMILARITY_EUCLIDEAN_DISTANCE
public static final int SIMILARITY_COSINE_SIMILARITY
public static final int SIMILARITY_Q_GRAM
public Tuples.T2[] similarityTypes
public Tuples.T2[] similarityTokenizers
private Wandora wandora
private WandoraTool tool
private boolean accept
private java.lang.String SCRIPT_QUERY_OPTION_KEY
private java.util.ArrayList<Tuples.T3<java.lang.String,java.lang.String,java.lang.String>> storedQueryScripts
private java.lang.String TMQL_QUERY_OPTION_KEY
private java.util.ArrayList<Tuples.T2<java.lang.String,java.lang.String>> storedTmqlQueries
private javax.swing.JButton addQueryButton
private javax.swing.JButton addTmqlButton
private javax.swing.JPanel buttonPanel
private javax.swing.JButton cancelButton
private javax.swing.JButton delQueryButton
private javax.swing.JButton delTmqlButton
private javax.swing.JComboBox engineComboBox
private javax.swing.JLabel engineLabel
private javax.swing.JPanel fillerPanel
private javax.swing.JLabel gapCostLabel
private javax.swing.JPanel gapCostPanel
private javax.swing.JTextField gapCostTextField
private javax.swing.JPanel jPanel1
private javax.swing.JButton okButton
private javax.swing.JComboBox queryComboBox
private javax.swing.JPanel queryPanel
private javax.swing.JPanel queryPanelInner
private javax.swing.JLabel scriptLabel
private javax.swing.JPanel scriptQueryPanel
private javax.swing.JScrollPane scriptScrollPane
private javax.swing.JTextPane scriptTextPane
private javax.swing.JCheckBox searchBasenameCheckBox
private javax.swing.JLabel searchChecksLabel
private javax.swing.JCheckBox searchOccurrenceCheckBox
private javax.swing.JPanel searchPanel
private javax.swing.JPanel searchPanelInner
private javax.swing.JCheckBox searchSICheckBox
private javax.swing.JCheckBox searchSLCheckBox
private javax.swing.JScrollPane searchScrollPane
private javax.swing.JTabbedPane searchTabbedPane
private javax.swing.JPanel searchTargetPanel
private javax.swing.JTextPane searchTextPane
private javax.swing.JCheckBox searchVariantCheckBox
private javax.swing.JPanel selectQueryPanel
private javax.swing.JPanel selectQueryPanel1
private javax.swing.JCheckBox similarityBasenameCheckBox
private javax.swing.JLabel similarityChecksLabel
private javax.swing.JCheckBox similarityDifferenceCheckBox
private javax.swing.JCheckBox similarityOccurrenceCheckBox
private javax.swing.JPanel similarityPanel
private javax.swing.JPanel similarityPanelInner
private javax.swing.JCheckBox similaritySICheckBox
private javax.swing.JCheckBox similaritySLCheckBox
private javax.swing.JScrollPane similarityScrollPane
private javax.swing.JPanel similarityTargetPanel
private javax.swing.JLabel similarityTextLabel
private javax.swing.JTextPane similarityTextPane
private javax.swing.JPanel similarityTextPanel
private javax.swing.JLabel similarityThresholdLabel
private javax.swing.JPanel similarityThresholdPanel
private javax.swing.JSlider similarityThresholdSlider
private javax.swing.JTextField similarityThresholdTextField
private javax.swing.JComboBox similarityTokenizerComboBox
private javax.swing.JLabel similarityTokenizerLabel
private javax.swing.JComboBox similarityTypeComboBox
private javax.swing.JLabel similarityTypeLabel
private javax.swing.JPanel similarityTypePanel
private javax.swing.JCheckBox similarityVariantCheckBox
private javax.swing.JComboBox tmqlComboBox
private javax.swing.JPanel tmqlPanel
private javax.swing.JScrollPane tmqlScrollPane
private javax.swing.JTextPane tmqlTextPane
public SearchTopicsDialog(Wandora wandora, WandoraTool tool, boolean modal)
public boolean wasAccepted()
public void setVisible(boolean visibility)
setVisible
in class java.awt.Dialog
public int getSearchType()
public java.lang.String getTMQLQuery()
public java.lang.String getSearchQuery()
public TopicMapSearchOptions getSearchOptions()
public java.lang.String getSimilarityQuery()
public int getSimilarityType()
public uk.ac.shef.wit.simmetrics.tokenisers.InterfaceTokeniser getSimilarityTokenizer()
public TopicMapSearchOptions getSimilarityOptions()
public float getSimilarityThreshold()
public void updateSimilarityThreshold()
public java.util.Collection<Topic> getSimilarTopics(TopicMap tm, WandoraTool tool)
public uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric getStringMetric(int similarityType)
public java.util.Collection<Topic> getSimilarTopics(java.lang.String query, TopicMapSearchOptions options, java.util.Iterator<Topic> topicIterator, int similarityType, float threshold, boolean differenceInsteadOfSimilarity, WandoraTool tool)
public java.util.Collection<Topic> getSimilarTopics(java.lang.String query, TopicMapSearchOptions options, java.util.Iterator<Topic> topicIterator, uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric stringMetric, float threshold, boolean differenceInsteadOfSimilarity, WandoraTool tool)
public float getSimilarity(java.lang.String s1, java.lang.String s2, uk.ac.shef.wit.simmetrics.similaritymetrics.InterfaceStringMetric stringMetric)
public boolean isSimilar(float similarity, float threshold, boolean differenceInsteadOfSimilarity)
public void updateSimilarityOptions()
public void updateTokenizerOptions()
public float getGapCost(float defaultValue)
private void readStoredScriptQueries()
private void writeScriptQueries()
public void updateQueryComboBox()
public void addScriptQuery()
public void deleteScriptQuery()
public void selectScriptQuery()
private void readStoredTmqlQueries()
private void writeTmqlQueries()
public void updateTmqlComboBox()
public void addTmqlQuery()
public void deleteTmqlQuery()
public void selectTmqlQuery()
public MixedTopicTable getTopicsByTMQL()
public MixedTopicTable getTopicsByQuery(java.util.Iterator<Topic> contextTopics)
private void initComponents()
private void similarityThresholdSliderMouseDragged(java.awt.event.MouseEvent evt)
private void similarityThresholdSliderMouseReleased(java.awt.event.MouseEvent evt)
private void similarityThresholdSliderMousePressed(java.awt.event.MouseEvent evt)
private void okButtonActionPerformed(java.awt.event.ActionEvent evt)
private void cancelButtonActionPerformed(java.awt.event.ActionEvent evt)
private void similarityTypeComboBoxActionPerformed(java.awt.event.ActionEvent evt)
private void similarityTokenizerComboBoxActionPerformed(java.awt.event.ActionEvent evt)
private void queryComboBoxActionPerformed(java.awt.event.ActionEvent evt)
private void addQueryButtonActionPerformed(java.awt.event.ActionEvent evt)
private void delQueryButtonActionPerformed(java.awt.event.ActionEvent evt)
private void scriptLabelMouseReleased(java.awt.event.MouseEvent evt)
private void tmqlComboBoxActionPerformed(java.awt.event.ActionEvent evt)
private void addTmqlButtonActionPerformed(java.awt.event.ActionEvent evt)
private void delTmqlButtonActionPerformed(java.awt.event.ActionEvent evt)
Copyright 2004-2015 Wandora Team