Uses of Interface
org.cip4.jdflib.ifaces.IAmountPoolContainer

Packages that use IAmountPoolContainer
org.cip4.jdflib.core   
org.cip4.jdflib.extensions   
org.cip4.jdflib.jmf   
org.cip4.jdflib.pool   
 

Uses of IAmountPoolContainer in org.cip4.jdflib.core
 

Classes in org.cip4.jdflib.core that implement IAmountPoolContainer
 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
           
 

Uses of IAmountPoolContainer in org.cip4.jdflib.extensions
 

Classes in org.cip4.jdflib.extensions that implement IAmountPoolContainer
 class PartitionHelper
           
 

Uses of IAmountPoolContainer in org.cip4.jdflib.jmf
 

Classes in org.cip4.jdflib.jmf that implement IAmountPoolContainer
 class JDFResourceInfo
           
 

Uses of IAmountPoolContainer in org.cip4.jdflib.pool
 

Methods in org.cip4.jdflib.pool with parameters of type IAmountPoolContainer
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 © 2013. All Rights Reserved.