org.topcased.search.core.engine
Class ModelExtensibleSearchResultEntry
java.lang.Object
org.topcased.search.core.engine.ModelExtensibleSearchResultEntry
public class ModelExtensibleSearchResultEntry
- extends java.lang.Object
Defines a single model search query result entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelExtensibleSearchResultEntry
public ModelExtensibleSearchResultEntry(org.eclipse.core.resources.IFile file,
java.lang.Object source)
setMatchingFeatures
public void setMatchingFeatures(java.util.Collection<java.lang.Object> matches)
appendMatchingFeatures
public void appendMatchingFeatures(java.util.Collection<java.lang.Object> matches)
addMatchingFeature
public void addMatchingFeature(java.lang.Object match)
getSource
public java.lang.Object getSource()
getMatches
public java.util.Collection<java.lang.Object> getMatches()
getFile
public org.eclipse.core.resources.IFile getFile()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.