All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.diff.Diff Maven / Gradle / Ivy

The newest version!
package io.legaldocml.diff;

import io.legaldocml.akn.AknObject;

/**
 * @author Jacques Militello
 */
public interface Diff {

    String getPath();

    DiffType getType();

    AknObject getLeft();

    AknObject getRight();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy