public abstract class Transition extends EventOriginator implements com.anylogic.engine.internal.Child
Modifier and Type | Method and Description |
---|---|
abstract void |
cancel()
Should be called when this transition becomes deactivated e.g. as a result
of alternative transition being taken.
|
boolean |
isLoggingToDB()
Return
true if the given event (or dynamic event) is logged to database
(note that this may be overridden by logging settings of Agent). |
void |
restoreOwner(java.lang.Object owner)
Deprecated.
|
getActiveObject, getAgent, getFullName, getName, getRest, getRest, isActive, isCurrent, onDestroy, toString
@AnyLogicInternalCodegenAPI public abstract void cancel()
cancel
in class EventOriginator
@AnyLogicInternalCodegenAPI @Deprecated public void restoreOwner(java.lang.Object owner)
restoreOwner
in interface com.anylogic.engine.internal.Child
owner
- owner of this object, usually Agent
,
Experiment
or
ShapeGroup
public boolean isLoggingToDB()
EventOriginator
true
if the given event (or dynamic event) is logged to database
(note that this may be overridden by logging settings of Agent).isLoggingToDB
in class EventOriginator
Copyright © AnyLogic North America, LLC. All Rights Reserved.