Strabon
changeset 1252:3638dc912d64 temporals
removed unused file
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Fri Aug 02 15:28:16 2013 +0300 (2013-08-02) |
parents | f592e2d83bd8 |
children | 6a9204da715f |
files | evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/temporal/stsparql/relation/periodOverlapsFunc.java |
line diff
1.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/temporal/stsparql/relation/periodOverlapsFunc.java Fri Aug 02 15:19:18 2013 +0300 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,27 +0,0 @@ 1.4 -/** 1.5 - * This Source Code Form is subject to the terms of the Mozilla Public 1.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 - * 1.9 - * Copyright (C) 2012, Pyravlos Team 1.10 - * 1.11 - * http://www.strabon.di.uoa.gr/ 1.12 - */ 1.13 -package org.openrdf.query.algebra.evaluation.function.temporal.stsparql.relation; 1.14 - 1.15 -import eu.earthobservatory.constants.TemporalConstants; 1.16 - 1.17 -/** 1.18 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 1.19 - * 1.20 - */ 1.21 -public class periodOverlapsFunc extends TemporalRelationFunc { 1.22 - 1.23 - @Override 1.24 - public String getURI(){ 1.25 - 1.26 - return TemporalConstants.periodOverlaps; 1.27 - } 1.28 - 1.29 - 1.30 -} 1.31 \ No newline at end of file