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 boolean
equals(Object obj)
String
getCaseId()
Returns the case id this directly follows relation belongs toBEvent
getFrom()
Returns the source eventBEvent
getTo()
Returns the target eventint
hashCode()
-
Methods inherited from class beamline.models.responses.Response
getProcessedEvents, setProcessedEvents
-
-