com.sfm.ap210.jsdai
Class StratumSpan

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

public class StratumSpan
extends java.lang.Object

A class to store the pair of stratum (Stratum) representing a vertical span in a pcb.


Constructor Summary
StratumSpan()
           
StratumSpan(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum from, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum to)
           
 
Method Summary
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum getFromStratum()
           
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum getToStratum()
           
 void setFromStratum(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum from)
           
 void setToStratum(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StratumSpan

public StratumSpan()

StratumSpan

public StratumSpan(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum from,
                   jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum to)
Parameters:
from - - the more 'precedent' (closer to the top of the pcb) stratum (Stratum) in the span.
to - - the more 'subsequent' (closer to the bottom of the pcb) stratum (Stratum) in the span.
Method Detail

setFromStratum

public void setFromStratum(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum from)
Parameters:
from - - the more 'precedent' (closer to the top of the pcb) stratum (Stratum) in the span.

setToStratum

public void setToStratum(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum to)
Parameters:
to - - the more 'subsequent' (closer to the bottom of the pcb) stratum (Stratum) in the span.

getFromStratum

public jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum getFromStratum()
Returns:
the more 'precedent' (closer to the top of the pcb) stratum (Stratum) in the span.

getToStratum

public jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EStratum getToStratum()
Returns:
the more 'subsequent' (closer to the bottom of the pcb) stratum (Stratum) in the span.