Package | Description |
---|---|
ptolemy.actor.util |
Actor utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
SuperdenseDependency
This dependency represents causal relationships that have a real value
and a superdense time index.
|
Modifier and Type | Field and Description |
---|---|
static BooleanDependency |
BooleanDependency.OPLUS_IDENTITY
The additive identity, which has value false and indicates
that there is no dependency.
|
static BooleanDependency |
BooleanDependency.OTIMES_IDENTITY
The multiplicative identity, which has value true and
indicates that there is a dependency.
|
Modifier and Type | Method and Description |
---|---|
static BooleanDependency |
BooleanDependency.valueOf(boolean value)
Return an instance of BooleanDependency with the specified
value.
|