| Package | Description |
|---|---|
| org.cip4.jdflib.resource |
| Modifier and Type | Field and Description |
|---|---|
static JDFResource.EnumPartUsage |
JDFResource.EnumPartUsage.Explicit |
static JDFResource.EnumPartUsage |
JDFResource.EnumPartUsage.Implicit |
static JDFResource.EnumPartUsage |
JDFResource.EnumPartUsage.Sparse |
| Modifier and Type | Method and Description |
|---|---|
static JDFResource.EnumPartUsage |
JDFResource.EnumPartUsage.getEnum(int enumValue) |
static JDFResource.EnumPartUsage |
JDFResource.EnumPartUsage.getEnum(String enumName) |
JDFResource.EnumPartUsage |
JDFResource.getPartUsage()
Gets typesafe enumerated value of attribute PartUsage; defaults to PartUsage_Explicit unless setUnpartitiondImplicit(true)
has been called and the resource is not partitioned, in which case PartUsage_Implicit is called.
|
| Modifier and Type | Method and Description |
|---|---|
JDFResource |
JDFResource.getDeepPart(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets a matching part from somewhere down there,
returns the closest ancestor of all matching elements within the target vector |
protected JDFResource |
JDFResource.PartitionGetter.getDeepPart(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets a matching part from somewhere down there,
returns the closest ancestor of all matching elements within the target vector |
protected void |
JDFResource.PartitionGetter.getDeepPartVector(JDFResource r,
JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage,
int resourceDepth,
int mapDepth,
VElement fillReturn) |
JDFResource |
JDFResource.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
JDFResource |
JDFResource.PartitionGetter.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
VElement |
JDFResource.getPartitionLeafVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.PartitionGetter.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.getPartitionVector(VJDFAttributeMap vm,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.PartitionGetter.getPartitionVector(VJDFAttributeMap vm,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
void |
JDFResource.setPartUsage(JDFResource.EnumPartUsage value)
Sets attribute PartUsage
|
Copyright © 2015. All rights reserved.