Uses of Enum
org.jgrapht.alg.similarity.ZhangShashaTreeEditDistance.OperationType
Packages that use ZhangShashaTreeEditDistance.OperationType
-
Uses of ZhangShashaTreeEditDistance.OperationType in org.jgrapht.alg.similarity
Methods in org.jgrapht.alg.similarity that return ZhangShashaTreeEditDistance.OperationTypeModifier and TypeMethodDescriptionZhangShashaTreeEditDistance.EditOperation.getType()
Returns type of this operation.Returns the enum constant of this type with the specified name.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.OperationTypeModifierConstructorDescriptionEditOperation
(ZhangShashaTreeEditDistance.OperationType type, V firstOperand, V secondOperand) Constructs an instance of edit operation for the giventype
,firstOperand
andsecondOperand
.