Uses of Class
org.cip4.jdflib.util.VectorMap

Packages that use VectorMap
org.cip4.jdflib.core   
org.cip4.jdflib.elementwalker   
org.cip4.jdflib.pool   
org.cip4.jdflib.resource.devicecapability   
org.cip4.jdflib.util   
 

Uses of VectorMap in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return VectorMap
 VectorMap<String,JDFGeneralID> JDFElement.getGeneralIDVectorMap()
          Gets a map of all GeneralID key-value Pair lists if multiple generalIDs with the same IDUsage are specified, each GeneralID is added to the VectorMap
 

Uses of VectorMap in org.cip4.jdflib.elementwalker
 

Fields in org.cip4.jdflib.elementwalker declared as VectorMap
protected  VectorMap<String,KElement> LinkRefFinder.theMap
           
 

Methods in org.cip4.jdflib.elementwalker that return VectorMap
 VectorMap<String,KElement> LinkRefFinder.getMap(JDFNode n)
          get a vector of all links and references of n and its children
 

Uses of VectorMap in org.cip4.jdflib.pool
 

Subclasses of VectorMap in org.cip4.jdflib.pool
 class JDFAmountPool.AmountMap
          map of an amountpool that allows quick access to multiple amounts Class AmountMap
 

Uses of VectorMap in org.cip4.jdflib.resource.devicecapability
 

Methods in org.cip4.jdflib.resource.devicecapability with parameters of type VectorMap
 KElement JDFDevCaps.appendMatchingElementsToNode(JDFNode node, boolean bAll, VectorMap indexResMap, boolean bLink)
          append elements to the node that match this DevCap, if they do not exist yet
 

Uses of VectorMap in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util with parameters of type VectorMap
 void VectorMap.appendUnique(VectorMap<key,vectorObject> map)
          append a VectorMap, ensuring uniqueness
 



Copyright © 2013. All Rights Reserved.