Uses of Class
de.unima.alcomox.ontology.Interval

Packages that use Interval
de.unima.alcomox.ontology   
 

Uses of Interval in de.unima.alcomox.ontology
 

Methods in de.unima.alcomox.ontology that return types with arguments of type Interval
 java.util.ArrayList<Interval> IConcept.getDisIntervals()
           
 java.util.ArrayList<Interval> IConcept.getSubIntervals()
           
 

Methods in de.unima.alcomox.ontology with parameters of type Interval
 int Interval.compareTo(Interval that)
           
 boolean Interval.contains(Interval that)
          Compares this and that interval and checks whether this interval contains that interval.
 boolean Interval.overlaps(Interval that)
          Compares this and that interval and checks whether this overlaps with that (see also the cases in the in line comments).
 

Method parameters in de.unima.alcomox.ontology with type arguments of type Interval
 void IConcept.addDisIntervals(java.util.ArrayList<Interval> intervals)
           
 void IConcept.addSubIntervals(java.util.ArrayList<Interval> intervals)