Uses of Class
org.drools.ide.common.client.modeldriven.ModelAnnotation

Packages that use ModelAnnotation
org.drools.ide.common.client.modeldriven   
 

Uses of ModelAnnotation in org.drools.ide.common.client.modeldriven
 

Methods in org.drools.ide.common.client.modeldriven that return types with arguments of type ModelAnnotation
 Map<String,List<ModelAnnotation>> SuggestionCompletionEngine.getAnnotations()
          Return a Map of FactTypes (key) and a List (value) of their corresponding annotations.
 List<ModelAnnotation> SuggestionCompletionEngine.getAnnotationsForFactType(String factType)
          Return a list of annotations for a FactType
 

Method parameters in org.drools.ide.common.client.modeldriven with type arguments of type ModelAnnotation
 void SuggestionCompletionEngine.setAnnotationsForTypes(Map<String,List<ModelAnnotation>> annotationsForTypes)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.