메소드 |
설명 |
|
AllenVariable ( Network net ) : System |
|
|
AllenVariable ( Network net, Domain d ) : System |
Constructs an Allen variable of the network with an initial Allen domain d and a default name. This constructor is equivalent to AllenVariable(network, d, null). |
|
AllenVariable ( Network net, Domain d, String name ) : System |
Constructs an Allen variable of the network with an initial allen domain d and a name specified by the parameter name. When the parameter name is null, default names (v1, v2, and so on) are used. |
|
AllenVariable ( Network net, String name ) : System |
|
|
AllenVariable ( Network net, int st, int lt ) : System |
|
|
AllenVariable ( Network net, int st, int lt, String name ) : System |
|
|
AllenVariable ( Network net, int st, int lt, int duration ) : System |
|
|
AllenVariable ( Network net, int st, int lt, int duration, String name ) : System |
|
|
AllenVariable ( Network net, int st, int lt, int duration, int step ) : System |
|
|
AllenVariable ( Network net, int st, int lt, int duration, int step, String name ) : System |
|
|
Contains ( AllenVariable v ) : void |
|
|
During ( AllenVariable v ) : void |
|
|
Equals ( AllenVariable v ) : void |
|
|
FinishedBy ( AllenVariable v ) : void |
|
|
Finishes ( AllenVariable v ) : void |
|
|
GetConstraintsVars ( ) : Cream.AllenTemporal.CVarToVar[] |
|
|
Meets ( AllenVariable v ) : void |
|
|
MetBy ( AllenVariable v ) : void |
|
|
OverlappedBy ( AllenVariable v ) : void |
|
|
Overlaps ( AllenVariable v ) : void |
|
|
Precededby ( AllenVariable v ) : void |
|
|
Precedes ( AllenVariable v ) : void |
|
|
StartedBy ( AllenVariable v ) : void |
|
|
Starts ( AllenVariable v ) : void |
|
|