差分発生行の前後
無視リスト:
更新日時:
2014/06/18 15:15:37 (10 年 前)
更新者:
nori
ログメッセージ:

リファクタリング

ファイル:
1 移動

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/EndpointAnalyzer.java

    r65 r80  
    2323 * @version 29.01.2014 
    2424 */ 
    25 public class OWLQueryBuilderImpl implements OWLQueryBuilder { 
     25public class EndpointAnalyzer implements RDFSchemaAnalyzer { 
    2626 
    2727        // private Model model = null; 
     
    3636         * @since 28.01.2014 
    3737         */ 
    38         public OWLQueryBuilderImpl(String endpointURI) { 
     38        public EndpointAnalyzer(String endpointURI) { 
    3939                this.endpointURI = endpointURI; 
    4040        } 
     
    6060                // keyword = null; 
    6161 
    62                 OWLQueryBuilder builder = new OWLQueryBuilderImpl(sparqlEndpoint); 
     62                EndpointAnalyzer builder = new EndpointAnalyzer(sparqlEndpoint); 
    6363 
    6464                SClass[] clz = builder.getOWLClasses(null, keyword, "en", false); 
     
    705705        } 
    706706 
    707         public Path[] getPaths(String startClass, String endClass, int mode, 
     707/* 
     708        public Path[] getPaths(String startClass, String endClass, int mode, 
    708709                        boolean countLinks) throws Exception { 
    709710                OWLClassGraph graph = new OWLClassGraph(startClass, endClass); 
     
    715716                return null; 
    716717        } 
     718*/ 
    717719 
    718720        /*