com.tensegrity.generic.attribute
Class AttributeComparators

java.lang.Object
  extended bycom.tensegrity.generic.attribute.AttributeComparators

public class AttributeComparators
extends java.lang.Object

Comparison of Attributes can be done with these attribute comparators which compares attributes based on their names. The sorting order can be ascending (AscendingAttributeComparator) or descending (DescendingAttributeComparator).

Version:
$Id: AttributeComparators.java,v 1.5 2006/01/26 17:15:08 MichaelKegel Exp $
Author:
S. Rutz

Nested Class Summary
static class AttributeComparators.AscendingAttributeComparator
          This comparator sorts elements by name in an ascending order.
static class AttributeComparators.DescendingAttributeComparator
          This comparator sorts elements by name in a descending order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.