Package | Description |
---|---|
nl.lxtreme.ols.api.data |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.