Package com.stardog.stark
Interface Axiom.NamedDatatype
-
- All Superinterfaces:
Axiom
,Axiom.Datatype
,java.lang.Iterable<Statement>
- All Known Implementing Classes:
Axioms.RestrictedDatatype
- Enclosing interface:
- Axiom
public static interface Axiom.NamedDatatype extends Axiom.Datatype
A named datatype expression
- Author:
- Michael Grove
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.stardog.stark.Axiom
Axiom.ClassExpression, Axiom.Datatype, Axiom.NamedDatatype, Axiom.PropertyExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRI
datatype()
-
-
-
Method Detail
-
datatype
@Nonnull IRI datatype()
-
-