SPARQL builder and CQL-to-SPARQL converter SUP-652
[cql-java-moved-to-github.git] / src / main / java / org / z3950 / zing / cql / sparql / GraphPattern.java
1 /*
2  * Copyright (c) 1995-2014, Index Data
3  * All rights reserved.
4  * See the file LICENSE for details.
5  */
6
7 package org.z3950.zing.cql.sparql;
8
9 import org.z3950.zing.cql.utils.PrettyPrinter;
10 import org.z3950.zing.cql.utils.Printable;
11
12 /**
13  *
14  * @author jakub
15  */
16 public interface GraphPattern extends Printable {
17    
18 }