Package org.drools.examples.broker.model
Class CompanyRegistry
- java.lang.Object
-
- org.drools.examples.broker.model.CompanyRegistry
-
public class CompanyRegistry extends Object
A helper class to load and return the list of companies
-
-
Constructor Summary
Constructors Constructor Description CompanyRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Company>getCompanies()CompanygetCompany(String symbol)
-
-
-
Method Detail
-
getCompanies
public Collection<Company> getCompanies()
-
-