-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8ad548
commit 665cd78
Showing
5 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
package edu.wsu.dase.util; | ||
|
||
import org.semanticweb.owlapi.model.OWLDataFactory; | ||
import org.semanticweb.owlapi.model.OWLOntology; | ||
import org.semanticweb.owlapi.model.OWLOntologyManager; | ||
|
||
public class Constants { | ||
|
||
/*Not implemented yet | ||
*/ | ||
/*public static String[] entityType = { "OBJECTPROPERTY", "DATAPROPERTY", "ANNOTATIONPROPERTY", "DATATYPE", "CLASS", | ||
"INDIVIDUAL" };*/ | ||
|
||
public Constants(String a){ | ||
this.a = a; | ||
} | ||
String a; | ||
public static OWLOntology activeOntologyAsStaticReference; | ||
public static OWLDataFactory owlDataFactoryAsStaticReference; | ||
public static OWLOntologyManager owlOntologyManagerAsStaticReference; | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters