| java.lang.Object org.openrdf.model.impl.LiteralImpl org.openrdf.sail.memory.model.MemLiteral
All known Subclasses: org.openrdf.sail.memory.model.DecimalMemLiteral, org.openrdf.sail.memory.model.NumericMemLiteral, org.openrdf.sail.memory.model.IntegerMemLiteral, org.openrdf.sail.memory.model.BooleanMemLiteral, org.openrdf.sail.memory.model.CalendarMemLiteral,
MemLiteral | public class MemLiteral extends LiteralImpl implements MemValue(Code) | | A MemoryStore-specific extension of Literal giving it node properties.
author: Arjohn Kampman |
Constructor Summary | |
public | MemLiteral(Object creator, String label) Creates a new Literal which will get the supplied label. | public | MemLiteral(Object creator, String label, String lang) Creates a new Literal which will get the supplied label and language code. | public | MemLiteral(Object creator, String label, URI datatype) Creates a new Literal which will get the supplied label and datatype. |
MemLiteral | public MemLiteral(Object creator, String label)(Code) | | Creates a new Literal which will get the supplied label.
Parameters: creator - The object that is creating this MemLiteral. Parameters: label - The label for this literal. |
MemLiteral | public MemLiteral(Object creator, String label, String lang)(Code) | | Creates a new Literal which will get the supplied label and language code.
Parameters: creator - The object that is creating this MemLiteral. Parameters: label - The label for this literal. Parameters: lang - The language code of the supplied label. |
MemLiteral | public MemLiteral(Object creator, String label, URI datatype)(Code) | | Creates a new Literal which will get the supplied label and datatype.
Parameters: creator - The object that is creating this MemLiteral. Parameters: label - The label for this literal. Parameters: datatype - The datatype of the supplied label. |
getObjectStatementCount | public int getObjectStatementCount()(Code) | | |
|
|