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
Fields in org.jgrapht.alg.similarity declared as ZhangShashaTreeEditDistance.OperationType Modifier and Type Field Description private ZhangShashaTreeEditDistance.OperationTypeZhangShashaTreeEditDistance.EditOperation. typeType of this operation.Methods in org.jgrapht.alg.similarity that return ZhangShashaTreeEditDistance.OperationType Modifier and Type Method Description ZhangShashaTreeEditDistance.OperationTypeZhangShashaTreeEditDistance.EditOperation. getType()Returns type of this operation.static ZhangShashaTreeEditDistance.OperationTypeZhangShashaTreeEditDistance.OperationType. valueOf(java.lang.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,firstOperandandsecondOperand.
-