de.fzi.kadmos.api.listener
Interface CorrespondenceRemovedChange

All Superinterfaces:
AlignmentChangeEvent
All Known Implementing Classes:
CorrespondenceRemovedChangeImpl

public interface CorrespondenceRemovedChange
extends AlignmentChangeEvent

Interface representing the change event of a Correspondence being removed from an Alignment.

Since:
1.3.0
Version:
1.3.0
Author:
Juergen Bock (bock@fzi.de)

Method Summary
 Correspondence<? extends OWLEntity> getCorrespondence()
          Obtains a reference to the Correspondence removed from the Alignment.
 
Methods inherited from interface de.fzi.kadmos.api.listener.AlignmentChangeEvent
getAlignment
 

Method Detail

getCorrespondence

Correspondence<? extends OWLEntity> getCorrespondence()
Obtains a reference to the Correspondence removed from the Alignment.

Returns:
Reference to the Correspondence removed from the Alignment.
Since:
1.3.0


Copyright © 2012. All Rights Reserved.