org.uacalc.alg
Class ParameterizedAlgebra

java.lang.Object
  extended by org.uacalc.alg.ParameterizedAlgebra

public class ParameterizedAlgebra
extends java.lang.Object

This class represents SmallAlgebra's. Such algebras have a map from {0, ..., n-1} and the elements of the algebra. The operations are done on the ints and converted back the elements.


Constructor Summary
ParameterizedAlgebra()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getParameterMap(java.util.List<java.lang.Integer> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterizedAlgebra

public ParameterizedAlgebra()
Method Detail

getParameterMap

public java.util.Map<java.lang.String,java.lang.String> getParameterMap(java.util.List<java.lang.Integer> values)


Copyright 2003 Ralph Freese. All Rights Reserved.