Uses of Class
org.cip4.jdflib.datatypes.VJDFAttributeMap

Packages that use VJDFAttributeMap
org.cip4.jdflib.core   
org.cip4.jdflib.datatypes   
org.cip4.jdflib.extensions   
org.cip4.jdflib.extensions.xjdfwalker   
org.cip4.jdflib.goldenticket   
org.cip4.jdflib.ifaces   
org.cip4.jdflib.jmf   
org.cip4.jdflib.node   
org.cip4.jdflib.pool   
org.cip4.jdflib.resource   
org.cip4.jdflib.resource.process   
org.cip4.jdflib.util   
 

Uses of VJDFAttributeMap in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return VJDFAttributeMap
 VJDFAttributeMap JDFResourceLink.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFRefElement.getPartMapVector()
          Deprecated. 060310 not more than one is allowed - use getPartMap
 VJDFAttributeMap JDFPartAmount.getPartMapVector()
          gets part map vector
protected  VJDFAttributeMap JDFElement.getPartMapVector()
          GetPartMapVector returns a vector of partmaps, null if no parts are present
 VJDFAttributeMap JDFAudit.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourceLink.getResourcePartMapVector()
          get part map vector as defined by the linked resource.
 

Methods in org.cip4.jdflib.core with parameters of type VJDFAttributeMap
 String JDFResourceLink.getAmountPoolAttribute(String attrib, String nameSpaceURI, VJDFAttributeMap vPart)
          returns the attribute occurence in PartAmount, or the default in the ResourceLink
 double JDFResourceLink.getAmountPoolDouble(String attName, VJDFAttributeMap vPart)
          get the exactly matching AmountPool/PartAmount/@AttName as a double
 double JDFResourceLink.getAmountPoolSumDouble(String attName, VJDFAttributeMap vPart)
           
 void JDFResourceLink.setAmountPoolAttribute(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
 void JDFResourceLink.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
protected  void JDFElement.setPartMapVector(VJDFAttributeMap vPart)
          sets all parts to those defined in vParts
 

Uses of VJDFAttributeMap in org.cip4.jdflib.datatypes
 

Methods in org.cip4.jdflib.datatypes that return VJDFAttributeMap
 VJDFAttributeMap VJDFAttributeMap.clone()
           
 VJDFAttributeMap VJDFAttributeMap.getAndMaps(JDFAttributeMap map)
          andMap - builds a new vector of maps with identical pairs of both maps does not modify this
 VJDFAttributeMap VJDFAttributeMap.getOrMaps(JDFAttributeMap map)
          andMap - builds a new vector of maps with identical pairs of both maps does not modify this
 

Methods in org.cip4.jdflib.datatypes with parameters of type VJDFAttributeMap
 void VJDFAttributeMap.addall(VJDFAttributeMap v)
          Deprecated. use addAll
 void VJDFAttributeMap.appendUnique(VJDFAttributeMap map)
          Method appendUnique.
 void VJDFAttributeMap.overlapMap(VJDFAttributeMap map)
          Method overlapMap. only entries that contain at least one matching map entry are retained
 boolean JDFAttributeMap.overlapMap(VJDFAttributeMap vMap)
          Method overlapMap.
 boolean VJDFAttributeMap.overlapsMap(VJDFAttributeMap vMap)
          Method overlapsMap. returns true if at least one element exists that has no non-matching key value pairs
 boolean VJDFAttributeMap.subMap(VJDFAttributeMap vMap)
          Method subMap.
 boolean JDFAttributeMap.subMap(VJDFAttributeMap vMap)
          Method subMap check if any of the maps in vMap are a subMap oft this (see subMap for details) if vMap is null, the function returns true
 

Uses of VJDFAttributeMap in org.cip4.jdflib.extensions
 

Methods in org.cip4.jdflib.extensions that return VJDFAttributeMap
 VJDFAttributeMap PartitionHelper.getPartMapVector()
           
protected static VJDFAttributeMap XJDF20.getPartMapVector(KElement res)
           
 

Methods in org.cip4.jdflib.extensions with parameters of type VJDFAttributeMap
 Vector<PartitionHelper> SetHelper.getCreatePartitions(VJDFAttributeMap vmap, boolean addRes)
           
 PartitionHelper SetHelper.getPartition(VJDFAttributeMap vmap)
           
 KElement XJDF20.makeNewJDF(JDFNode node, VJDFAttributeMap vMap)
           
 boolean PartitionHelper.matches(VJDFAttributeMap vmap)
           
 

Constructors in org.cip4.jdflib.extensions with parameters of type VJDFAttributeMap
XJDFHelper(String jobID, String jobPartID, VJDFAttributeMap parts)
           
 

Uses of VJDFAttributeMap in org.cip4.jdflib.extensions.xjdfwalker
 

Fields in org.cip4.jdflib.extensions.xjdfwalker declared as VJDFAttributeMap
protected  VJDFAttributeMap IDFinder.IDPart.vMap
           
 

Methods in org.cip4.jdflib.extensions.xjdfwalker that return VJDFAttributeMap
 VJDFAttributeMap IDFinder.IDPart.getPartMap()
           
 

Uses of VJDFAttributeMap in org.cip4.jdflib.goldenticket
 

Fields in org.cip4.jdflib.goldenticket declared as VJDFAttributeMap
 VJDFAttributeMap BaseGoldenTicket.vParts
           
 

Methods in org.cip4.jdflib.goldenticket that return VJDFAttributeMap
static VJDFAttributeMap BaseGoldenTicket.createSheetMap(int n)
          TODO Please insert comment!
protected  VJDFAttributeMap BaseGoldenTicket.getReducedMap(VString reduceKeys)
          get a reduced partionmap missing the keys in reduceKeys
 

Methods in org.cip4.jdflib.goldenticket with parameters of type VJDFAttributeMap
 void MISPreGoldenTicket.execute(VJDFAttributeMap parts, boolean outputAvailable, boolean bFirst)
          simulate execution of this node the internal node will be modified to reflect the excution
 void MISGoldenTicket.execute(VJDFAttributeMap vNodeMap, boolean bOutAvail, boolean bFirst)
          simulate execution of this node the internal node will be modified to reflect the excution
 void IDPGoldenTicket.execute(VJDFAttributeMap parts, boolean outputAvailable, boolean bFirst)
          simulate execution of this node the internal node will be modified to reflect the execution
 void BaseGoldenTicket.execute(VJDFAttributeMap vMap, boolean bOutAvail, boolean bFirst)
          simulate execution of this node the internal node will be modified to reflect the excution
 void BaseGoldenTicket.executeAll(VJDFAttributeMap parts)
          execute for all kids
 void BaseGoldenTicket.schedule(VJDFAttributeMap partsToSchedule, int starthours, int durationhours)
          schedule this node the nodeinfo will be modified
 void MISFinGoldenTicket.setActivePart(VJDFAttributeMap vp, boolean bFirst)
           
 void MISCPGoldenTicket.setActivePart(VJDFAttributeMap vp, boolean bFirst)
           
 void BaseGoldenTicket.setActivePart(VJDFAttributeMap vp, boolean bFirst)
           
 

Constructors in org.cip4.jdflib.goldenticket with parameters of type VJDFAttributeMap
IDPGoldenTicket(IDPGoldenTicket previous, VJDFAttributeMap _vparts)
           
MISCPGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, boolean isGrayBox, VJDFAttributeMap vPartMap)
          create a BaseGoldenTicket
MISFinGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)
          create a BaseGoldenTicket
MISPreGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)
          create a BaseGoldenTicket
MISPreGoldenTicket(MISPreGoldenTicket previous, VJDFAttributeMap _vparts)
          create a BaseGoldenTicket
PackagingGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)
          create a BaseGoldenTicket
 

Uses of VJDFAttributeMap in org.cip4.jdflib.ifaces
 

Methods in org.cip4.jdflib.ifaces that return VJDFAttributeMap
 VJDFAttributeMap IAmountPoolContainer.getPartMapVector()
           
 

Uses of VJDFAttributeMap in org.cip4.jdflib.jmf
 

Methods in org.cip4.jdflib.jmf that return VJDFAttributeMap
 VJDFAttributeMap JDFTrackResult.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFTrackFilter.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFStopPersChParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFStatusQuParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourceQuParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourcePullParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourceInfo.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourceCmdParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFRequestQueueEntryParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFQueueFilter.getPartMapVector()
          GetPartMapVector returns a vector of partmaps, null if no parts are present
 VJDFAttributeMap JDFQueueEntry.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFOccupation.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFNodeInfoResp.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFNodeInfoQuParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFNodeInfoCmdParams.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFMsgFilter.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFJobPhase.getPartMapVector()
          get part map vector
 

