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

Packages that use Domain
be.ac.ulg.montefiore.run.totem.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model   
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return Domain
 Domain ObjectFactory.createDomain()
          Create an instance of Domain
 

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

Classes in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that implement Domain
 class DomainImpl
           
 

Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory that return Domain
 Domain DomainFactory.createInstance(java.util.HashMap<java.lang.String,java.lang.String> params)
          Create a domain with minimum elements (ASID, bw units, delay units, node section)
static Domain XMLFactory.loadDomain(java.lang.String filename)
           
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory with parameters of type Domain
static void XMLFactory.saveDomain(Domain domain, java.lang.String filename)
           
 

Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents with parameters of type Domain
 void TopEditGUI.newEdition(Domain domain)
          Create a new tabbed pane corresponding to the domain.
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents with parameters of type Domain
DomainPropertiesDialog(Domain domain)
          Create a dialog to edit the properties of the given domain.
 

Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that return Domain
 Domain DomainDecoratorImpl.getDomain()
           
 Domain DomainDecorator.getDomain()
          returns the associated jaxb domain
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model with parameters of type Domain
DomainDecoratorImpl(Domain domain)
           
 



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