Package org.drools.model.impl
Class ModelImpl
java.lang.Object
org.drools.model.impl.ModelImpl
- All Implemented Interfaces:
Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTypeMetaData(TypeMetaData typeMetaData) getName()getRules()withGlobals(List<Global> globals) withQueries(List<Query> queries) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.model.Model
getPackageName
-
Constructor Details
-
ModelImpl
public ModelImpl() -
ModelImpl
-
-
Method Details
-
getName
-
getRules
-
getGlobals
- Specified by:
getGlobalsin interfaceModel
-
getQueries
- Specified by:
getQueriesin interfaceModel
-
getTypeMetaDatas
- Specified by:
getTypeMetaDatasin interfaceModel
-
getEntryPoints
- Specified by:
getEntryPointsin interfaceModel
-
withRules
-
addTypeMetaData
-
addRule
-
addQuery
-
withQueries
-
withGlobals
-
addGlobal
-