wt.tools.metamodel
Class MatchedDifferentOperation

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

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

See Also:
Serialized Form

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

method

protected Operation method
Constructor Detail

MatchedDifferentOperation

public MatchedDifferentOperation(Operation theOperation)
Method Detail

execute

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