|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.core.util.SegmentUtil
public class SegmentUtil
A Util class for handling segments. It provide a method to test inclusion of Segments.
SpatialSegment
s is not yet
implemented.Method Summary | |
---|---|
static boolean |
isIncluded(org.weblab_project.core.model.Segment theSegment,
org.weblab_project.core.model.Segment inThisSegment)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isIncluded(org.weblab_project.core.model.Segment theSegment, org.weblab_project.core.model.Segment inThisSegment)
theSegment
- Segment
to test "be included" by
inThisSegment
.inThisSegment
- Segment
to test "includes"
theSegment
.
false
if one Segment
is Segment
type, or if according to their type theSegment
isn't included in inThisSegment
; true
if they are included.RuntimeException
may be thrown!!!, Today if segments are spatial, a runtime exception will be
thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |