Package com.complexible.common.rdf.rio
Interface RDFStatementHandler.Factory
-
- Enclosing interface:
- RDFStatementHandler
public static interface RDFStatementHandler.Factory
Factory class to generate statement handlers.- Author:
- Evren Sirin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDFStatementHandler
create()
Creates a new statement handler.
-
-
-
Method Detail
-
create
RDFStatementHandler create()
Creates a new statement handler.
-
-