Class inria.meije.rc.sugarcubes.UnaryConfig
All Packages Class Hierarchy This Package Previous Next Index
Class inria.meije.rc.sugarcubes.UnaryConfig
java.lang.Object
|
+----inria.meije.rc.sugarcubes.Config
|
+----inria.meije.rc.sugarcubes.UnaryConfig
- public class UnaryConfig
- extends Config
- implements EventConsts
Unary configurations are positive or negative configurations.
Positive configurations are just events. Negative configurations are
negations of events, corresponding to "not E".
-
eventName
-
-
UnaryConfig()
-
-
equals(Config)
-
-
fixed(Machine)
- An unary configuration is fixed when the event fixation returns
a final value (different from UNKNOWN).
-
name()
-
eventName
protected String eventName
UnaryConfig
public UnaryConfig()
name
public String name()
equals
public boolean equals(Config config)
- Overrides:
- equals in class Config
fixed
public boolean fixed(Machine machine)
- An unary configuration is fixed when the event fixation returns
a final value (different from UNKNOWN).
- Overrides:
- fixed in class Config
All Packages Class Hierarchy This Package Previous Next Index