|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CostOps | |
| org.vmguys.vmtools.utils | This package contains classes that manipulate XML data. |
| Uses of CostOps in org.vmguys.vmtools.utils |
| Methods in org.vmguys.vmtools.utils that return CostOps | |
CostOps |
CostOps.combine(CostOps other)
Generates a new CostOps object which is the combination of this one and the one specified as a parameter. |
CostOps |
DifferenceFinder2.findDifferences(org.jdom.Element root1,
org.jdom.Element root2)
Same as the other version of findDifferences except for the types of the parameters. |
CostOps |
DifferenceFinder2.findDifferences(DiffElement root1,
DiffElement root2)
Determines what needs to be done to convert the tree rooted at n1 into the tree rooted at n2. |
| Methods in org.vmguys.vmtools.utils with parameters of type CostOps | |
void |
CostOps.add(CostOps other)
Adds another CostOps to this one. |
CostOps |
CostOps.combine(CostOps other)
Generates a new CostOps object which is the combination of this one and the one specified as a parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||