Methods in org.cip4.jdflib.jmf with parameters of type VJDFAttributeMap
 VString JDFQueue.findQueueEntries(String strJobID, String strJobPartID, VJDFAttributeMap vamParts, JDFAutoQueueEntry.EnumQueueEntryStatus status)
          Deprecated. use getQueueEntryVector(map, partmapvector)
 String JDFResourceInfo.getAmountPoolAttribute(String attrib, String nameSpaceURI, VJDFAttributeMap vPart)
          returns the attribute occurence in PartAmount, or the default in the ResourceLink
 double JDFResourceInfo.getAmountPoolDouble(String attName, VJDFAttributeMap vPart)
          get the exactly matching AmountPool/PartAmount/@AttName as a double
 double JDFResourceInfo.getAmountPoolSumDouble(String attName, VJDFAttributeMap vPart)
           
 VElement JDFQueue.getQueueEntryVector(JDFAttributeMap attMap, VJDFAttributeMap parts)
          Get a vector of queueentry elements with a given set of attributes and part maps
 void JDFResourceInfo.setAmountPoolAttribute(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
 void JDFTrackResult.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFTrackFilter.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFStopPersChParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFStatusQuParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFResourceQuParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFResourcePullParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFResourceInfo.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFResourceCmdParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFRequestQueueEntryParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFQueueFilter.setPartMapVector(VJDFAttributeMap vPart)
          SetPartMapVector
 void JDFQueueEntry.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
 void JDFOccupation.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined by vParts
 void JDFNodeInfoResp.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFNodeInfoQuParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFNodeInfoCmdParams.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFMsgFilter.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
 void JDFJobPhase.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 

Uses of VJDFAttributeMap in org.cip4.jdflib.node
 

Methods in org.cip4.jdflib.node that return VJDFAttributeMap
 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);
 VJDFAttributeMap JDFNode.getNodeInfoPartMapVector()
          return the partMapVector defined in AncestorPool or NodeInfo or output resource in that sequence, null if no NodeInfo exists, or NodeInfo has no Part elements
 VJDFAttributeMap NodeIdentifier.getPartMapVector()
           
 VJDFAttributeMap JDFSpawned.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFNode.getPartMapVector()
          return the partMapVector defined in AncestorPool, null if no AncestorPool exists, or AncestorPool has no Part elements
 VJDFAttributeMap JDFNode.getStatusPartMapVector()
          return the partMapVector defined by nodeInfo partitioning null if nodeInfo is not partitioned or if the node status is neither pool nor part
 

Methods in org.cip4.jdflib.node with parameters of type VJDFAttributeMap
 Collection<JDFResource> JDFNode.checkSpawnedResources(VString vRWResources, VJDFAttributeMap vSpawnParts)
          add any resources that live in ancestor nodes to this node
 JDFElement.EnumNodeStatus JDFNode.getVectorPartStatus(VJDFAttributeMap vMap)
          get the status for the vector v
 String JDFNode.getVectorPartStatusDetails(VJDFAttributeMap vMap)
          get the statusdetails for the vector v
 VElement JDFNode.prepareNodeInfo(VJDFAttributeMap vSpawnParts)
          prepare the nodeinfo for a list of parts, e.g. for a partitioned spawn if nodeinfo is prepartitioned it will return a vector of all matching leaves
 void JDFSpawned.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
 boolean JDFNode.setPartStatus(VJDFAttributeMap vmattr, JDFElement.EnumNodeStatus status)
          Deprecated. use 3 parameter version
 boolean JDFNode.setPartStatus(VJDFAttributeMap vmattr, JDFElement.EnumNodeStatus status, String statusDetails)
          sets the node's partition status and StatusDetails
 JDFDoc JDFNode.setPhase(JDFElement.EnumNodeStatus nodeStatus, String nodeStatusDetails, JDFAutoDeviceInfo.EnumDeviceStatus deviceStatus, String deviceStatusDetails, VJDFAttributeMap vPartMap)
          Deprecated. use the version with deviceID
 void NodeIdentifier.setTo(String jobID, String jobPartID, VJDFAttributeMap partMapVector)
           
 JDFNode JDFNode.spawn(String parentURL, String spawnURL, VString vRWResources_in, VJDFAttributeMap vSpawnParts, boolean bSpawnROPartsOnly, boolean bCopyNodeInfo, boolean bCopyCustomerInfo, boolean bCopyComments)
          Deprecated. - use JDFSpawn class ( see code below)
 JDFNode JDFNode.spawnInformative(String parentURL, String spawnURL, VJDFAttributeMap vSpawnParts, boolean bSpawnROPartsOnly, boolean bCopyNodeInfo, boolean bCopyCustomerInfo, boolean bCopyComments)
          Deprecated. use JDFSpawn.spawnInformative()
 void JDFNode.updatePartStatus(VJDFAttributeMap vMap, boolean updateKids, boolean updateParents)
          Deprecated. use 4 parameter version
 void JDFNode.updatePartStatus(VJDFAttributeMap vMap, boolean updateKids, boolean updateParents, int method)
          update the node status or nodeinfo/@NodeStatus for all partitions specified in vMap
 

Constructors in org.cip4.jdflib.node with parameters of type VJDFAttributeMap
AuditToJMF(JDFNode _theNode, VJDFAttributeMap vParts, boolean inlineUpdates)
           
NodeIdentifier(String jobID, String jobPartID, VJDFAttributeMap partMapVector)
           
 

Uses of VJDFAttributeMap in org.cip4.jdflib.pool
 

Methods in org.cip4.jdflib.pool that return VJDFAttributeMap
 VJDFAttributeMap JDFAncestorPool.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResourceLinkPool.getPartMapVector(boolean bComplete)
          getPartMapVector - get the part map vector from the actual element
 

