|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ontoware.rdf2go.model.impl.AbstractModelWriter
org.ontoware.rdf2go.model.impl.AbstractModelAddRemove
org.ontoware.rdf2go.model.impl.AbstractModelRemovePatterns
org.ontoware.rdf2go.model.impl.AbstractModel
org.ontoware.rdf2go.model.impl.DirtyAbstractModel
public abstract class DirtyAbstractModel
This is an abstract class which provides quick & dirty implementations to get an adapter started quickly. Do not use this code in production environments.
| Field Summary |
|---|
| Fields inherited from class org.ontoware.rdf2go.model.impl.AbstractModel |
|---|
model |
| Constructor Summary | |
|---|---|
DirtyAbstractModel()
|
|
| Method Summary | |
|---|---|
boolean |
isomorphicWith(Model other)
Adapter implementations are strongly encouraged to overwrite this method. |
boolean |
isValidURI(java.lang.String uriString)
You should overrride this method! |
| Methods inherited from class org.ontoware.rdf2go.model.impl.AbstractModelAddRemove |
|---|
addStatement, removeStatement, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ontoware.rdf2go.model.Model |
|---|
dump, getContextURI, isIsomorphicWith |
| Methods inherited from interface org.ontoware.rdf2go.model.ModelValueFactory |
|---|
createBlankNode, createBlankNode |
| Methods inherited from interface org.ontoware.rdf2go.model.FindableModel |
|---|
findStatements |
| Methods inherited from interface org.ontoware.rdf2go.model.Sparqlable |
|---|
sparqlConstruct, sparqlDescribe, sparqlSelect |
| Methods inherited from interface org.ontoware.rdf2go.model.FindableModel |
|---|
findStatements |
| Methods inherited from interface org.ontoware.rdf2go.model.ModelIO |
|---|
readFrom, readFrom, readFrom, writeTo, writeTo, writeTo |
| Methods inherited from interface org.ontoware.rdf2go.model.NamespaceSupport |
|---|
getNamespace, getNamespaces, removeNamespace, setNamespace |
| Constructor Detail |
|---|
public DirtyAbstractModel()
| Method Detail |
|---|
public boolean isomorphicWith(Model other)
public boolean isValidURI(java.lang.String uriString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||