|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.spring.metadata.AccessAndReturnTypeMethodMetadataSource
public class AccessAndReturnTypeMethodMetadataSource
A method will be considered a condition if: - method is public - method returns boolean - method has at least a one parameter A method will be considered a consequence if: - method is public - method returns void
Constructor Summary | |
---|---|
AccessAndReturnTypeMethodMetadataSource()
|
Method Summary | |
---|---|
MethodMetadata |
getMethodMetadata(java.lang.reflect.Method method)
|
void |
setStoppingClass(java.lang.Class stoppingClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessAndReturnTypeMethodMetadataSource()
Method Detail |
---|
public void setStoppingClass(java.lang.Class stoppingClass)
setStoppingClass
in interface StoppingClassCapable
public MethodMetadata getMethodMetadata(java.lang.reflect.Method method)
getMethodMetadata
in interface MethodMetadataSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |