Uses of Interface
org.drools.core.xml.SemanticModule
-
Packages that use SemanticModule Package Description org.drools.core.xml -
-
Uses of SemanticModule in org.drools.core.xml
Classes in org.drools.core.xml that implement SemanticModule Modifier and Type Class Description classChangeSetSemanticModuleclassDefaultSemanticModuleclassWrapperSemanticModuleFields in org.drools.core.xml with type parameters of type SemanticModule Modifier and Type Field Description Map<String,SemanticModule>SemanticModules. modulesMethods in org.drools.core.xml that return SemanticModule Modifier and Type Method Description SemanticModuleWrapperSemanticModule. getModule()SemanticModuleSemanticModules. getSemanticModule(String uri)Methods in org.drools.core.xml with parameters of type SemanticModule Modifier and Type Method Description voidSemanticModules. addSemanticModule(SemanticModule module)voidWrapperSemanticModule. setModule(SemanticModule module)Constructors in org.drools.core.xml with parameters of type SemanticModule Constructor Description WrapperSemanticModule(String uri, SemanticModule module)
-