| Package | Description |
|---|---|
| Environment | |
| GDL | |
| Implemented_Semiring |
| Modifier and Type | Field and Description |
|---|---|
protected static Abstract_CommutativeSemiring |
ENVIRONMENT.semiRing
This field contain the semi-ring of the current gdl instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Abstract_CommutativeSemiring |
ENVIRONMENT.getSemiRing()
This is the getter on the field semiRing
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ENVIRONMENT.setSemiRing(Abstract_CommutativeSemiring semiRing)
Setter of the semiRing for the GDL problem.
|
| Constructor and Description |
|---|
GDL(Abstract_CommutativeSemiring semiRing)
This method is the constructor of this class
|
| Modifier and Type | Class and Description |
|---|---|
class |
OR_Allen_SemiRing
This class is an implementation of a semi-ring.
|
class |
OR_AND_Morgan_SemiRing
This class is an implementation of a semi-ring.
|
class |
OR_AND_SemiRing
This class is an implementation of a semi-ring.
|
class |
UsualAdditionMultiplicationInR
This class is an implementation of a semi-ring.
|