Uses of Class
net.charlesames.utility.contour.RationalSegment

Packages that use RationalSegment
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.utility.contour   
 

Uses of RationalSegment in net.charlesames.music.score
 

Subclasses of RationalSegment in net.charlesames.music.score
 class ScoreSegment
          The ScoreSegment class defines a section of a ScoreContour characterized by a starting time, ending time, origin value, and goal value.
 

Uses of RationalSegment in net.charlesames.utility.contour
 

Subclasses of RationalSegment in net.charlesames.utility.contour
 class ContourTest.TestSegment
           
 

Methods in net.charlesames.utility.contour that return RationalSegment
 RationalSegment<T> ContourFromRational.addSegment(Ratio left, Ratio right, T origin, T goal)
          Add a new segment into the contour, truncating existing segments which would otherwise overlap the new segment.
 RationalSegment<T> ContourFromRational.locateSegment(Ratio ordinate)
          Locate the RationalSegment which contains the indicated ordinate.
 

Methods in net.charlesames.utility.contour that return types with arguments of type RationalSegment
 java.util.List<RationalSegment<T>> ContourFromRational.getSegments()
           
 

Methods in net.charlesames.utility.contour with parameters of type RationalSegment
 boolean RationalSegment.equals(RationalSegment<T> arg)
          Compare the content of one ContourFromRational segment with another.