|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JDFResourceLink in org.cip4.jdflib.core |
|---|
| Subclasses of JDFResourceLink in org.cip4.jdflib.core | |
|---|---|
class |
JDFPartAmount
This class represents a JDF-ResourceLink/AmountPool/PartAmount element it inherits may methods fro ResourceLink, since PartAmount specifies ResourceLink properties of a partition |
| Uses of JDFResourceLink in org.cip4.jdflib.extensions |
|---|
| Methods in org.cip4.jdflib.extensions with parameters of type JDFResourceLink | |
|---|---|
protected void |
XJDF20.WalkResourceAudit.copyLinkValues(KElement raNew,
JDFResourceLink rl,
String val)
|
| Uses of JDFResourceLink in org.cip4.jdflib.extensions.xjdfwalker |
|---|
| Methods in org.cip4.jdflib.extensions.xjdfwalker with parameters of type JDFResourceLink | |
|---|---|
protected void |
XJDFToJDFConverter.moveAmountsToLink(JDFAttributeMap partmap,
JDFAttributeMap map,
JDFResourceLink rl)
|
protected void |
XJDFToJDFConverter.moveToLink(JDFResourceLink rl,
JDFAttributeMap partmap,
JDFAttributeMap map,
String a)
|
| Uses of JDFResourceLink in org.cip4.jdflib.jmf |
|---|
| Methods in org.cip4.jdflib.jmf that return JDFResourceLink | |
|---|---|
JDFResourceLink |
JDFPipeParams.appendResourceLink(String linkName,
boolean bInput)
append ResourceLink |
JDFResourceLink |
JDFPipeParams.getResourceLink()
Gets the ResourceLink from the PipeParams element |
| Methods in org.cip4.jdflib.jmf with parameters of type JDFResourceLink | |
|---|---|
JDFJMF |
JMFBuilder.buildResourceSignal(boolean bExact,
JDFResourceLink resLink)
build a JMF Status query |
static JDFResourceInfo |
JDFResourceInfo.createResourceInfo(JDFMessage parent,
JDFResourceLink resourceLink,
boolean copyResource)
create a resourceInfo in parent based on resourceLink |
void |
JDFResourceQuParams.setLink(JDFResourceLink resourceLink)
sets all relevant parameters of this to the values specified in resourceLink or its linked resource or JDF node |
void |
JDFResourceInfo.setLink(JDFResourceLink resourceLink,
boolean copyResource)
fill a ResourceInfo from resourceLink |
void |
JDFResourceInfo.setLink(JDFResourceLink resourceLink,
JDFResourceQuParams rqp)
sets all relevant parameters of this to the values specified in resourceLink or its linked resource or JDF node |
| Uses of JDFResourceLink in org.cip4.jdflib.node |
|---|
| Methods in org.cip4.jdflib.node that return JDFResourceLink | |
|---|---|
JDFResourceLink |
JDFNode.ensureLink(JDFResource jdfResource,
JDFResourceLink.EnumUsage usage,
JDFNode.EnumProcessUsage processUsage)
ensureLink: if it does not yet exist, create a resourceLink in the resourceLinkPool that refers to the resource jdfResource also sets the appropriate combined process index |
JDFResourceLink |
JDFNode.CombinedProcessLinkHelper.getCreateLinkForType(JDFNode.EnumType type)
get the links that are selected by a given CombinedProcessIndex all links with no CombinedProcessIndex are included in the list |
JDFResourceLink |
JDFNode.getLink(int index,
String linkName,
JDFAttributeMap mLinkAtt,
String linkNS)
getLink - get the n'th link matching mLinkAtt out of the resource link pool |
JDFResourceLink |
JDFNode.getLink(JDFResource r,
boolean bInput)
Deprecated. use getLink(resource, EnumUsage) |
JDFResourceLink |
JDFNode.getLink(JDFResource r,
JDFResourceLink.EnumUsage usage)
getLink - get the resourcelink that resides in the ResourceLinkPool of this node and references the resource r |
JDFResourceLink |
JDFNode.CombinedProcessLinkHelper.getLinkForCombinedProcessIndex(int combinedProcessIndex,
int skip)
get the link that is selected by a given CombinedProcessIndex links with no CombinedProcessIndex are included in the list |
JDFResourceLink |
JDFNode.getMatchingLink(String resName,
JDFNode.EnumProcessUsage processUsage,
int pos)
get the link that matches the typesafe resource name if the Resource type is not defined for the process represented by this node, the link is ignored (see JDF Spec Chapter 6) |
JDFResourceLink |
JDFNode.linkMatchingResource(JDFResource resource,
JDFNode.EnumProcessUsage processUsage,
JDFAttributeMap partMap)
Append a resource that matches the typesafe link described by resource name |
JDFResourceLink |
JDFNode.linkResource(JDFResource jdfResource,
boolean input,
boolean bForce)
Deprecated. use linkResource(enum) |
JDFResourceLink |
JDFNode.linkResource(JDFResource jdfResource,
JDFResourceLink.EnumUsage usage,
JDFNode.EnumProcessUsage processUsage)
LinkResource: create a resourceLink in the resourceLinkPool that refers to the resource jdfResource also sets the appropriate combined process index |
| Methods in org.cip4.jdflib.node with parameters of type JDFResourceLink | |
|---|---|
JDFResourceAudit |
JDFNode.cloneResourceToModify(JDFResourceLink resLink)
clone the target resource of this and generate a ResourceAudit in the parent node's AuditPool. |
static void |
JDFNode.CombinedProcessIndexHelper.generateCombinedProcessIndex(JDFResource jdfResource,
JDFResourceLink.EnumUsage usage,
JDFNode.EnumProcessUsage processUsage,
JDFResourceLink resourceLink,
VString types)
|
VJDFAttributeMap |
JDFNode.getExecutablePartitions(JDFResourceLink link,
JDFResource.EnumResStatus minStatus)
Deprecated. only for backward compatibility !!! |
VJDFAttributeMap |
JDFNode.getExecutablePartitions(JDFResourceLink link,
JDFResource.EnumResStatus minStatus,
boolean bCheckNodeStatus)
Gets the executable partitions of the resource in this node (with corresponding resource link). |
VJDFAttributeMap |
JDFNode.getExecutablePartitions(JDFResourceLink link,
JDFResource res,
JDFResource.EnumResStatus minStatus)
Deprecated. use getExecutablePartitions(link, minStatus); |
boolean |
JDFNode.isValidLink(JDFElement.EnumValidationLevel level,
JDFResourceLink rl,
Vector<Integer> doneNameList,
Vector<Integer> doneIndexList)
isValidLink check whether an index is legal for this class |
JDFResourceAudit |
JDFNode.prepareToModifyLink(JDFResourceLink resLink)
Generate a ResourceAudit in the parent node's AuditPool an initial copy of the not yet modified resourcelink is inserted call JDFResourceAudit.UpdateLink with the modified link to finalize |
| Uses of JDFResourceLink in org.cip4.jdflib.pool |
|---|
| Methods in org.cip4.jdflib.pool that return JDFResourceLink | |
|---|---|
JDFResourceLink |
JDFResourceLinkPool.appendResource(JDFResource r,
boolean input,
boolean bForce)
Deprecated. |
JDFResourceLink |
JDFResourceLinkPool.getLink(JDFResource r,
JDFResourceLink.EnumUsage usage,
JDFNode.EnumProcessUsage processUsage)
getLink - get the resourcelink that resides in the ResourceLinkPool of this node and references the resource r default: getLink(r, EnumUsage.Input, null) |
JDFResourceLink |
JDFResourceLinkPool.getPoolChild(int i,
String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
get a child resource from the pool matching the parameters |
JDFResourceLink |
JDFResourceLinkPool.linkResource(JDFResource r,
JDFResourceLink.EnumUsage usage,
JDFNode.EnumProcessUsage processUsage)
linkResource - link resource r to this link pool default: linkResource(r, usage, null) |
| Uses of JDFResourceLink in org.cip4.jdflib.resource |
|---|
| Methods in org.cip4.jdflib.resource that return JDFResourceLink | |
|---|---|
JDFResourceLink |
JDFResourceAudit.addNewLink(JDFResource r,
boolean bInput)
Deprecated. use addNewOldLink(true,...) |
JDFResourceLink |
JDFResourceAudit.addNewOldLink(boolean bNew,
JDFResource r,
boolean bInput)
Deprecated. use addNewOldLink(bNew, r, bInput ? EnumUsage.Input : EnumUsage.Output); |
JDFResourceLink |
JDFResourceAudit.addNewOldLink(boolean bNew,
JDFResource r,
JDFResourceLink.EnumUsage usage)
add a link to one of the resources |
JDFResourceLink |
JDFResourceAudit.addOldLink(JDFResource r,
boolean bInput)
Deprecated. use addNewOldLink(false,...) |
JDFResourceLink |
JDFPhaseTime.getLink(int iSkip)
return the ResourceLink in this, null if none exists |
JDFResourceLink |
JDFResourceAudit.getNewLink()
add a link to the new resource |
JDFResourceLink |
JDFResourceAudit.getNewOldLink(boolean bNew)
add a link to one of the resources |
JDFResourceLink |
JDFResourceAudit.getOldLink()
add a link to the new resource |
JDFResourceLink |
JDFResourceAudit.updateLink(JDFResourceLink newLink)
replace |
| Methods in org.cip4.jdflib.resource with parameters of type JDFResourceLink | |
|---|---|
JDFResourceLink |
JDFResourceAudit.updateLink(JDFResourceLink newLink)
replace |
| Uses of JDFResourceLink in org.cip4.jdflib.util |
|---|
| Methods in org.cip4.jdflib.util that return JDFResourceLink | |
|---|---|
JDFResourceLink[] |
StatusCounter.getAmountLinks()
get all total amounts of all tracked resources |
| Methods in org.cip4.jdflib.util with parameters of type JDFResourceLink | |
|---|---|
void |
StatusUtil.setCopyResInResInfo(JDFResourceLink rl,
boolean b)
Deprecated. set copying the resource into resourceInfo on or off for the resourcelink rl |
void |
StatusUtil.setTrackWaste(JDFResourceLink rl,
boolean b)
Deprecated. set waste tracking on or off for the resourcelink rl |
| Constructors in org.cip4.jdflib.util with parameters of type JDFResourceLink | |
|---|---|
StatusUtil.AmountBag(JDFResourceLink rl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||