Uses of Class
org.graffiti.event.PathComparisonResult
Package | Description |
---|---|
org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
-
Uses of PathComparisonResult in org.graffiti.event
Methods in org.graffiti.event that return PathComparisonResult Modifier and Type Method Description static PathComparisonResult
PathComparisonResult. compare(String previousPath, String currentPath)
static PathComparisonResult
PathComparisonResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathComparisonResult[]
PathComparisonResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.