Modelers

org.topcased.search.core.engine
Class ModelSearchScope

java.lang.Object
  extended by org.topcased.search.core.engine.ModelSearchScope
All Implemented Interfaces:
IModelSearchScope

public final class ModelSearchScope
extends java.lang.Object
implements IModelSearchScope


Constructor Summary
ModelSearchScope()
           
 
Method Summary
 void addParticipant(org.eclipse.core.resources.IResource resource)
           
 void addParticipants(org.eclipse.core.resources.IResource[] resources)
           
 java.util.List<org.eclipse.core.resources.IResource> findPartcipant(java.lang.Class<? extends java.lang.Object> clazz)
           
 java.util.List<org.eclipse.core.resources.IResource> getParticipants()
           
 void removeParticipant(org.eclipse.core.resources.IResource resource)
           
 void removeParticipants(org.eclipse.core.resources.IResource[] resources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelSearchScope

public ModelSearchScope()
Method Detail

addParticipant

public void addParticipant(org.eclipse.core.resources.IResource resource)
Specified by:
addParticipant in interface IModelSearchScope

findPartcipant

public java.util.List<org.eclipse.core.resources.IResource> findPartcipant(java.lang.Class<? extends java.lang.Object> clazz)
Specified by:
findPartcipant in interface IModelSearchScope

getParticipants

public java.util.List<org.eclipse.core.resources.IResource> getParticipants()
Specified by:
getParticipants in interface IModelSearchScope

removeParticipant

public void removeParticipant(org.eclipse.core.resources.IResource resource)
Specified by:
removeParticipant in interface IModelSearchScope

addParticipants

public void addParticipants(org.eclipse.core.resources.IResource[] resources)
Specified by:
addParticipants in interface IModelSearchScope

removeParticipants

public void removeParticipants(org.eclipse.core.resources.IResource[] resources)
Specified by:
removeParticipants in interface IModelSearchScope

Modelers

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