wt.tools.metamodel
Class MatchedAssociation

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

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

See Also:
Serialized Form

Field Summary
protected  Association compareTo
           
 
Fields inherited from interface com.objectspace.jgl.UnaryPredicate
serialVersionUID
 
Constructor Summary
MatchedAssociation(Association theAssocation)
           
 
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 Association compareTo
Constructor Detail

MatchedAssociation

public MatchedAssociation(Association theAssocation)
Method Detail

execute

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