org.glite.lb
public class SeqCode extends Object
Field Summary | |
---|---|
static int | CONDOR |
static int | CREAM |
static int | CREAMWMS |
static int | DUPLICATE |
static int | NORMAL |
static int | PBS |
Constructor Summary | |
---|---|
SeqCode()
Empty constructor which creates new instance of SeqCode with all values
equal 0 | |
SeqCode(int type, String seqCodeString)
Constructor which creates new instance of SeqCode with values set by user
in input attribute
|
Method Summary | |
---|---|
void | getSeqCodeFromString(int type, String seqCodeString)
Converts string representation of sequence code to format which is used
in this class.
|
void | incrementSeqCode(Sources src)
This method increments one specific part of sequence code given by part attribute
|
String | toString() |
Parameters: seqCodeString
Parameters: seqCodeString
Parameters: part part of sequence number which will be increased