org.w3c.rdfpic.core
Interface RdfDataProvider

All Known Implementing Classes:
SchemaTabbedPane

public interface RdfDataProvider

An RdfDataProvider is responsible for dealing with all rdf data that RdfPicCore produces/needs. When loading a new file, RdfPicCore sets the appropriate values, when saving reads them from here.


Method Summary
 void setVal(int schemaIndex, int predicateIndex, java.lang.String newval)
           
 java.lang.String valOf(int schemaIndex, int predicateIndex)
           
 

Method Detail

valOf

public java.lang.String valOf(int schemaIndex,
                              int predicateIndex)

setVal

public void setVal(int schemaIndex,
                   int predicateIndex,
                   java.lang.String newval)