Uses of Interface
twaver.model.ISubnetwork

Packages that use ISubnetwork
twaver   
twaver.model   
twaver.network   
 

Uses of ISubnetwork in twaver
 

Methods in twaver that return ISubnetwork
static ISubnetwork Utils.findSubnetwork(Element element)
          find the subnetwork which the element is in, if the element not belongs any subnetwork, this function will return null
 

Uses of ISubnetwork in twaver.model
 

Classes in twaver.model that implement ISubnetwork
 class LinkSubnetwork
          连线子网,外观与连线一致,具备子网功能
 class ShapeSubnetwork
          子网多边形,继承于ShapeNode,实现了子网接口
 class Subnetwork
          子网节点,继承于Node,实现了子网接口
 

Uses of ISubnetwork in twaver.network
 

Methods in twaver.network that return ISubnetwork
 ISubnetwork Network.getCurrentSubnetwork()
          当前子网
 

Methods in twaver.network with parameters of type ISubnetwork
 boolean Network.setCurrentSubnetwork(ISubnetwork subnetwork)
          设置当前子网