|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultsEdge | |
planet.chord | |
planet.commonapi.results | |
planet.generic.commonapi | |
planet.generic.commonapi.factory | |
planet.generic.commonapi.results |
Uses of ResultsEdge in planet.chord |
Methods in planet.chord with parameters of type ResultsEdge | |
boolean |
GMLConstraintZmod.isACompliantEdge(ResultsEdge e)
|
Uses of ResultsEdge in planet.commonapi.results |
Methods in planet.commonapi.results that return ResultsEdge | |
ResultsEdge |
ResultsEdge.setValues(Id source,
Id target,
boolean isDirected,
java.lang.String fill)
Sets the values for this edge. |
ResultsEdge |
ResultsFactory.buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
Build an edge with the specified values. |
Methods in planet.commonapi.results with parameters of type ResultsEdge | |
boolean |
ResultsConstraint.isACompliantEdge(ResultsEdge e)
This method returns true if a Edge is compliant according to this Constraint. |
Uses of ResultsEdge in planet.generic.commonapi |
Methods in planet.generic.commonapi that return ResultsEdge | |
ResultsEdge |
NodeImpl.buildNewEdge(java.lang.String resultName,
Id left,
Id right,
java.lang.String color)
Builds a ResultsEdge with the specified bounds and following the resultsName type format. |
Uses of ResultsEdge in planet.generic.commonapi.factory |
Methods in planet.generic.commonapi.factory that return ResultsEdge | |
static ResultsEdge |
GenericFactory.buildEdge(java.lang.String resultsName,
Id source,
Id target,
boolean directed,
java.lang.String fill)
|
Uses of ResultsEdge in planet.generic.commonapi.results |
Classes in planet.generic.commonapi.results that implement ResultsEdge | |
class |
ResultsEdgeImpl
This wrapper class is used to store an edge of a directed or undirected graph based on GML file format. |
Methods in planet.generic.commonapi.results that return ResultsEdge | |
ResultsEdge |
ResultsEdgeImpl.setValues(Id source,
Id target,
boolean isDirected,
java.lang.String fill)
Sets the initial values for this edge. |
ResultsEdge |
ResultsFactoryImpl.buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
Build a ResultsEdge with the specified values. |
Methods in planet.generic.commonapi.results with parameters of type ResultsEdge | |
boolean |
ResultsIdleConstraint.isACompliantEdge(ResultsEdge e)
Always return true. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |