Class CandidateAcceptanceRevoked<C extends Candidate>
- java.lang.Object
-
- org.processmining.specpp.composition.events.CandidateCompositionEvent<C>
-
- org.processmining.specpp.composition.events.CandidateAcceptanceRevoked<C>
-
- All Implemented Interfaces:
Event,Observation,ProperlyHashable,ProperlyPrintable
public class CandidateAcceptanceRevoked<C extends Candidate> extends CandidateCompositionEvent<C>
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.composition.events.CandidateCompositionEvent
action, candidate
-
-
Constructor Summary
Constructors Constructor Description CandidateAcceptanceRevoked(C candidate)
-
Method Summary
-
Methods inherited from class org.processmining.specpp.composition.events.CandidateCompositionEvent
getAction, getCandidate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-
-
-
Constructor Detail
-
CandidateAcceptanceRevoked
public CandidateAcceptanceRevoked(C candidate)
-
-