Methods in org.cip4.jdflib.pool with parameters of type VJDFAttributeMap
 JDFMerged JDFAuditPool.addMerged(JDFNode merged, VString rRefsOverwritten, String by, VJDFAttributeMap vmParts)
          Append a Merged audit element
 JDFNotification JDFAuditPool.addNotification(JDFAutoNotification.EnumClass severity, String by, VJDFAttributeMap vmParts)
          Append a Notification audit element with a Class attribute of Severity
 JDFPhaseTime JDFAuditPool.addPhaseTime(JDFElement.EnumNodeStatus phase, String by, VJDFAttributeMap vmParts)
          Append a PhaseTime audit element
 JDFProcessRun JDFAuditPool.addProcessRun(JDFElement.EnumNodeStatus s, String by, VJDFAttributeMap vmParts)
          Add a ProcessRun Audit
 JDFSpawned JDFAuditPool.addSpawned(JDFNode spawned, VString rRefsRO, VString rRefsRW, String by, VJDFAttributeMap vmParts)
          Append a Spawned audit element
 JDFPartAmount JDFAmountPool.appendPartAmount(VJDFAttributeMap vPart)
          Append JDFPartAmount elements
 VString JDFResourcePool.copyResource(JDFResource r, JDFResource.EnumSpawnStatus copyStatus, VJDFAttributeMap vParts, String spawnID)
          Deprecated. use JDFNode.copySpawnedResources
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, VJDFAttributeMap vPart)
          get the exactly matching AmountPool/PartAmount/@AttName as a double
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
 JDFAudit JDFAuditPool.getAudit(int index, JDFAudit.EnumAuditType typ, JDFAttributeMap mAttributes, VJDFAttributeMap vParts)
          get the index'th audit of the given typ
 VElement JDFAuditPool.getAudits(JDFAudit.EnumAuditType typ, JDFAttributeMap mAttributes, VJDFAttributeMap vParts)
          } getAudits - get all audits with attributes and partMap
 JDFPartAmount JDFAmountPool.getCreatePartAmount(VJDFAttributeMap vPart)
          get JDFPartAmount specified by mPart, create a new one if it doesn't exist
 JDFPhaseTime JDFAuditPool.getLastPhase(VJDFAttributeMap vPartMap)
          Deprecated. use getLastPhase(vPartMap, null)
 JDFPhaseTime JDFAuditPool.getLastPhase(VJDFAttributeMap vPartMap, String moduleID)
          getLastPhase - get the most recent PhaseTime audit in this pool
 JDFPartAmount JDFAmountPool.getPartAmount(VJDFAttributeMap vPart)
          Get a PartAmount that fits to the filter defined by vPart
 VElement JDFAmountPool.getPartAmountVector(VJDFAttributeMap vmPart, boolean bCreate)
          Deprecated. use getMatchingPartAmountVector default: GetPartAmountVector(VJDFAttributeMap vmPart, false)
 VElement JDFAuditPool.getResourceAudits(String id, VJDFAttributeMap vPartMap)
          getResourceAudits - get the resourceAudits for a given Resource
 void JDFAmountPool.reducePartAmounts(VJDFAttributeMap keepList)
          remove all partAmounts that are not specified in keepList
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
 void JDFAncestorPool.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
 JDFPhaseTime JDFAuditPool.setPhase(JDFElement.EnumNodeStatus status, String statusDetails, VJDFAttributeMap vmParts)
          Deprecated. use the 4 parameter version
 JDFPhaseTime JDFAuditPool.setPhase(JDFElement.EnumNodeStatus status, String statusDetails, VJDFAttributeMap vmParts, VElement employees)
          Create or modify a PhaseTime Audit and fill it If the phase is identical to the prior phase that has been set, the existing PhaseTime is modified otherwise an existing phaseTime is closed and a new phaseTime is appended Phasetime elements with different Parts are treated independently
 void JDFStatusPool.setStatus(VJDFAttributeMap vmPart, JDFElement.EnumNodeStatus s, String statusDetails)
          Set the status of a part defined in StatusPool default setStatus(vmPart, s, JDFConstants.EMPTYSTRING)
 

Uses of VJDFAttributeMap in org.cip4.jdflib.resource
 

Methods in org.cip4.jdflib.resource that return VJDFAttributeMap
 VJDFAttributeMap JDFNotification.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFMerged.getPartMapVector()
          get part map vector
 VJDFAttributeMap JDFResource.getPartMapVector(boolean bIntermediate)
          Gets a vector of maps of all partition attribute key-value pairs for this node and all its children
 VJDFAttributeMap JDFResource.reducePartVector(VJDFAttributeMap vParts)
          Finds the canonical vector of parts that defines the vector of parts that fits to vParts.
 

Methods in org.cip4.jdflib.resource with parameters of type VJDFAttributeMap
 VElement JDFResource.createPartitions(VJDFAttributeMap vPartMap, VString vPartIDKeys)
          Recursively adds the partition leaves defined in vPartMap
 VElement JDFResource.PartitionGetter.createPartitions(VJDFAttributeMap vPartMap, VString vPartIDKeys)
          Recursively adds the partition leaves defined in vPartMap
 VElement JDFResource.getPartitionVector(VJDFAttributeMap vm, JDFResource.EnumPartUsage partUsage)
          Gets the vector of parts (resource leaves or nodes) that match mAttribute
