org.drools.guvnor.client.modeldriven.ui.factPattern
Class Connectives

java.lang.Object
  extended by org.drools.guvnor.client.modeldriven.ui.factPattern.Connectives

public class Connectives
extends Object


Constructor Summary
Connectives(RuleModeller modeller, FactPattern pattern, Boolean isReadOnly)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget connectives(SingleFieldConstraint c, String factClass)
           
 SuggestionCompletionEngine getCompletions()
          Returns the completions.
 FactPattern getPattern()
          Returns the pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connectives

public Connectives(RuleModeller modeller,
                   FactPattern pattern,
                   Boolean isReadOnly)
Method Detail

getPattern

public FactPattern getPattern()
Returns the pattern.


getCompletions

public SuggestionCompletionEngine getCompletions()
Returns the completions.


connectives

public com.google.gwt.user.client.ui.Widget connectives(SingleFieldConstraint c,
                                                        String factClass)


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