Package org.mpi_sws.jmc.strategies.trust
Class EventUtils
java.lang.Object
org.mpi_sws.jmc.strategies.trust.EventUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetJoinedTask(Event event) static LonggetStartedBy(Event event) static booleanisBlockingLabel(Event event) static booleanisExclusiveRead(Event event) static booleanisExclusiveWrite(Event event) static booleanisFinalLockWrite(Event event) static booleanisLockAcquired(Event event) static booleanisLockAcquireRead(Event event) static booleanisLockAcquireWrite(Event event) static booleanisLockReleaseWrite(Event event) static booleanstatic booleanstatic booleanisThreadFinish(Event event) static booleanisThreadJoin(Event event) static booleanisThreadStart(Event event) static booleanstatic voidmakeRevistable(Event event) static voidmakeUnRevistable(Event event) static voidmarkLockWriteFinal(Event event)
-
Constructor Details
-
EventUtils
public EventUtils()
-
-
Method Details
-
isExclusiveWrite
-
isWrite
-
isRead
-
isLockAcquireRead
-
isLockReleaseWrite
-
isLockAcquireWrite
-
isBlockingLabel
-
getStartedBy
-
isExclusiveRead
-
isThreadStart
-
isThreadFinish
-
isThreadJoin
-
getJoinedTask
-
makeUnRevistable
-
makeRevistable
-
isRevisit
-
isFinalLockWrite
-
markLockWriteFinal
-
isLockAcquired
-