Uses of Class
org.drools.quarkus.quickstart.test.model.Light
-
Packages that use Light Package Description org.drools.quarkus.quickstart.test -
-
Uses of Light in org.drools.quarkus.quickstart.test
Methods in org.drools.quarkus.quickstart.test that return types with arguments of type Light Modifier and Type Method Description org.drools.ruleunits.api.DataStore<Light>HomeRuleUnitData. getLights()Method parameters in org.drools.quarkus.quickstart.test with type arguments of type Light Modifier and Type Method Description java.util.Collection<Alert>HomeAlertsBean. computeAlerts(java.util.Collection<Light> lights, java.util.Collection<CCTV> cameras, java.util.Collection<Smartphone> phones)Constructor parameters in org.drools.quarkus.quickstart.test with type arguments of type Light Constructor Description HomeRuleUnitData(org.drools.ruleunits.api.DataStore<Light> lights, org.drools.ruleunits.api.DataStore<CCTV> cctvs, org.drools.ruleunits.api.DataStore<Smartphone> smartphones)
-