Uses of Class
context.arch.discoverer.dataModel.AbstractDataModel

Packages that use AbstractDataModel
context.arch.discoverer.dataModel   
context.arch.discoverer.querySystem   
 

Uses of AbstractDataModel in context.arch.discoverer.dataModel
 

Subclasses of AbstractDataModel in context.arch.discoverer.dataModel
 class DiscovererDataModel
          This class stores the ComponentDescriptions of the CTK object that register to the discoverer.
 

Uses of AbstractDataModel in context.arch.discoverer.querySystem
 

Methods in context.arch.discoverer.querySystem with parameters of type AbstractDataModel
 java.lang.Object QueryItem.process(AbstractDataModel dataModel)
          This method allows to perform the query
 java.lang.Object ORQueryItem.process(AbstractDataModel dataModel)
          Perform an OR
 java.lang.Object NOTQueryItem.process(AbstractDataModel dataModel)
          Perform a NOT
 java.lang.Object ANDQueryItem.process(AbstractDataModel dataModel)
          Perform a AND
abstract  java.lang.Object AbstractQueryItem.process(AbstractDataModel dataModel)
          This method allows to process an 2D array that contains in the first column the index of the component stored in the data model, and in the second column a integer value : 0 or 1 for false or true.
abstract  java.lang.Object AbstractBooleanQueryItem.process(AbstractDataModel dataModel)
          This method allows to process the boolean condition on the whole data model