public final class PackageInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMON_TEMPLATE_DIR
Path to the folder that stores common templates (building blocks) to be reused in other
templates.
|
static java.lang.String |
DEFAULT_OUTDIR
The root folder for generated models.
|
static java.lang.String |
JAVA_EXT
Extension for Java-files.
|
static java.lang.String |
MODE_CLASS_FORMAT
Format string for the name of the class of a particular mode (nML).
|
static java.lang.String |
MODE_PACKAGE_FORMAT
Format string for the name of the package that stores modes (nML).
|
static java.lang.String |
MODEL_PACKAGE
The name of the root package for generated models.
|
static java.lang.String |
MODEL_PACKAGE_FORMAT
Format string for the package where the specified model is located.
|
static java.lang.String |
NML_TEMPLATE_DIR
Path to the folder that stores string templates (building blocks) for generating
model classes based on nML specifications.
|
static java.lang.String |
OP_CLASS_FORMAT
Format string for the name of the class of a particular op (nML).
|
static java.lang.String |
OP_PACKAGE_FORMAT
Format string for the name of the package that stores ops (nML).
|
static java.lang.String |
SHARED_CLASS_FORMAT
Format string for the name of the class that holds information on the microprocessor state and
other global data (context).
|
static java.lang.String |
SHARED_PACKAGE_FORMAT
Format string for the name of the package where we store information on the microprocessor
state and other global data (context).
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getModeFileFormat(java.lang.String outDir)
Format string for the file name of the class of a particular mode (nML).
|
static java.lang.String |
getModelFileFormat(java.lang.String outDir)
Format string for the main class file of the specified model.
|
static java.lang.String |
getModelOutDir(java.lang.String outDir)
The folder where the root package for generated models is located.
|
static java.lang.String |
getOpFileFormat(java.lang.String outDir)
Format string for the file name of the class of a particular op (nML).
|
static java.lang.String |
getSharedFileFormat(java.lang.String outDir)
Format string for the name of the class file that holds information on the microprocessor state
and other global data (context).
|
public static final java.lang.String JAVA_EXT
public static final java.lang.String COMMON_TEMPLATE_DIR
public static final java.lang.String NML_TEMPLATE_DIR
public static final java.lang.String DEFAULT_OUTDIR
public static final java.lang.String MODEL_PACKAGE
public static final java.lang.String MODEL_PACKAGE_FORMAT
public static final java.lang.String SHARED_PACKAGE_FORMAT
public static final java.lang.String SHARED_CLASS_FORMAT
public static final java.lang.String MODE_PACKAGE_FORMAT
public static final java.lang.String MODE_CLASS_FORMAT
public static final java.lang.String OP_PACKAGE_FORMAT
public static final java.lang.String OP_CLASS_FORMAT
public static final java.lang.String getModelOutDir(java.lang.String outDir)
public static java.lang.String getModelFileFormat(java.lang.String outDir)
public static java.lang.String getSharedFileFormat(java.lang.String outDir)
public static java.lang.String getModeFileFormat(java.lang.String outDir)
public static java.lang.String getOpFileFormat(java.lang.String outDir)