All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addTypeToCPI(int pos)
add a CPI process
|
ResourceHelper |
appendPartition(JDFAttributeMap partMap,
boolean addRes) |
ResourceHelper |
appendPartition(String partKey,
String partValue,
boolean addRes)
convenience ...
|
void |
cleanUp()
generic cleanup routine
|
JDFIntegerList |
getCombinedProcessIndex() |
ResourceHelper |
getCreatePartition(int index,
boolean addRes) |
ResourceHelper |
getCreatePartition(JDFAttributeMap map,
boolean addRes) |
ResourceHelper |
getCreatePartition(String partKey,
String partValue,
boolean addRes)
convenience ...
|
Vector<ResourceHelper> |
getCreatePartitions(VJDFAttributeMap vmap,
boolean addRes)
creates 1 partition for each entry in the map
|
ResourceHelper |
getCreateVPartition(VJDFAttributeMap vmap,
boolean addRes)
get an existing partition with at least a matching partmap
|
VString |
getDependentJobParts() |
String |
getDescriptiveName() |
SetHelper.EnumFamily |
getFamily() |
String |
getName() |
ResourceHelper |
getPartition(int index) |
ResourceHelper |
getPartition(JDFAttributeMap map) |
ResourceHelper |
getPartition(String id)
get a partition by id
|
ResourceHelper |
getPartition(String key,
String value) |
ResourceHelper |
getPartition(VJDFAttributeMap vmap) |
String |
getPartitionName() |
Vector<ResourceHelper> |
getPartitions() |
Vector<ResourceHelper> |
getPartitions(JDFAttributeMap map) |
Vector<ResourceHelper> |
getPartitions(VJDFAttributeMap vmap) |
VJDFAttributeMap |
getPartMapVector() |
String |
getProcessUsage() |
KElement |
getSet() |
static String |
getSetName(KElement e) |
static String |
getSetName(String setName) |
JDFResourceLink.EnumUsage |
getUsage() |
XJDFHelper |
getXJDF() |
int |
indexOf(ResourceHelper bsHelper) |
ResourceHelper |
insertPartitionBefore(ResourceHelper e,
JDFAttributeMap map,
boolean addRes) |
static boolean |
isSet(KElement e)
is the element a set?
|
static boolean |
isSet(String localName)
is the element name a set?
|
void |
removeIDs() |
void |
removePartitions()
remove all partitions in this set
|
void |
removeTypeFromCPI(int pos)
remove a CPI process
|
void |
setCombinedProcessIndex(JDFIntegerList cpi) |
void |
setDescriptiveName(String descriptiveName) |
void |
setID(String newID) |
void |
setName(String name) |
void |
setProcessUsage(String processUsage) |
void |
setUsage(JDFResourceLink.EnumUsage value) |
String |
toString() |