wt.tools.metamodel
Class MatchedConcreteOperation
java.lang.Object
wt.tools.metamodel.MatchedOperation
wt.tools.metamodel.MatchedDifferentOperation
wt.tools.metamodel.MatchedConcreteOperation
- All Implemented Interfaces:
- Serializable, com.objectspace.jgl.UnaryPredicate
- public final class MatchedConcreteOperation
- extends MatchedDifferentOperation
- See Also:
- Serialized Form
Fields inherited from interface com.objectspace.jgl.UnaryPredicate |
serialVersionUID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
protected String methodName
argTypes
protected String[] argTypes
MatchedConcreteOperation
public MatchedConcreteOperation(Operation theOperation)
execute
public boolean execute(Object arg)
- Specified by:
execute
in interface com.objectspace.jgl.UnaryPredicate
- Overrides:
execute
in class MatchedDifferentOperation