Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1ab3fe59 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- changed relString to getRelation (already implemented)

parent 817988c6
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public interface Relation
/** Creation **/
public void accept( AlignmentVisitor visitor ) throws AlignmentException;
public String relString();
public String getRelation();
public Relation inverse();
public Relation compose( Relation r );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment