gate.alignment.gui.AlignmentView Maven / Gradle / Ivy
package gate.alignment.gui;
public interface AlignmentView {
public void executeAction(AlignmentAction action);
public void updateGUI(PUAPair pair);
public void setTarget(AlignmentTask alignmentTask);
public void clearLatestAnnotationsSelection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy