All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ontoware.rdfreactor.runtime.Mappable Maven / Gradle / Ivy

Go to download

RDFReactor creates domain-specific, type-safe Java classes which act as a view over domain-free, loosely typed RDF instances. This library needs to be shipped together with generated classes.

The newest version!
package org.ontoware.rdfreactor.runtime;

import java.util.Iterator;
import java.util.Map;


/**
 * Analogous to {@link Iterable} which can return an {@link Iterator}, this
 * interface marks classes that can return a {@link Map}.
 * 
 * @author voelkel
 * 
 *         TODO use in RDFReactor
 * 
 * @param 
 * @param 
 */
@Patrolled
public interface Mappable {
	
	public Map map();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy