|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Incrementable | |
edu.umd.cfar.lamp.viper.util | Provides miscellanious utility classes for the ViPER suite. |
viper.api.time | This package provides a set of classes for working with time and time series data. |
Uses of Incrementable in edu.umd.cfar.lamp.viper.util |
Methods in edu.umd.cfar.lamp.viper.util that return Incrementable | |
Incrementable |
Incrementable.next()
Gets the item following this one. |
Incrementable |
Incrementable.previous()
Gets the item before this one. |
Uses of Incrementable in viper.api.time |
Subinterfaces of Incrementable in viper.api.time | |
interface |
Instant
An Instant represents a discrete quantum of the current time measurement. |
Classes in viper.api.time that implement Incrementable | |
class |
Frame
Refers to a specific frame in a video. |
class |
Time
Represents a unit time, usually a microsecond. |
Methods in viper.api.time that return Incrementable | |
Incrementable |
Time.next()
Gets the item following this one. Should have true == a.next().prev().equals(a) . |
Incrementable |
Time.previous()
Gets the item before this one. Should have true == a.prev().next().equals(a) . |
Incrementable |
Frame.next()
Gets the item following this one. Should have true == a.next().prev().equals(a) . |
Incrementable |
Frame.previous()
Gets the item before this one. Should have true == a.prev().next().equals(a) . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |