Package | Description |
---|---|
edu.isi.pegasus.planner.classes |
Modifier and Type | Field and Description |
---|---|
protected PegasusFile.LINKAGE |
PegasusFile.mLink
Linkage of the file.
|
Modifier and Type | Method and Description |
---|---|
PegasusFile.LINKAGE |
PegasusFile.getLinkage()
Returns the linkage for the file during parsing.
|
static PegasusFile.LINKAGE |
PegasusFile.LINKAGE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PegasusFile.LINKAGE[] |
PegasusFile.LINKAGE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PegasusFile.setLinkage(PegasusFile.LINKAGE link)
Sets the linkage for the file during parsing.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.