Package | Description |
---|---|
org.cip4.jdflib.core | |
org.cip4.jdflib.extensions | |
org.cip4.jdflib.jmf | |
org.cip4.jdflib.pool |
Modifier and Type | Class and Description |
---|---|
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
|
class |
JDFResourceLink |
Modifier and Type | Class and Description |
---|---|
class |
PartitionHelper
Deprecated.
use
ResourceHelper |
class |
ResourceHelper |
Modifier and Type | Class and Description |
---|---|
class |
JDFResourceInfo |
Modifier and Type | Method and Description |
---|---|
static double |
JDFAmountPool.AmountPoolHelper.getAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute Amount, defaults to the value of Amount for the linked partition
|
static JDFAmountPool.AmountMap |
JDFAmountPool.AmountPoolHelper.getAmountMap(IAmountPoolContainer poolParent,
VString vPartIDKeys)
get an amountmap for the Amountpool of poolParent
|
static String |
JDFAmountPool.AmountPoolHelper.getAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String nameSpaceURI,
JDFAttributeMap mPart,
int iSkip)
returns the attribute occurrence in PartAmount, or the default in the ResourceLink
|
static String |
JDFAmountPool.AmountPoolHelper.getAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String nameSpaceURI,
VJDFAttributeMap vPart)
returns the attribute occurrence in PartAmount, or the default in the ResourceLink
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolDouble(IAmountPoolContainer poolParent,
String attName,
JDFAttributeMap mPart)
get the sum of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e. mPart is a
submap of the searched PartAmount elements
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolDouble(IAmountPoolContainer poolParent,
String attName,
VJDFAttributeMap vPart)
get the exactly matching AmountPool/PartAmount/@AttName as a double
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolMinDouble(IAmountPoolContainer poolParent,
String attName,
JDFAttributeMap mPart)
get the minimum value of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e.
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolSumDouble(IAmountPoolContainer poolParent,
String attName,
VJDFAttributeMap vPart)
gets the sum of all matching tags, with the assumption that no condition defaults to good
|
static double |
JDFAmountPool.AmountPoolHelper.getMaxAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute MaxAmount, defaults to getAmount if MinAmount is not set
|
static double |
JDFAmountPool.AmountPoolHelper.getMinAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute MinAmount, defaults to getAmount if MinAmount is not set
|
static void |
JDFAmountPool.AmountPoolHelper.setAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String value,
String nameSpaceURI,
JDFAttributeMap mPart)
sets the attribute occurence in the appropriate PartAmount when called for a resourceLink and creates the AmountPool and/or PartAmount if it is not
yet there
|
static void |
JDFAmountPool.AmountPoolHelper.setAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String value,
String nameSpaceURI,
VJDFAttributeMap vPart)
sets the attribute occurence in the appropriate PartAmount when called for a resourceLink and creates the AmountPool and/or PartAmount(s) if they are
not yet there
|
Copyright © 2018. All rights reserved.