eu.monnetproject.lemon.impl
Class SPARULUpdaterFactory

java.lang.Object
  extended by eu.monnetproject.lemon.impl.SPARULUpdaterFactory
All Implemented Interfaces:
RemoteUpdaterFactory

public class SPARULUpdaterFactory
extends Object
implements RemoteUpdaterFactory

Author:
John McCrae

Constructor Summary
SPARULUpdaterFactory(String url, URI graph, SPARQL dialect)
           
SPARULUpdaterFactory(String url, URI graph, String password, String username, SPARQL dialect)
           
 
Method Summary
 RemoteUpdater updaterForModel(LemonModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARULUpdaterFactory

public SPARULUpdaterFactory(String url,
                            URI graph,
                            SPARQL dialect)

SPARULUpdaterFactory

public SPARULUpdaterFactory(String url,
                            URI graph,
                            String password,
                            String username,
                            SPARQL dialect)
Method Detail

updaterForModel

public RemoteUpdater updaterForModel(LemonModel model)
Specified by:
updaterForModel in interface RemoteUpdaterFactory


Copyright © 2012. All Rights Reserved.