public interface KieModuleModel
KieModule
Modifier and Type | Method and Description |
---|---|
Map<String,KieBaseModel> |
getKieBaseModels()
Returns all the KieBaseModel defined in this KieModuleModel mapped by their names
|
KieBaseModel |
newKieBaseModel(String name)
Creates a new KieBaseModel with the given name and adds it to this KieModuleModel
|
void |
removeKieBaseModel(String name)
Removes the KieBaseModel with the give name from this KieModuleModel
|
String |
toXML()
Provides an XML representation of this KieModuleModel
|
KieBaseModel newKieBaseModel(String name)
name
- The name of the new KieBaseModel to be createdvoid removeKieBaseModel(String name)
name
- The name of the KieBaseModel to be removedMap<String,KieBaseModel> getKieBaseModels()
String toXML()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.