Package | Description |
---|---|
org.cip4.jdflib.core | |
org.cip4.jdflib.pool | |
org.cip4.jdflib.resource | |
org.cip4.jdflib.resource.process | |
org.cip4.jdflib.util |
Modifier and Type | Method and Description |
---|---|
Vector<JDFResource.EnumPartIDKey> |
JDFResourceLink.getPipePartIDKeysEnum()
Gets an enumerated list of all valid pipe part keys for this resource
|
Modifier and Type | Method and Description |
---|---|
void |
JDFResourceLink.setPartition(JDFResource.EnumPartIDKey key,
String value)
shorthand if only one part is required, should be set to key = value
|
Modifier and Type | Method and Description |
---|---|
VString |
JDFResourceLinkPool.getPartValues(JDFResource.EnumPartIDKey partType)
GetPartValues - get a list of the values for attribute partType within the leaves of all linked resources
|
Modifier and Type | Method and Description |
---|---|
static JDFResource.EnumPartIDKey |
JDFResource.EnumPartIDKey.getEnum(int enumValue) |
static JDFResource.EnumPartIDKey |
JDFResource.EnumPartIDKey.getEnum(String enumName) |
Modifier and Type | Method and Description |
---|---|
static List<JDFResource.EnumPartIDKey> |
JDFResource.EnumPartIDKey.getEnumList() |
Vector<JDFResource.EnumPartIDKey> |
JDFCuttingParams.getImplicitPartitions()
get the vector of implicitly defined partition keys that MUST NOT be used in the resource
|
Vector<JDFResource.EnumPartIDKey> |
JDFResource.getImplicitPartitions()
Gets a list of all partition keys that this resource may be implicitly partitioned by, e.g.
|
Vector<JDFResource.EnumPartIDKey> |
JDFResource.getPipePartIDKeysEnum()
Gets a list of all valid pipe part key enums for this resource
|
static Iterator<JDFResource.EnumPartIDKey> |
JDFResource.EnumPartIDKey.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
JDFResource.addPartIDKey(JDFResource.EnumPartIDKey partType)
Adds a new PartIDKey to the root first checks for existence
|
JDFResource |
JDFResource.addPartition(JDFResource.EnumPartIDKey partType,
String value)
Adds a new part to this node, also handles PartIDKeys in the root etc.
|
JDFResource |
JDFResource.PartionGetter.addPartition(JDFResource.EnumPartIDKey partType,
String value)
Deprecated.
|
JDFResource |
JDFResource.addPartition(JDFResource.EnumPartIDKey partType,
org.apache.commons.lang.enums.ValuedEnum enumPart)
Adds a new part to this node, also handles PartIDKeys in the root etc. convenience method to allow for partIDKey enums rather than strings
|
VElement |
JDFResource.addPartitions(JDFResource.EnumPartIDKey partType,
VString values)
Creates parts of part type 'partType' with values as defined in 'values'; the number of values is defined by the number of elements in 'values'
|
void |
JDFResource.addPipePartIDKey(JDFResource.EnumPartIDKey partType)
Adds a new PipePartIDKey to the root, first checks for existence
|
boolean |
JDFResource.consistentPartIDKeys(JDFResource.EnumPartIDKey key)
Tests, if this leaf has a consistent PartIDKey as specified by key
|
protected boolean |
JDFResource.consistentPartIDKeys(JDFResource.EnumPartIDKey key,
JDFResource root,
VString partIDKeys)
Tests, if this leaf has a consistent PartIDKey as specified by key
|
boolean |
JDFResource.consistentPipePartIDKeys(JDFResource.EnumPartIDKey key)
Tests, if this leaf has a consistent PartIDKey as specified by key
|
JDFResource |
JDFResource.getCreatePartition(JDFResource.EnumPartIDKey key,
String value,
VString vPartIDKeys)
Gets the first part that matches key-value if it does not exist, create it
|
JDFResource |
JDFResource.getPartition(JDFResource.EnumPartIDKey key,
String value,
boolean bIncomplete)
Deprecated.
use getPartition(JDFAttributeMap m, JDFResource.EnumPartUsage partUsage)
|
VElement |
JDFResource.getPartitionVector(JDFResource.EnumPartIDKey key,
String value,
boolean bIncomplete)
Deprecated.
use getPartitionVector(JDFAttributeMap m, EnumPartUsage partUsage)
|
VString |
JDFResource.getPartValues(JDFResource.EnumPartIDKey partType)
Gets a list of the values for attribute part type within the leaves
|
boolean |
JDFResource.hasPipePartIDKey(JDFResource.EnumPartIDKey key)
Tests, if this leaf has a PipePartIDKey as specified by key
|
void |
JDFResource.setPartIDKey(JDFResource.EnumPartIDKey key,
String value)
Sets the value of attribute, specified by key
|
void |
JDFResource.setPipePartIDKey(JDFResource.EnumPartIDKey key,
String value)
Sets the value of attibute, specified by key
|
Modifier and Type | Method and Description |
---|---|
Vector<JDFResource.EnumPartIDKey> |
JDFCutBlock.getImplicitPartitions()
get the vector of implicitly define partition keys that MUST NOT be used in the resource
|
Vector<JDFResource.EnumPartIDKey> |
JDFRunList.getImplicitPartitions() |
Vector<JDFResource.EnumPartIDKey> |
JDFTransferCurve.getImplicitPartitions()
get the vector of implicitly define partition keys that MUST NOT be used in the resource
|
Vector<JDFResource.EnumPartIDKey> |
JDFColorantControl.getImplicitPartitions()
get a list of all partition keys that this resource may be implicitly partitioned by e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCounter.addIgnorePart(JDFResource.EnumPartIDKey key)
set the partIDKeys to be ignored
|
Copyright © 2018. All rights reserved.