Uses of Class
ExFatTreeSwitch

Uses of ExFatTreeSwitch in <Unnamed>
 

Fields in <Unnamed> declared as ExFatTreeSwitch
private  ExFatTreeSwitch[] ExFatTreeSwitch.downSwitchList
           
private  ExFatTreeSwitch[] ExFatTreeSwitch.siblingSwitchList
           
private  ExFatTreeSwitch[] ExFatTreeSwitch.upSwitchList
           
 

Methods in <Unnamed> with parameters of type ExFatTreeSwitch
private  void ExFatTreeSwitch.forwardFlitToSwitch(ExFatTreeSwitch adjSwitch, int linkNo, int curCycle)
           
 int ExFatTreeSwitch.getAdjacentLinkNo(ExFatTreeSwitch fatSwitch)
           
 void ExFatTreeSwitch.setChildSwitch(ExFatTreeSwitch fatSwitch, int linkNo)
           
 void ExFatTreeSwitch.setParentSwitch(ExFatTreeSwitch fatSwitch, int linkNo)
           
 void ExFatTreeSwitch.setSiblingSwitch(ExFatTreeSwitch fatSwitch, int linkNo)