Uses of Enum Class
org.jgrapht.alg.similarity.ZhangShashaTreeEditDistance.OperationType
Packages that use ZhangShashaTreeEditDistance.OperationType
-
Uses of ZhangShashaTreeEditDistance.OperationType in org.jgrapht.alg.similarity
Fields in org.jgrapht.alg.similarity declared as ZhangShashaTreeEditDistance.OperationTypeModifier and TypeFieldDescriptionprivate final ZhangShashaTreeEditDistance.OperationTypeZhangShashaTreeEditDistance.EditOperation.typeType of this operation.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 class with the specified name.ZhangShashaTreeEditDistance.OperationType.values()Returns an array containing the constants of this enum class, 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,firstOperandandsecondOperand.