Uses of Interface
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.DomainDecorator

Packages that use DomainDecorator
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory.idGenerator   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.constraint   
 

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

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory with parameters of type DomainDecorator
static java.io.InputStream XMLFactory.getInputStream(DomainDecorator domainDec)
           
static java.lang.String XMLFactory.getXML(DomainDecorator domainDec)
           
static boolean XMLFactory.validate(DomainDecorator domainDec)
           
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory with parameters of type DomainDecorator
LinkFactory(DomainDecorator domain)
          Create a link factory for the given domain using a SrcDstIdGenerator.
NodeFactory(DomainDecorator domain)
           
 

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

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory.idGenerator with parameters of type DomainDecorator
OrderedNodeIdGenerator(DomainDecorator domain)
           
SrcDstIdGenerator(DomainDecorator domain)
           
 

Uses of DomainDecorator in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph that return DomainDecorator
 DomainDecorator MyDirectedSparseGraph.getDomainDecorator()
           
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph with parameters of type DomainDecorator
MyDirectedSparseGraph(DomainDecorator domainDecorator, NodeFactory nodeFactory, LinkFactory linkFactory)
          Creates an instance of a sparse directed graph.
 

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

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents that return DomainDecorator
 DomainDecorator GraphEditorPanel.getDomainDecorator()
           
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents with parameters of type DomainDecorator
GraphEditorPanel(DomainDecorator domainDecorator)
           
LinkPropertiesDialog(DomainDecorator domainDecorator, LinkDecorator linkDecorator)
           
NodePropertiesDialog(Node node, DomainDecorator domainDecorator)
           
 

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

Classes in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that implement DomainDecorator
 class DomainDecoratorImpl
          Add some functionnalities to a JAXB domain.
 

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

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.constraint with parameters of type DomainDecorator
 boolean InterfacesDomainConstraint.validate(DomainDecorator domain)
           
 boolean LocationIsSetDomainConstraint.validate(DomainDecorator domain)
           
 boolean HasBandwidthDomainConstraint.validate(DomainDecorator domain)
           
 boolean DomainConstraint.validate(DomainDecorator domain)
           
 boolean CheckBCsDomainConstraint.validate(DomainDecorator domain)
           
 



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