Modelers

org.topcased.search.ui.areas
Interface IModelSearchParticipantArea

All Superinterfaces:
IModelSearchArea, IModelSearchQueryParameterProvider
All Known Implementing Classes:
AbstractModelSearchParticipantArea

public interface IModelSearchParticipantArea
extends IModelSearchArea

This interface describes the contracts to implments for a ModelSearchArea. In order, to fill discriminable meta-elements list user MUST implement following methods.


Field Summary
 
Fields inherited from interface org.topcased.search.core.engine.IModelSearchQueryParameterProvider
dataMap
 
Method Summary
 java.util.List<AdapterFactory> getMetaElementComposeableAdapterFactories()
           
 AbstractMetaModelParticipantsItemProvider getMetaModelParticipantsItemProvider()
           
 java.util.List<EClassifier> getSelectedParticipants()
           
 
Methods inherited from interface org.topcased.search.ui.areas.IModelSearchArea
getControl, loadDialogSettings, prepare, storeDialogSettings, validateStatus
 
Methods inherited from interface org.topcased.search.core.engine.IModelSearchQueryParameterProvider
getData, getQuery
 

Method Detail

getSelectedParticipants

java.util.List<EClassifier> getSelectedParticipants()

getMetaElementComposeableAdapterFactories

java.util.List<AdapterFactory> getMetaElementComposeableAdapterFactories()

getMetaModelParticipantsItemProvider

AbstractMetaModelParticipantsItemProvider getMetaModelParticipantsItemProvider()

Modelers

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