Drools Workbench - Guided Rule Editor - Client 6.2.0.Final

org.drools.workbench.screens.guided.rule.client.editor.util
Class SuperTypeMatcher

java.lang.Object
  extended by org.drools.workbench.screens.guided.rule.client.editor.util.SuperTypeMatcher

public class SuperTypeMatcher
extends Object


Constructor Summary
SuperTypeMatcher(org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
           
 
Method Summary
 void isThereAMatchingSuperType(List<String> factTypes, String parameterType, org.uberfire.client.callbacks.Callback<Boolean> callback)
           
 void isThereAMatchingSuperType(String factType, String parameterType, org.uberfire.client.callbacks.Callback<Boolean> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeMatcher

public SuperTypeMatcher(org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
Method Detail

isThereAMatchingSuperType

public void isThereAMatchingSuperType(List<String> factTypes,
                                      String parameterType,
                                      org.uberfire.client.callbacks.Callback<Boolean> callback)

isThereAMatchingSuperType

public void isThereAMatchingSuperType(String factType,
                                      String parameterType,
                                      org.uberfire.client.callbacks.Callback<Boolean> callback)

Drools Workbench - Guided Rule Editor - Client 6.2.0.Final

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