Modelers

org.topcased.search.core.engine
Class ModelExtensibleSearchResultEntry

java.lang.Object
  extended by org.topcased.search.core.engine.ModelExtensibleSearchResultEntry

public class ModelExtensibleSearchResultEntry
extends java.lang.Object

Defines a single model search query result entry.


Constructor Summary
ModelExtensibleSearchResultEntry(org.eclipse.core.resources.IFile file, java.lang.Object source)
           
 
Method Summary
 void addMatchingFeature(java.lang.Object match)
           
 void appendMatchingFeatures(java.util.Collection<java.lang.Object> matches)
           
 org.eclipse.core.resources.IFile getFile()
           
 java.util.Collection<java.lang.Object> getMatches()
           
 java.lang.Object getSource()
           
 void setMatchingFeatures(java.util.Collection<java.lang.Object> matches)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelExtensibleSearchResultEntry

public ModelExtensibleSearchResultEntry(org.eclipse.core.resources.IFile file,
                                        java.lang.Object source)
Method Detail

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()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.