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

jadex.xml.IAttributeConverter Maven / Gradle / Ivy

package jadex.xml;

import jadex.commons.transformation.IObjectStringConverter;
import jadex.commons.transformation.IStringObjectConverter;

/**
 *  Converter interface for attributes. Consist of methods for 
 *  string-object and a object-string conversion.
 */
public interface IAttributeConverter extends IStringObjectConverter, IObjectStringConverter
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy