Package beamline.models.responses
Class DirectlyFollowsRelation
- java.lang.Object
-
- beamline.models.responses.Response
-
- beamline.models.responses.DirectlyFollowsRelation
-
- All Implemented Interfaces:
Serializable
public class DirectlyFollowsRelation extends Response
This class represents a directly follows relation as produced byInfiniteSizeDirectlyFollowsMapper.- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirectlyFollowsRelation(BEvent from, BEvent to)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCaseId()Returns the case id this directly follows relation belongs toBEventgetFrom()Returns the source eventBEventgetTo()Returns the target eventinthashCode()-
Methods inherited from class beamline.models.responses.Response
getProcessedEvents, setProcessedEvents
-
-