Uses of Interface
org.drools.model.Global
-
Packages that use Global Package Description org.drools.model org.drools.model.impl -
-
Uses of Global in org.drools.model
Subinterfaces of Global in org.drools.model Modifier and Type Interface Description interfaceUnitData<T>Methods in org.drools.model that return Global Modifier and Type Method Description static <T> Global<T>DSL. globalOf(java.lang.Class<T> type, java.lang.String pkg)static <T> Global<T>DSL. globalOf(java.lang.Class<T> type, java.lang.String pkg, java.lang.String name)static <T> Global<T>DSL. globalOf(TypeReference<T> type, java.lang.String pkg, java.lang.String name)Methods in org.drools.model that return types with arguments of type Global Modifier and Type Method Description java.util.List<Global>Model. getGlobals() -
Uses of Global in org.drools.model.impl
Classes in org.drools.model.impl that implement Global Modifier and Type Class Description classGlobalImpl<T>classUnitDataImpl<T>Methods in org.drools.model.impl that return types with arguments of type Global Modifier and Type Method Description java.util.List<Global>ModelImpl. getGlobals()Methods in org.drools.model.impl with parameters of type Global Modifier and Type Method Description ModelImplModelImpl. addGlobal(Global global)Method parameters in org.drools.model.impl with type arguments of type Global Modifier and Type Method Description ModelImplModelImpl. withGlobals(java.util.List<Global> globals)
-