cz.cuni.amis.pogamut.sposh.executor
Class BehaviorWorkExecutor.BehaviorMethod

Package class diagram package BehaviorWorkExecutor.BehaviorMethod
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.executor.BehaviorWorkExecutor.BehaviorMethod
Enclosing class:
BehaviorWorkExecutor

protected class BehaviorWorkExecutor.BehaviorMethod
extends Object

Class for storing methods that can be executed as primitives.


Field Summary
 Object behavior
           
 Method method
           
 
Constructor Summary
BehaviorWorkExecutor.BehaviorMethod(Object behavior, Method method)
          Create new behavior method.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

behavior

public final Object behavior

method

public final Method method
Constructor Detail

BehaviorWorkExecutor.BehaviorMethod

public BehaviorWorkExecutor.BehaviorMethod(Object behavior,
                                           Method method)
Create new behavior method.



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.