Uses of Class
org.jgrapht.alg.similarity.ZhangShashaTreeEditDistance.OperationType
-
Packages that use ZhangShashaTreeEditDistance.OperationType Package Description org.jgrapht.alg.similarity Algorithms for computing graph similarity metrics. -
-
Uses of ZhangShashaTreeEditDistance.OperationType in org.jgrapht.alg.similarity
Methods in org.jgrapht.alg.similarity that return ZhangShashaTreeEditDistance.OperationType Modifier and Type Method Description ZhangShashaTreeEditDistance.OperationType
ZhangShashaTreeEditDistance.EditOperation. getType()
Returns type of this operation.static ZhangShashaTreeEditDistance.OperationType
ZhangShashaTreeEditDistance.OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZhangShashaTreeEditDistance.OperationType[]
ZhangShashaTreeEditDistance.OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgrapht.alg.similarity with parameters of type ZhangShashaTreeEditDistance.OperationType Constructor Description EditOperation(ZhangShashaTreeEditDistance.OperationType type, V firstOperand, V secondOperand)
Constructs an instance of edit operation for the giventype
,firstOperand
andsecondOperand
.
-