Uses of Interface
twaver.core.model.ILinkBundle

Packages that use ILinkBundle
twaver.model   
twaver.network   
 

Uses of ILinkBundle in twaver.model
 

Methods in twaver.model that return ILinkBundle
 ILinkBundle ElementBox.getLinkBundle(Link link)
          获取连线捆绑器
 ILinkBundle ElementBox.getLinkBundle(Node node1, Node node2)
          获取连线捆绑器
 

Methods in twaver.model that return types with arguments of type ILinkBundle
 java.util.List<ILinkBundle> ElementBox.getLinkBundles()
          获取所有的连线捆绑器
 

Uses of ILinkBundle in twaver.network
 

Methods in twaver.network that return ILinkBundle
 ILinkBundle Network.getLinkBundle(Link link)
          获取连线捆绑对象,通过该对象可以得到两节点之间所有的连线
 ILinkBundle Network.getLinkBundle(Node node1, Node node2)
          获取连线捆绑对象,通过该对象可以得到两节点之间所有的连线