Uses of Interface
planet.commonapi.GML.GMLConstraint

Packages that use GMLConstraint
planet.chord   
planet.commonapi   
planet.commonapi.GML   
planet.generic.commonapi   
planet.generic.commonapi.factory   
planet.generic.commonapi.GML   
planet.symphony   
 

Uses of GMLConstraint in planet.chord
 

Classes in planet.chord that implement GMLConstraint
 class GMLConstraintZmod
          Constraints for GML edge selection according to Integer congruences partitions.
 

Methods in planet.chord with parameters of type GMLConstraint
 void ChordNode.getEInGML(java.util.Collection E, GMLConstraint constraint)
          This method is a callback method used to collect all of the edges of a graph according to GML file format for latter visual graph performance.
 

Uses of GMLConstraint in planet.commonapi
 

Methods in planet.commonapi with parameters of type GMLConstraint
 void Node.getNewE(java.util.Iterator it, GMLConstraint constraint, java.util.Collection E, java.lang.String color)
          Adds a new Edge to E set according to specified GMLConstraint.
 void Node.getEInGML(java.util.Collection E, GMLConstraint constraint)
          This method is a callback method used to collect all of the edges of a graph according to GML file format for latter visual graph performance.
 

Uses of GMLConstraint in planet.commonapi.GML
 

Methods in planet.commonapi.GML that return GMLConstraint
 GMLConstraint GMLFactory.buildDefaultGMLConstraint()
          Build the GMLConstraint specified in the GML properties file.
 

Methods in planet.commonapi.GML with parameters of type GMLConstraint
 void GMLGenerator.generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
          This procedure generate GML information for a stable Overlay ring using GML format.
 

Uses of GMLConstraint in planet.generic.commonapi
 

Methods in planet.generic.commonapi with parameters of type GMLConstraint
 void NodeImpl.getNewE(java.util.Iterator it, GMLConstraint constraint, java.util.Collection E, java.lang.String color)
          Adds a new Edge to E set according to specified GMLConstraint.
 

Uses of GMLConstraint in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return GMLConstraint
static GMLConstraint GenericFactory.buildDefaultGMLConstraint()
           
 

Methods in planet.generic.commonapi.factory with parameters of type GMLConstraint
static void GenericFactory.generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
           
 

Uses of GMLConstraint in planet.generic.commonapi.GML
 

Classes in planet.generic.commonapi.GML that implement GMLConstraint
 class IdleGMLConstraint
          IdleGMLConstraint is used to select the whole topology of peer-to-peer network.
 

Methods in planet.generic.commonapi.GML that return GMLConstraint
 GMLConstraint GMLFactoryImpl.buildDefaultGMLConstraint()
          Build the GMLConstraint specified in the GML properties file.
 

Methods in planet.generic.commonapi.GML with parameters of type GMLConstraint
 void GMLGeneratorImpl.generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
          This method generates GML information into out file for a stable Overlay ring using GML format.
 

Uses of GMLConstraint in planet.symphony
 

Methods in planet.symphony with parameters of type GMLConstraint
 void SymphonyNode.getEInGML(java.util.Collection E, GMLConstraint constraint)
          This method is a callback method used to collect all of the edges of a graph according to GML file format for latter visual graph performance.