KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > lsmp > djep > groupJep > interfaces > AbelianGroupI


1 /* @author rich
2  * Created on 05-Mar-2004
3  *
4  * This code is covered by a Creative Commons
5  * Attribution, Non Commercial, Share Alike license
6  * <a HREF="http://creativecommons.org/licenses/by-nc-sa/1.0">License</a>
7  */

8 package org.lsmp.djep.groupJep.interfaces;
9
10 import org.lsmp.djep.groupJep.*;
11
12 /**
13  * Represents a abelian (commutative) group.
14  *
15  * @author Rich Morris
16  * Created on 05-Mar-2004
17  */

18 public interface AbelianGroupI extends GroupI {
19 }
20
Popular Tags