de.cau.cs.kieler.kaom.importer.ptolemy
Class PtolemyImporterConstants

java.lang.Object
  extended by de.cau.cs.kieler.kaom.importer.ptolemy.PtolemyImporterConstants

public final class PtolemyImporterConstants
extends Object

Contains constants commonly used in the plug-in. This class is not to be instantiated.

Rating red

Field Summary
static String[] PTOLEMY_FILE_EXTENSIONS
          The possible extensions for Ptolemy diagram files.
static String TARGET_FILE_EXTENSION
          Our target file extension.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PTOLEMY_FILE_EXTENSIONS

public static final String[] PTOLEMY_FILE_EXTENSIONS
The possible extensions for Ptolemy diagram files.


TARGET_FILE_EXTENSION

public static final String TARGET_FILE_EXTENSION
Our target file extension.

See Also:
Constant Field Values