Uses of Class
rasj.RasSInterval
Packages that use RasSInterval
-
Uses of RasSInterval in rasj
Fields in rasj declared as RasSIntervalModifier and TypeFieldDescriptionprotected RasSInterval[]RasMInterval.intervalsarray for storing the intervalsMethods in rasj that return RasSIntervalModifier and TypeMethodDescriptionRasSInterval.add(RasSInterval interval) Deprecated.This methdod provides just another name for the createUnion method and might not be supported in future versions.RasSInterval.addToSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the unionWith method and might not be supported in future versions.RasSInterval.closureOf(RasSInterval interval1, RasSInterval interval2) Calculates the closure of two SIntervals.RasSInterval.closureWith(RasSInterval interval) Calculates the closure of the current SInterval and the given one.RasSInterval.createClosure(RasSInterval interval) Returns a new SInterval calculated from the closure of the current SInterval and the given one.RasSInterval.createDifference(RasSInterval interval) Returns a new SInterval calculated from a difference of the current SInterval and the given one.RasSInterval.createIntersection(RasSInterval interval) Returns a new SInterval calculated from the intersection of the current SInterval and the given one.RasSInterval.createUnion(RasSInterval interval) Returns a new SInterval calculated from a union of the current SInterval and the given one.RasSInterval.diff(RasSInterval interval) Deprecated.This methdod provides just another name for the createDifference method and might not be supported in future versions.RasSInterval.differenceOf(RasSInterval interval1, RasSInterval interval2) Calculates the difference of two SIntervals.RasSInterval.differenceWith(RasSInterval interval) Calculates the difference of the current SInterval and the given one.RasSInterval.diffFromSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the differenceWith method and might not be supported in future versions.RasSInterval.intersectionOf(RasSInterval interval1, RasSInterval interval2) This method calculates the intersection of two SIntervals.RasSInterval.intersectionWith(RasSInterval interval) Calculates the intersection of the current SInterval and the given one.RasMInterval.item(int i) Read access the i-th interval.RasSInterval.mult(RasSInterval interval) Deprecated.This methdod provides just another name for the createIntersection method and might not be supported in future versions.RasSInterval.multWithSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the intersectionWith method and might not be supported in future versions.RasSInterval.unionOf(RasSInterval interval1, RasSInterval interval2) Calculates the union of two SIntervals.RasSInterval.unionWith(RasSInterval interval) Calculates the union of the current SIntervall with another one.Methods in rasj with parameters of type RasSIntervalModifier and TypeMethodDescriptionRasSInterval.add(RasSInterval interval) Deprecated.This methdod provides just another name for the createUnion method and might not be supported in future versions.RasSInterval.addToSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the unionWith method and might not be supported in future versions.RasSInterval.closureOf(RasSInterval interval1, RasSInterval interval2) Calculates the closure of two SIntervals.RasSInterval.closureWith(RasSInterval interval) Calculates the closure of the current SInterval and the given one.RasSInterval.createClosure(RasSInterval interval) Returns a new SInterval calculated from the closure of the current SInterval and the given one.RasSInterval.createDifference(RasSInterval interval) Returns a new SInterval calculated from a difference of the current SInterval and the given one.RasSInterval.createIntersection(RasSInterval interval) Returns a new SInterval calculated from the intersection of the current SInterval and the given one.RasSInterval.createUnion(RasSInterval interval) Returns a new SInterval calculated from a union of the current SInterval and the given one.RasSInterval.diff(RasSInterval interval) Deprecated.This methdod provides just another name for the createDifference method and might not be supported in future versions.RasSInterval.differenceOf(RasSInterval interval1, RasSInterval interval2) Calculates the difference of two SIntervals.RasSInterval.differenceWith(RasSInterval interval) Calculates the difference of the current SInterval and the given one.RasSInterval.diffFromSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the differenceWith method and might not be supported in future versions.booleanRasSInterval.equals(RasSInterval interval) Method for testing equality of two SIntervals.RasSInterval.intersectionOf(RasSInterval interval1, RasSInterval interval2) This method calculates the intersection of two SIntervals.RasSInterval.intersectionWith(RasSInterval interval) Calculates the intersection of the current SInterval and the given one.intRasSInterval.intersectsWith(RasSInterval interval) Determines if the current interval intersects with the given one.RasSInterval.mult(RasSInterval interval) Deprecated.This methdod provides just another name for the createIntersection method and might not be supported in future versions.RasSInterval.multWithSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the intersectionWith method and might not be supported in future versions.booleanRasSInterval.notEquals(RasSInterval interval) Method for testing inequality of two SIntervals.voidRasMInterval.setItem(int i, RasSInterval value) Write access to the i-th interval.voidRasMInterval.stream(RasSInterval newInterval) Method for stream initialization with intervals.RasSInterval.unionOf(RasSInterval interval1, RasSInterval interval2) Calculates the union of two SIntervals.RasSInterval.unionWith(RasSInterval interval) Calculates the union of the current SIntervall with another one.Constructors in rasj with parameters of type RasSInterval