|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIntervalRelation
Relation between intervals.
| Nested Class Summary | |
|---|---|
static class |
IIntervalRelation.Direction
Direction of the relation. |
static class |
IIntervalRelation.Type
Relation type denoting if the relation should refer to the end or begin of the interval. |
| Field Summary | |
|---|---|
static java.lang.String |
DIRECTION
propertyname constant for the direction property. |
static java.lang.String |
ENDINTERVAL
propertyname constant for the end interval property. |
static java.lang.String |
STARTINTERVAL
propertyname constant for the start interval property. |
static java.lang.String |
TYPE
propertyname constant for the type property. |
| Method Summary | |
|---|---|
IIntervalRelation.Direction |
getDirection()
Retrieve the direction of the relation. |
IRelationalInterval |
getEndInterval()
Retrieve the end interval. |
IRelationalInterval |
getStartInterval()
Retrieve the start interval. |
IIntervalRelation.Type |
getType()
Retrieve the type of the relation. |
void |
setDirection(IIntervalRelation.Direction direction)
Set the direction of the realtion. |
void |
setEndInterval(IRelationalInterval interval)
Set the end interval. |
void |
setStartInterval(IRelationalInterval interval)
Set the start interval. |
void |
setType(IIntervalRelation.Type type)
Set the type of the relation. |
| Field Detail |
|---|
static final java.lang.String DIRECTION
static final java.lang.String TYPE
static final java.lang.String STARTINTERVAL
static final java.lang.String ENDINTERVAL
| Method Detail |
|---|
IRelationalInterval getStartInterval()
void setStartInterval(IRelationalInterval interval)
interval - the start intervalIRelationalInterval getEndInterval()
void setEndInterval(IRelationalInterval interval)
interval - the end intervalIIntervalRelation.Direction getDirection()
void setDirection(IIntervalRelation.Direction direction)
direction - directionIIntervalRelation.Type getType()
void setType(IIntervalRelation.Type type)
type - the type to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||