org.drools.semantics.annotation.model
Class AnnonatedPojoRuleBuilder.KnowledgeHelperParameterValueFactory
java.lang.Object
org.drools.semantics.annotation.model.AnnonatedPojoRuleBuilder.KnowledgeHelperParameterValueFactory
- All Implemented Interfaces:
- AnnonatedPojoRuleBuilder.ParameterValueFactory
- Enclosing class:
- AnnonatedPojoRuleBuilder
public static class AnnonatedPojoRuleBuilder.KnowledgeHelperParameterValueFactory
- extends Object
- implements AnnonatedPojoRuleBuilder.ParameterValueFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnonatedPojoRuleBuilder.KnowledgeHelperParameterValueFactory
public AnnonatedPojoRuleBuilder.KnowledgeHelperParameterValueFactory()
getParameterValueType
public Class<? extends ParameterValue> getParameterValueType()
- Specified by:
getParameterValueType
in interface AnnonatedPojoRuleBuilder.ParameterValueFactory
create
public ParameterValue create(Rule rule,
Class<?> parameterClass,
java.lang.annotation.Annotation[] parameterAnnotations)
- Specified by:
create
in interface AnnonatedPojoRuleBuilder.ParameterValueFactory
Copyright © 2001-2005 The Codehaus. All Rights Reserved.