Methods in nl.lxtreme.ols.api.data that return Edge |
Edge |
Edge.invert()
Returns the inverse of this edge, so return 'falling' it this is a 'rising'
edge, and the other way around. |
static Edge |
Edge.toEdge(int aOldValue,
int aNewValue)
Given two (sample) values, determines whether they form a falling, rising
or no edge. |
static Edge |
Edge.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Edge[] |
Edge.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |