Class SuperTypeMatcher
- java.lang.Object
-
- org.drools.workbench.screens.guided.rule.client.editor.util.SuperTypeMatcher
-
public class SuperTypeMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description SuperTypeMatcher(org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidisThereAMatchingSuperType(String factType, String parameterType, org.uberfire.client.callbacks.Callback<Boolean> callback)voidisThereAMatchingSuperType(List<String> factTypes, String parameterType, org.uberfire.client.callbacks.Callback<Boolean> callback)
-