Uses of Interface
be.ac.ulg.montefiore.run.totem.domain.model.NodeInterface

Packages that use NodeInterface
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
 

Uses of NodeInterface in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return NodeInterface
 NodeInterface Link.getDstInterface()
           
 NodeInterface Node.getNodeInterface(java.lang.String nodeInterfaceId)
           
 NodeInterface Node.getNodeInterfaceByIP(java.lang.String nodeInterfaceIP)
           
 NodeInterface Link.getSrcInterface()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return types with arguments of type NodeInterface
 java.util.List<NodeInterface> Node.getNodeInterfaces()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type NodeInterface
 void Node.addNodeInterface(NodeInterface nodeInterface)
           
 

Uses of NodeInterface in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return NodeInterface
 NodeInterface LinkImpl.getDstInterface()
          Returns the interface of the destination node used by this link.
 NodeInterface NodeImpl.getNodeInterface(java.lang.String nodeInterfaceId)
           
 NodeInterface NodeImpl.getNodeInterfaceByIP(java.lang.String nodeInterfaceIP)
           
 NodeInterface LinkImpl.getSrcInterface()
          Returns the interface of the source node used by this link.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return types with arguments of type NodeInterface
 java.util.List<NodeInterface> NodeImpl.getNodeInterfaces()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type NodeInterface
 void NodeImpl.addNodeInterface(NodeInterface nodeInterface)
           
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.