package esl.cuenet.algorithms.firstk.structs.soc; import esl.cuenet.algorithms.firstk.structs.eventgraph.Entity; import esl.datastructures.TimeInterval; public class TemporalEntityRelations extends EntityRelations { public TemporalEntityRelations(TimeInterval interval, Entity entity) { super(entity); } public void getRelatedEntities(Entity entity) { } }