Schnittstelle CDOBranchPointRange
- Alle bekannten Unterschnittstellen:
CDOChangeSet
public interface CDOBranchPointRange
A range between the
base
of the main branch
and
the head
of any branch that is demarcated by a start point
and
an end 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 of change sets
.
- Seit:
- 3.0
- Autor:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the end point of this branch point range, nevernull
.Returns the start point of this branch point range, nevernull
.
-
Methodendetails
-
getStartPoint
CDOBranchPoint getStartPoint()Returns the start point of this branch point range, nevernull
. -
getEndPoint
CDOBranchPoint getEndPoint()Returns the end point of this branch point range, nevernull
.
-