Package org.eclipse.rdf4j.model.impl
Class LinkedHashModelFactory
- java.lang.Object
-
- org.eclipse.rdf4j.model.impl.LinkedHashModelFactory
-
- All Implemented Interfaces:
java.io.Serializable
,ModelFactory
public class LinkedHashModelFactory extends java.lang.Object implements ModelFactory, java.io.Serializable
CreatesLinkedHashModel
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LinkedHashModelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedHashModel
createEmptyModel()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createEmptyModel
public LinkedHashModel createEmptyModel()
- Specified by:
createEmptyModel
in interfaceModelFactory
- Returns:
- a newly created
Model
-
-