Uses of Class
be.ac.ulg.montefiore.run.totem.domain.model.Node.Type

Packages that use Node.Type
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 Node.Type in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return Node.Type
 Node.Type Node.getNodeType()
           
static Node.Type Node.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Node.Type[] Node.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type Node.Type
 void Node.setNodeType(Node.Type type)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return Node.Type
 Node.Type NodeImpl.getNodeType()
          Gets the type of the node.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type Node.Type
 void NodeImpl.setNodeType(Node.Type type)
          Sets the type of the node.
 



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