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 PTOLEMY_INTERNAL_FILE_EXTENSION
          The file extension internally used for temporary Ptolemy model files.
static String TARGET_DIAGRAM_FILE_EXTENSION
          Our target file extension for diagram files.
static String TARGET_MODEL_FILE_EXTENSION
          Our target file extension for model files.
 
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.


PTOLEMY_INTERNAL_FILE_EXTENSION

public static final String PTOLEMY_INTERNAL_FILE_EXTENSION
The file extension internally used for temporary Ptolemy model files.

See Also:
Constant Field Values

TARGET_MODEL_FILE_EXTENSION

public static final String TARGET_MODEL_FILE_EXTENSION
Our target file extension for model files.

See Also:
Constant Field Values

TARGET_DIAGRAM_FILE_EXTENSION

public static final String TARGET_DIAGRAM_FILE_EXTENSION
Our target file extension for diagram files.

See Also:
Constant Field Values