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

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return Link.Type
 Link.Type Link.getLinkType()
           
static Link.Type Link.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Link.Type[] Link.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 Link.Type
 void Link.setLinkType(Link.Type type)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return Link.Type
 Link.Type LinkImpl.getLinkType()
          Get the type of the node.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type Link.Type
 void LinkImpl.setLinkType(Link.Type type)
           
 



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