eu.monnetproject.lemon
Interface RemoteUpdater

All Known Implementing Classes:
SPARULUpdater

public interface RemoteUpdater

Author:
John McCrae

Method Summary
 void add(String subject, URI predicate, String bNode)
           
 void add(String subject, URI predicate, String literal, String language)
           
 void add(String subject, URI predicate, String literal, URI datatype)
           
 void add(String subject, URI predicate, URI object)
           
 void add(URI subject, URI predicate, String bNode)
           
 void add(URI subject, URI predicate, String literal, String language)
           
 void add(URI subject, URI predicate, String literal, URI datatype)
           
 void add(URI subject, URI predicate, URI object)
           
 void addList(String subject, URI predicate, List<Object> list)
           
 void addList(URI subject, URI predicate, List<Object> list)
           
 void remove(String subject, URI predicate, String bNode)
           
 void remove(String subject, URI predicate, String literal, String language)
           
 void remove(String subject, URI predicate, String literal, URI datatype)
           
 void remove(String subject, URI predicate, URI object)
           
 void remove(URI subject, URI predicate, String bNode)
           
 void remove(URI subject, URI predicate, String literal, String language)
           
 void remove(URI subject, URI predicate, String literal, URI datatype)
           
 void remove(URI subject, URI predicate, URI object)
           
 void removeList(String subject, URI predicate, List<Object> list)
           
 void removeList(URI subject, URI predicate, List<Object> list)
           
 

Method Detail

add

void add(URI subject,
         URI predicate,
         URI object)

add

void add(String subject,
         URI predicate,
         URI object)

add

void add(URI subject,
         URI predicate,
         String bNode)

add

void add(String subject,
         URI predicate,
         String bNode)

add

void add(URI subject,
         URI predicate,
         String literal,
         String language)

add

void add(String subject,
         URI predicate,
         String literal,
         String language)

add

void add(URI subject,
         URI predicate,
         String literal,
         URI datatype)

add

void add(String subject,
         URI predicate,
         String literal,
         URI datatype)

remove

void remove(URI subject,
            URI predicate,
            URI object)

remove

void remove(String subject,
            URI predicate,
            URI object)

remove

void remove(URI subject,
            URI predicate,
            String bNode)

remove

void remove(String subject,
            URI predicate,
            String bNode)

remove

void remove(URI subject,
            URI predicate,
            String literal,
            String language)

remove

void remove(String subject,
            URI predicate,
            String literal,
            String language)

remove

void remove(URI subject,
            URI predicate,
            String literal,
            URI datatype)

remove

void remove(String subject,
            URI predicate,
            String literal,
            URI datatype)

addList

void addList(URI subject,
             URI predicate,
             List<Object> list)

addList

void addList(String subject,
             URI predicate,
             List<Object> list)

removeList

void removeList(URI subject,
                URI predicate,
                List<Object> list)

removeList

void removeList(String subject,
                URI predicate,
                List<Object> list)


Copyright © 2012. All Rights Reserved.