|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.buffalo.fs7.mathlib.MathObjectConstraints
this class provides constraints for a category similar to GridBagConstraints in the GridBagLayout. It is used in connection with the VarAuthority class to group variables into specialized groups.
VarAuthority,
Mathlib| Field Summary | |
int |
dimension
dimension constraint |
java.lang.String |
expression
expression constraint |
int |
m
m extension constraint (might not apply everywhere |
java.lang.Class |
mathClass
class type constraint |
int |
n
n extension constraint |
java.lang.String |
subCategory
category constraint |
| Constructor Summary | |
MathObjectConstraints()
creates an empty constraints object |
|
MathObjectConstraints(java.lang.Class mathClass,
java.lang.String subCategory,
int n,
int m,
int dimension,
java.lang.String expression)
creates a MathObjectConstraints object |
|
MathObjectConstraints(MathObjectConstraints c)
clones a MathObjectConstraints object |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.Class mathClass
public java.lang.String subCategory
public int n
public int m
public int dimension
public java.lang.String expression
| Constructor Detail |
public MathObjectConstraints()
public MathObjectConstraints(java.lang.Class mathClass,
java.lang.String subCategory,
int n,
int m,
int dimension,
java.lang.String expression)
mathClass - class to filter for or nullsubCategory - category to filter for or nulln - n extension to filter for or -1m - m extension to filter for or -1dimension - dimension filter or -1expression - conditional expression, like self*self'"==one(2)public MathObjectConstraints(MathObjectConstraints c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||