org.grinvin.invariants.values

Class IntegerMatrixValue

Implemented Interfaces:
InvariantValue

public class IntegerMatrixValue
extends AbstractInvariantValue

Constructor Summary

IntegerMatrixValue(int[][] values, InvariantComputer computer)

Method Summary

String
toHtml()
String
toText()

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

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

Constructor Details

IntegerMatrixValue

public IntegerMatrixValue(int[][] values,
                          InvariantComputer computer)

Method Details

toHtml

public String toHtml()

toText

public String toText()
Specified by:
toText in interface InvariantValue
Overrides:
toText in interface AbstractInvariantValue