Uses of Interface
planet.commonapi.GML.GMLEdge

Packages that use GMLEdge
planet.chord   
planet.commonapi.GML   
planet.generic.commonapi.factory   
planet.generic.commonapi.GML   
 

Uses of GMLEdge in planet.chord
 

Methods in planet.chord with parameters of type GMLEdge
 boolean GMLConstraintZmod.isACompliantEdge(GMLEdge e)
           
 

Uses of GMLEdge in planet.commonapi.GML
 

Methods in planet.commonapi.GML that return GMLEdge
 GMLEdge GMLFactory.buildEdge(Id source, Id target, boolean directed)
          Build a GML edge with the specified values.
 GMLEdge GMLFactory.buildEdge(Id source, Id target, boolean directed, java.lang.String fill)
          Build a GML edge with the specified values.
 

Methods in planet.commonapi.GML with parameters of type GMLEdge
 boolean GMLConstraint.isACompliantEdge(GMLEdge e)
          This method returns true if a GMLEdgeImpl is compliant according to this GMLConstraint.
 

Uses of GMLEdge in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return GMLEdge
static GMLEdge GenericFactory.buildEdge(Id source, Id target, boolean directed)
           
static GMLEdge GenericFactory.buildEdge(Id source, Id target, boolean directed, java.lang.String fill)
           
 

Uses of GMLEdge in planet.generic.commonapi.GML
 

Classes in planet.generic.commonapi.GML that implement GMLEdge
 class GMLEdgeImpl
          This wrapper class is used to store an edge of a directed or undirected graph according to GML file format.
 

Methods in planet.generic.commonapi.GML that return GMLEdge
 GMLEdge GMLFactoryImpl.buildEdge(Id source, Id target, boolean directed)
          Build a GML edge with the specified values.
 GMLEdge GMLFactoryImpl.buildEdge(Id source, Id target, boolean directed, java.lang.String fill)
          Build a GML edge with the specified values.
 

Methods in planet.generic.commonapi.GML with parameters of type GMLEdge
 boolean IdleGMLConstraint.isACompliantEdge(GMLEdge e)
          Always return true.