Interface CDOBranchPointRange
- 
- All Known Subinterfaces:
- CDOChangeSet
 
 public interface CDOBranchPointRangeA range between thebaseof themain branchand theheadof any branch that is demarcated by astart pointand anend point.The start point and the end point of a branch point range may have different branches or not. Branch point ranges are usually created with CDOBranchUtil.createRange()and often used in the context ofchange sets.- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOBranchPointgetEndPoint()Returns the end point of this branch point range, nevernull.CDOBranchPointgetStartPoint()Returns the start point of this branch point range, nevernull.
 
- 
- 
- 
Method Detail- 
getStartPointCDOBranchPoint getStartPoint() Returns the start point of this branch point range, nevernull.
 - 
getEndPointCDOBranchPoint getEndPoint() Returns the end point of this branch point range, nevernull.
 
- 
 
-