Class TimeLinkEvent
java.lang.Object
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.TimeEvent
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.TimeLinkEvent
- All Implemented Interfaces:
ICoreElementResolver,ICorePropertyCollection,ILinkEvent,ITimeEvent
TimeEvent implementation for events that do not involve only one entry, they
have a source entry and destination entry
-
Constructor Summary
ConstructorsConstructorDescriptionTimeLinkEvent(ITimeGraphArrow arrowModel, ITimeGraphEntry src, ITimeGraphEntry dst) ConstructorTimeLinkEvent(ITimeGraphEntry src, ITimeGraphEntry dst, long time, long duration) Standard constructorTimeLinkEvent(ITimeGraphEntry src, ITimeGraphEntry dst, long time, long duration, int value) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet this event's destination entryMethods inherited from class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.TimeEvent
equals, getActiveProperties, getDuration, getEntry, getMetadata, getModel, getTime, getValue, hashCode, hasValue, setActiveProperties, splitAfter, splitBefore, toStringMethods inherited from interface org.eclipse.tracecompass.tmf.core.model.ICorePropertyCollection
getActiveProperties, isPropertyActive, setActiveProperties, setPropertyMethods inherited from interface org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.ITimeEvent
getDuration, getEntry, getLabel, getMetadata, getTime, splitAfter, splitBefore
-
Constructor Details
-
TimeLinkEvent
Standard constructor- Parameters:
src- The source entry of this eventdst- The destination entry of this eventtime- The timestamp of this eventduration- The duration of the event
-
TimeLinkEvent
Constructor- Parameters:
src- The source entry of this eventdst- The destination entry of this eventtime- The timestamp of this eventduration- The duration of this eventvalue- The status assigned to the event
-
TimeLinkEvent
Constructor- Parameters:
arrowModel-ITimeGraphArrowthat represents this time link eventsrc- The source entry of this eventdst- The destination entry of this event- Since:
- 5.2
-
-
Method Details
-
getDestinationEntry
Description copied from interface:ILinkEventGet this event's destination entry- Specified by:
getDestinationEntryin interfaceILinkEvent- Returns:
- The destination entry
-