io.sarl.sre.janus.internal.eventguard.reflect
Class StaticReflectBehaviorGuardEvaluatorDictionary
@org.eclipse.xtext.xbase.lib.XbaseGenerated
final class StaticReflectBehaviorGuardEvaluatorDictionary
extends java.lang.Object
Dictionary of all the statically defined BehaviorGuardEvaluator methods for a specific class.

This class is thread-safe.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.11
Action Summary
Modifier and type Action and description
static java.util.Map<K,V> getAnnotedMethodsPerEvent(Class<T>)
Replies the declared methods for the guard evaluation into the given type.
Action Details
getAnnotedMethodsPerEvent(Class<T>)
def getAnnotedMethodsPerEvent(Class<T>) : java.util.Map<K,V>
Replies the declared methods for the guard evaluation into the given type.
Parameters:
listenerType - the type to explore.
Returns:
the declared methods for guard evaluation.