Uses of Interface
org.drools.ide.common.client.modeldriven.FieldNature

Packages that use FieldNature
org.drools.ide.common.client.modeldriven   
org.drools.ide.common.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
org.drools.ide.common.client.modeldriven.testing   
 

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

Methods in org.drools.ide.common.client.modeldriven with parameters of type FieldNature
 DropDownData SuggestionCompletionEngine.getEnums(String type, String field, FieldNature[] currentFieldNatures)
          Similar to the one above - but this one is for RHS.
 

Uses of FieldNature in org.drools.ide.common.client.modeldriven.brl
 

Classes in org.drools.ide.common.client.modeldriven.brl that implement FieldNature
 class ActionFieldFunction
          This node indicates that the user wants to execute a method on some fact in case the LHR matches.
 class ActionFieldValue
          Holds field and value for "action" parts of the rule.
 

Uses of FieldNature in org.drools.ide.common.client.modeldriven.testing
 

Classes in org.drools.ide.common.client.modeldriven.testing that implement FieldNature
 class CallFieldValue
          Holds field and value for "action" parts of the rule.
 



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