com.sfm.ap210.jsdai
Class SampleModelTraversal

java.lang.Object
  extended by com.sfm.ap210.jsdai.SampleModelTraversal

public class SampleModelTraversal
extends java.lang.Object

A sample implementation of utilizing the MIMquery methods to traverse either a PCA/PCB or package model.


Constructor Summary
SampleModelTraversal(jsdai.lang.SdaiModel model)
          Constructor for the sample model traversal class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleModelTraversal

public SampleModelTraversal(jsdai.lang.SdaiModel model)
                     throws jsdai.lang.SdaiException
Constructor for the sample model traversal class. Obtains the pca and pcb from the given model, and calls the top-level traversal methods: traverseAllPackagedComponents, traverseAllLaminateComponents, and traversePhysicalNets.

Parameters:
model -
Throws:
jsdai.lang.SdaiException
See Also:
"MIMtraversal"