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

org.objectweb.fractal.bf.adl.binder.Binder Maven / Gradle / Ivy

There is a newer version: 0.9
Show newest version

package org.objectweb.fractal.bf.adl.binder;

/**
 * Interface modeling the AST node :
 * 
 *  < binder type="foo" interface="comp.bar" />
 * 
* */ public interface Binder { String getType(); void setType(String type); String getInterface(); void setInterface(String itf); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy