wt.tools.generation.language
Class AttributeOrder

java.lang.Object
  extended bywt.tools.generation.language.AttributeOrder
All Implemented Interfaces:
com.objectspace.jgl.BinaryPredicate, Serializable

public final class AttributeOrder
extends Object
implements com.objectspace.jgl.BinaryPredicate

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.objectspace.jgl.BinaryPredicate
serialVersionUID
 
Constructor Summary
AttributeOrder()
           
 
Method Summary
 boolean execute(Object arg1, Object arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeOrder

public AttributeOrder()
Method Detail

execute

public boolean execute(Object arg1,
                       Object arg2)
Specified by:
execute in interface com.objectspace.jgl.BinaryPredicate