wt.tools.metamodel
Class MatchedOperation

java.lang.Object
  extended bywt.tools.metamodel.MatchedOperation
All Implemented Interfaces:
Serializable, com.objectspace.jgl.UnaryPredicate
Direct Known Subclasses:
MatchedDifferentOperation

public class MatchedOperation
extends Object
implements com.objectspace.jgl.UnaryPredicate

See Also:
Serialized Form

Field Summary
protected  String[] argTypes
           
protected  String methodName
           
 
Fields inherited from interface com.objectspace.jgl.UnaryPredicate
serialVersionUID
 
Constructor Summary
MatchedOperation(Operation theOperation)
           
 
Method Summary
 boolean execute(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected String methodName

argTypes

protected String[] argTypes
Constructor Detail

MatchedOperation

public MatchedOperation(Operation theOperation)
Method Detail

execute

public boolean execute(Object arg)
Specified by:
execute in interface com.objectspace.jgl.UnaryPredicate