public class AbsoluteValueOperation extends java.lang.Object implements DatasetOperation
Constructor and Description |
---|
AbsoluteValueOperation() |
Modifier and Type | Method and Description |
---|---|
long |
getSerializationVersion()
Returns the current version of the serialization format.
|
int |
getVersion()
Returns the current class version.
|
void |
initCurrentVersion(java.util.Map<java.lang.String,java.lang.Object> objectMap)
Initializes an instance with a current-version object graph.
|
Dataset |
run(Dataset input)
Returns a new Dataset comprised of the absolute value of the input's elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectMap, init, initPreviousVersion, initUnknownVersion, load, read, save, write
public Dataset run(Dataset input)
run
in interface DatasetOperation
input
- input dataset.public long getSerializationVersion()
ObjectMap
getSerializationVersion
in interface ObjectMap
public int getVersion()
ObjectMap
getVersion
in interface ObjectMap
public void initCurrentVersion(java.util.Map<java.lang.String,java.lang.Object> objectMap)
ObjectMap
initCurrentVersion
in interface ObjectMap
objectMap
- object graph for initialization