org.ontoware.rdf2go.model.persistent
Interface Persistent

All Known Subinterfaces:
PersistentModel

public interface Persistent

A persistent entity

Author:
voelkel

Method Summary
 void load()
          load content from storage
 void save()
          persist all unsaved changes
 

Method Detail

save

void save()
          throws ModelRuntimeException,
                 java.io.IOException
persist all unsaved changes

Throws:
ModelRuntimeException, - e.g. IOException
ModelRuntimeException
java.io.IOException

load

void load()
          throws ModelRuntimeException,
                 java.io.IOException
load content from storage

Throws:
ModelRuntimeException, - e.g. FileNotFoundException,IOException
java.io.IOException
ModelRuntimeException


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.