org.blackbox.model
Interface Interval

All Known Implementing Classes:
BBX_Annotation, BBX_Pattern, BBX_Sequence, BBX_SetOfInterval, BBX_SimpleInterval, HAnnotation, HPattern, HSequence, HSetOfInterval, HSimpleInterval, SimpleHInterval, SimpleInterval

public interface Interval


Method Summary
 int getFrame()
          Frame of this interval.
 int getLength()
          Retourne la taille de cet intervalle.
 int getMax()
          Retourne la plus grande des deux coordonnees.
 int getMin()
          Retourne la plus petite des deux coordonnees.
 boolean getStrand()
          Strand holding this interval.
 boolean isFramed()
          Return true if this interval is framed.
 java.lang.String seqString()
          String representation for this interval.
 

Method Detail

getMax

int getMax()
Retourne la plus grande des deux coordonnees.


getMin

int getMin()
Retourne la plus petite des deux coordonnees.


getLength

int getLength()
Retourne la taille de cet intervalle.


seqString

java.lang.String seqString()
String representation for this interval.

Returns:
the string representation.

isFramed

boolean isFramed()
Return true if this interval is framed.

Returns:
true if this interval is framed.

getFrame

int getFrame()
Frame of this interval.

Returns:
the frame or 0.

getStrand

boolean getStrand()
Strand holding this interval.

Returns:
the frame or 0.