wt.tools.metamodel
Class MatchedElement

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

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

See Also:
Serialized Form

Field Summary
protected  ModelElement compareTo
           
 
Fields inherited from interface com.objectspace.jgl.UnaryPredicate
serialVersionUID
 
Constructor Summary
MatchedElement(ModelElement theProperty)
           
 
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

compareTo

protected ModelElement compareTo
Constructor Detail

MatchedElement

public MatchedElement(ModelElement theProperty)
Method Detail

execute

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