Class TrackingContext
java.lang.Object
com.inductiveautomation.ignition.alarming.pipelines.TrackingContext
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddOnDestroyed(TrackingContext.OnDestroyed listener) voiddestroy()longstatic TrackingContextnewRootContext(QualifiedPath pipelinePath, AlarmEvent alarmEvent) voidsetBlockName(String blockName) voidtoString()
-
Field Details
-
ROOT_BLOCK_NAME
- See Also:
-
-
Method Details
-
newRootContext
-
transition
-
destroy
public void destroy() -
addOnDestroyed
-
getAlarmEvent
-
getBlockName
-
getStatus
-
getTimestamp
public long getTimestamp()- Returns:
- A timestamp that was assigned when this TrackingContext was constructed; it represents the time at which the tracked AlarmEvent entered the block represented by this TrackingContext.
-
setStatus
-
setBlockName
-
getPipelinePath
-
getChildren
- Returns:
- An immutable copy of the current children.
-
toString
-