Class MatrixFieldCollection

java.lang.Object
com.singularsys.extensions.field.FieldCollection
com.singularsys.extensions.matrix.MatrixFieldCollection
All Implemented Interfaces:
FieldI, IntegerConvertor, MatrixFieldI, JepComponent, Serializable

public class MatrixFieldCollection extends FieldCollection implements MatrixFieldI
A collection of fields including one matrix. It is not currently possible to use two different types of matrices together. You can combine a matrix type with other field implementations such as the BooleanField to add logical capability.
See Also: