ptolemy.codegen.java.kernel.type.polymorphic
Class AlphabetizeOperation

java.lang.Object
  extended by ptolemy.codegen.java.kernel.type.polymorphic.AlphabetizeOperation

public class AlphabetizeOperation
extends java.lang.Object

A utility class for alphabetizing code blocks in a code template file.

Since:
Ptolemy II 8.0
Version:
$Id: AlphabetizeOperation.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Man-Kit Leung
Accepted Rating:
Red (mankit)
Proposed Rating:
Red (mankit)

Constructor Summary
AlphabetizeOperation()
           
 
Method Summary
static void main(java.lang.String[] args)
          Alphabetize all the blocks in the files in $CLASSPATH/ptolemy/codegen/java/kernel/type/polymorphic/.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphabetizeOperation

public AlphabetizeOperation()
Method Detail

main

public static void main(java.lang.String[] args)
Alphabetize all the blocks in the files in $CLASSPATH/ptolemy/codegen/java/kernel/type/polymorphic/.

Parameters:
args - Not used.