eu.monnetproject.lemon
Interface RemoteUpdaterFactory

All Known Implementing Classes:
SPARULUpdaterFactory

public interface RemoteUpdaterFactory

Returns a remote update for the given model. Note all changes should be localized to a model (e.g., a single repository or graph in that repository). Furthermore for a single model the following will evaluate to true: factory.makeEntry(uri) == factory.makeEntry(uri) (i.e., URIs identify a unique Java object)

Author:
John McCrae

Method Summary
 RemoteUpdater updaterForModel(LemonModel model)
           
 

Method Detail

updaterForModel

RemoteUpdater updaterForModel(LemonModel model)


Copyright © 2012. All Rights Reserved.