~gregor-middell/collatex/1.0development

« back to all changes in this revision

Viewing changes to collatex/src/main/java/eu/interedition/collatex2/interfaces/nonpublic/modifications/IAddition.java

  • Committer: Ronald Haentjens Dekker
  • Date: 2011-02-25 11:15:43 UTC
  • Revision ID: ronald.dekker@huygensinstituut.knaw.nl-20110225111543-76pz2ccgzt5k8a84
[RHD]
- More API cleanups:
- Removed getPosition() method from ICell interface
- Removed getPosition() method from IColumn interface
- Removed getWitnessForSigil method from IVariantGraphVertex interface
- Removed containsWitness(sigil) method from IVariantGraphVertex interface
- Deleted IAlignmentTableVisitor interface... no references anymore
- Deleted IInputPlugin interface... no references anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  boolean isAtTheBeginning();
32
32
 
33
33
  boolean isAtTheEnd();
 
34
 
 
35
  int getPosition();
34
36
  
35
37
}