org.drools.xml
Class WrapperSemanticModule
java.lang.Object
org.drools.xml.WrapperSemanticModule
- All Implemented Interfaces:
- SemanticModule
public class WrapperSemanticModule
- extends Object
- implements SemanticModule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrapperSemanticModule
public WrapperSemanticModule(String uri,
SemanticModule module)
getUri
public String getUri()
- Specified by:
getUri
in interface SemanticModule
addHandler
public void addHandler(String name,
Handler handler)
- Specified by:
addHandler
in interface SemanticModule
getHandler
public Handler getHandler(String name)
- Specified by:
getHandler
in interface SemanticModule
getHandlerByClass
public Handler getHandlerByClass(Class<?> clazz)
- Specified by:
getHandlerByClass
in interface SemanticModule
getModule
public SemanticModule getModule()
setModule
public void setModule(SemanticModule module)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.