org.lsmp.djep.groupJep.interfaces.AbelianGroupI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jep Show documentation
Show all versions of jep Show documentation
JEP is a Java library for parsing and evaluating mathematical expressions.
The newest version!
/* @author rich
* Created on 05-Mar-2004
*/
package org.lsmp.djep.groupJep.interfaces;
import org.lsmp.djep.groupJep.*;
/**
* Represents a abelian (commutative) group.
*
* @author Rich Morris
* Created on 05-Mar-2004
*/
public interface AbelianGroupI extends GroupI {
}