package de.brightbyte.rdf;


public interface RdfProperties<V, R extends V, A, T> {

	public void addProperties(T obj, A rc) throws RdfException;
}