protected  VElement JDFResource.PartitionGetter.getPartitionVector(VJDFAttributeMap vm, JDFResource.EnumPartUsage partUsage)
          Gets the vector of parts (resource leaves or nodes) that match mAttribute
 void JDFResource.reducePartitions(VJDFAttributeMap vValidParts)
          Reduces partition so that only the parts that overlap with vResources remain
 VJDFAttributeMap JDFResource.reducePartVector(VJDFAttributeMap vParts)
          Finds the canonical vector of parts that defines the vector of parts that fits to vParts.
 void JDFResource.setIdentical(VJDFAttributeMap vPartMap)
          Sets the 1st-nth element as identical to the 0th elemennt ov vPartMap i.e. the partition leaves that match vPartMap[1]...vPartMap[size-1] are set identical to vPartMap[0]
 void JDFResourceAudit.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFProcessRun.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFPhaseTime.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFNotification.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFMerged.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those defined in vParts
 void JDFResource.spawnPart(String spawnID, JDFResource.EnumSpawnStatus spawnStatus, VJDFAttributeMap vParts, boolean bStayInMain)
          Deprecated. use JDFSpawn.spawnPart
 

Uses of VJDFAttributeMap in org.cip4.jdflib.resource.process
 

Methods in org.cip4.jdflib.resource.process that return VJDFAttributeMap
 VJDFAttributeMap JDFNotificationFilter.getPartMapVector()
          get part map vector
 

Methods in org.cip4.jdflib.resource.process that return types with arguments of type VJDFAttributeMap
 HashMap<String,VJDFAttributeMap> JDFRunList.getCommonURLFileSpecMap()
          get a map of VJDFAttributeMap that are sorted by the fileSpec URL key
each url key maps the leaves that share the same URL
 

Methods in org.cip4.jdflib.resource.process with parameters of type VJDFAttributeMap
 void JDFNotificationFilter.setPartMapVector(VJDFAttributeMap vParts)
          set all parts to those define in vParts
 

Uses of VJDFAttributeMap in org.cip4.jdflib.util
 

Fields in org.cip4.jdflib.util declared as VJDFAttributeMap
protected  VJDFAttributeMap StatusUtil.m_vPartMap
          Deprecated.  
protected  VJDFAttributeMap StatusCounter.m_vPartMap
           
 VJDFAttributeMap JDFSpawn.vSpawnParts
          list of partitions to spawn
 

Methods in org.cip4.jdflib.util with parameters of type VJDFAttributeMap
 void StatusCounter.setActiveNode(JDFNode node, VJDFAttributeMap vPartMap, VElement vResLinks)
          set the currently active node
 JDFNode JDFSpawn.spawn(String _parentURL, String _spawnURL, VString _vRWResources_in, VJDFAttributeMap _vSpawnParts, boolean _bSpawnROPartsOnly, boolean _bCopyNodeInfo, boolean _bCopyCustomerInfo, boolean _bCopyComments)
          spawn a node; url is the file name of the new node, vRWResourceUsage is the vector of Resources Usages (or Names if no usage exists for the process) that are spawned RW, all others are spawned read only; vParts is the vector of part maps that are to be spawned, defaults to no part, i.e. the whole thing
 JDFNode JDFSpawn.spawnInformative(String _parentURL, String _spawnURL, VJDFAttributeMap _vSpawnParts, boolean _bSpawnROPartsOnly, boolean _bCopyNodeInfo, boolean _bCopyCustomerInfo, boolean _bCopyComments)
          spawn a node in informative mode without modifying the root JDF; url is the file name of the new node, the parameters except for the list of rw resources, which are by definition empty, are identical to those of Spawn vRWResourceUsage is the vector of Resources Usages, Resource Names or Resource IDs that are spawned RW, all others are spawned read only; vParts is the vector of part maps that are to be spawned, defaults to no part, i.e. the whole thing
 

Constructors in org.cip4.jdflib.util with parameters of type VJDFAttributeMap
StatusCounter(JDFNode node, VJDFAttributeMap vPartMap, VElement vResLinks)
          construct a StatusUtil for a node n
StatusUtil(JDFNode node, VJDFAttributeMap vPartMap, VElement vResLinks)
          Deprecated. construct a StatusUtil for a node n
 



Copyright © 2013. All Rights Reserved.