| Package | Description |
|---|---|
| de.dhbwstuttgart.typeinference | |
| de.dhbwstuttgart.typeinference.unify |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintsSet |
(package private) class |
EinzelElement<A> |
class |
OderConstraint |
class |
OderMenge<A> |
class |
SingleConstraint
Beschreibung von Herrn Plümicke:
"The set of constraints consists of constraints of the form ø R ø' , where ø and
ø' are Java types and R (R â { < ,
|
class |
UndConstraint
Stellt ein Constraint dar, welches aus mehreren Constraint-Paaren besteht.
|
class |
UndMenge<A> |
| Modifier and Type | Field and Description |
|---|---|
(package private) Menge<KomplexeMenge<A>> |
OderMenge.set |
(package private) Menge<KomplexeMenge<A>> |
UndMenge.set |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintsSet.add(KomplexeMenge<Pair> constraint) |
void |
KomplexeMenge.addItems(KomplexeMenge<A> item) |
void |
EinzelElement.addItems(KomplexeMenge<A> item) |
void |
OderMenge.addItems(KomplexeMenge<A> item) |
void |
UndMenge.addItems(KomplexeMenge<A> item) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ParallelConstraintSet |