|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.topologi.diffx.algorithm.DiffXFactory
public final class DiffXFactory
Factory for creating a Diff-X algorithm instance.
| Method Summary | |
|---|---|
static DiffXAlgorithm |
createDiffex(String className,
EventSequence sequence1,
EventSequence sequence2)
Deprecated. use newAlgorithm |
static DiffXAlgorithm |
newAlgorithm(String className,
EventSequence sequence1,
EventSequence sequence2)
Creates a Diff-X instance using the specified class name and event sequences. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DiffXAlgorithm newAlgorithm(String className,
EventSequence sequence1,
EventSequence sequence2)
throws FactoryException
className - The class name of the Diff-X algorithm implementation to use.sequence1 - The first sequence to use for the Diff-X constructor.sequence2 - The second sequence to use for the Diff-X constructor.
FactoryException - Should an error occur when trying to instantiate the class.
@Deprecated
public static DiffXAlgorithm createDiffex(String className,
EventSequence sequence1,
EventSequence sequence2)
throws FactoryException
newAlgorithm
className - The class name of the Diff-X implementation to use.sequence1 - The first sequence to use for the Diff-X constructor.sequence2 - The second sequence to use for the Diff-X constructor.
FactoryException - Should an error occur when trying to instantiate the class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||