Package com.complexible.stardog
Class Schemas
java.lang.Object
com.complexible.stardog.Schemas
Convenience functions and constants for reasoning schemas.
- Author:
- Evren Sirin
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturn whether the schema name represents thedefault schema
-
Field Details
-
DEFAULT
Constant empty string that is used to indicate that the default schema will be used for answering queries.- See Also:
-
NULL
Constantnullthat is used to indicate that no schema will be used for a query. This is equivalent to disabling reasoning
-
-
Method Details
-
isDefault
Return whether the schema name represents thedefault schema- Parameters:
theSchema- the schema- Returns:
trueif it is thedefault schema,falseotherwise
-