wt.tools.metamodel
Class MatchedConcreteOperation

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

public final class MatchedConcreteOperation
extends MatchedDifferentOperation

See Also:
Serialized Form

Field Summary
protected  String[] argTypes
           
protected  String methodName
           
 
Fields inherited from class wt.tools.metamodel.MatchedDifferentOperation
method
 
Fields inherited from interface com.objectspace.jgl.UnaryPredicate
serialVersionUID
 
Constructor Summary
MatchedConcreteOperation(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

MatchedConcreteOperation

public MatchedConcreteOperation(Operation theOperation)
Method Detail

execute

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