チェンジセット 270 : SPARQLBuilderWWW2016/src/java/org
- 更新日時:
- 2016/03/14 21:40:09 (9 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/ClassLink.java
r267 r270 12 12 public class ClassLink { 13 13 14 private String endpointURI = null; 15 private String graphURI = null; 14 16 private String propertyURI = null; 15 17 private String linkedClassURI = null; … … 358 360 return QueryPathGenerator.getClassLabelfromList(linkedClassURI, classes); 359 361 } 362 363 364 public final String getEndpointURI() { 365 return endpointURI; 366 } 367 368 369 public final void setEndpointURI(String endpointURI) { 370 this.endpointURI = endpointURI; 371 } 372 373 374 public final String getGraphURI() { 375 return graphURI; 376 } 377 378 379 public final void setGraphURI(String graphURI) { 380 this.graphURI = graphURI; 381 } 360 382 361 383 // private String[] propertyDomainClassURIs = null;