Uses of Class
com.topologi.diffx.algorithm.FactoryException
Packages that use FactoryException
-
Uses of FactoryException in com.topologi.diffx.algorithm
Methods in com.topologi.diffx.algorithm that throw FactoryExceptionModifier and TypeMethodDescriptionstatic DiffXAlgorithmDiffXFactory.createDiffex(String className, EventSequence sequence1, EventSequence sequence2) Deprecated.static DiffXAlgorithmDiffXFactory.newAlgorithm(String className, EventSequence sequence1, EventSequence sequence2) Creates a Diff-X instance using the specified class name and event sequences.
newAlgorithm