de.uni_paderborn.fujaba.codegen
Class UMLClassBodyRolesStrategy.RoleComparator

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.UMLClassBodyRolesStrategy.RoleComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
UMLClassBodyRolesStrategy

public static class UMLClassBodyRolesStrategy.RoleComparator
extends java.lang.Object
implements java.util.Comparator

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.6 $ $Date: 2004/10/20 17:49:37 $
Author:
$Author: schneider $

Constructor Summary
UMLClassBodyRolesStrategy.RoleComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

UMLClassBodyRolesStrategy.RoleComparator

public UMLClassBodyRolesStrategy.RoleComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator
Parameters:
o1 - No description provided
o2 - No description provided
Returns:
No description provided
See Also:
Comparator.compare(java.lang.Object, java.lang.Object)