| Package | Description |
|---|---|
| cetus.analysis |
| Modifier and Type | Method and Description |
|---|---|
Section.ELEMENT |
Section.ELEMENT.clone()
Returns a clone of this element.
|
Section.ELEMENT |
Section.ELEMENT.intersectWith(Section.ELEMENT other,
RangeDomain rd)
Performs intersection operation between two section elements with the
specified range domain.
|
Section.ELEMENT |
Section.ELEMENT.unionWith(Section.ELEMENT other,
RangeDomain rd)
Performs union operation between two section elements with the
specified range domain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Section.add(Section.ELEMENT elem)
Adds a new element in the section.
|
Section |
Section.ELEMENT.differenceFrom(Section.ELEMENT other,
RangeDomain rd)
Performs difference operation between two section elements with the
specified range domain.
|
Section.ELEMENT |
Section.ELEMENT.intersectWith(Section.ELEMENT other,
RangeDomain rd)
Performs intersection operation between two section elements with the
specified range domain.
|
Section.ELEMENT |
Section.ELEMENT.unionWith(Section.ELEMENT other,
RangeDomain rd)
Performs union operation between two section elements with the
specified range domain.
|