|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.logeo.FormFactory
public final class FormFactory
Static utility class for building forms.
Method Summary | |
---|---|
static SimpleForm |
makeCModuleForm(java.lang.String name)
Builds a simple form consisting of the module of complex numbers. |
static ColimitForm |
makeColimitForm(java.lang.String name,
Form... forms)
Builds a colimit form with several coordinate forms. |
static ColimitForm |
makeColimitForm(java.lang.String name,
java.util.List<Form> forms)
Builds a colimit form with coordinate forms given as a list. |
static LimitForm |
makeLimitForm(java.lang.String name,
Form... forms)
Builds a limit form with several coordinate forms. |
static LimitForm |
makeLimitForm(java.lang.String name,
java.util.List<Form> forms)
Builds limit form with coordinate forms given as a list. |
static ListForm |
makeListForm(java.lang.String name,
Form form)
Builds a list form with a given coordinate form. |
static SimpleForm |
makeModuleForm(java.lang.String name,
Module module)
Builds a simple form consisting of the indicated module. |
static PowerForm |
makePowerForm(java.lang.String name,
Form form)
Builds a power form with a given coordinate form. |
static SimpleForm |
makeQModuleForm(java.lang.String name)
Builds a simple form consisting of the module of rationals. |
static SimpleForm |
makeRModuleForm(java.lang.String name)
Builds a simple form consisting of the module of reals. |
static SimpleForm |
makeZModuleForm(java.lang.String name)
Builds a simple form consisting of the module of integers. |
static SimpleForm |
makeZnModuleForm(java.lang.String name,
int p)
Builds a simple form consisting of the module of integers modulo p. |
static SimpleForm |
makeZStringModuleForm(java.lang.String name)
Builds a simple form consisting of the module of strings with integer factors. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SimpleForm makeZModuleForm(java.lang.String name)
name
- the name of the new formpublic static SimpleForm makeZnModuleForm(java.lang.String name, int p)
name
- the name of the new formp
- the modulus of the ZnModulepublic static SimpleForm makeRModuleForm(java.lang.String name)
name
- the name of the new formpublic static SimpleForm makeQModuleForm(java.lang.String name)
name
- the name of the new formpublic static SimpleForm makeCModuleForm(java.lang.String name)
name
- the name of the new formpublic static SimpleForm makeZStringModuleForm(java.lang.String name)
name
- the name of the new formpublic static SimpleForm makeModuleForm(java.lang.String name, Module module)
name
- the name of the new formmodule
- the module that is the base for the new formpublic static LimitForm makeLimitForm(java.lang.String name, java.util.List<Form> forms)
name
- the name of the new formforms
- the coordinate list of formspublic static LimitForm makeLimitForm(java.lang.String name, Form... forms)
name
- the name of the new formforms
- an array of coordinate formspublic static ColimitForm makeColimitForm(java.lang.String name, java.util.List<Form> forms)
name
- the name of the new formforms
- the coordinate list of formspublic static ColimitForm makeColimitForm(java.lang.String name, Form... forms)
name
- the name of the new formforms
- an array of coordinate formspublic static PowerForm makePowerForm(java.lang.String name, Form form)
name
- the name of the new formform
- the single coordinate formpublic static ListForm makeListForm(java.lang.String name, Form form)
name
- the name of the new formform
- the single coordinate form
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |