org.grinvin.invariants.values

Class ListOfRealsValue

Implemented Interfaces:
InvariantValue

public class ListOfRealsValue
extends AbstractInvariantValue

Represents an invariant which is a list of reals.

Constructor Summary

ListOfRealsValue(double[] values, InvariantComputer computer)

Method Summary

double[]
getValues()
String
toText()
Return a String representation of this value.

Methods inherited from class org.grinvin.invariants.values.AbstractInvariantValue

String toString, getComputerId, getComputerVersion, getInvariant, getType, toText

Constructor Details

ListOfRealsValue

public ListOfRealsValue(double[] values,
                        InvariantComputer computer)

Method Details

getValues

public double[] getValues()

toText

public String toText()
Return a String representation of this value.
Specified by:
toText in interface InvariantValue
Overrides:
toText in interface AbstractInvariantValue