public interface TermFactory
Modifier and Type | Method and Description |
---|---|
Constant |
createConstant(Object identifier) |
Literal |
createLiteral(Object value) |
Literal |
createLiteral(URI datatype,
Object value) |
Term |
createTerm(Object o,
Term.Type type)
Deprecated.
|
Term |
createTerm(Term term) |
Variable |
createVariable(Object identifier) |
@Deprecated Term createTerm(Object o, Term.Type type)
createVariable(Object)
, createConstant(Object)
or createLiteral(Object)
instead.
o
- type
- Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.