![JAR search and dependency download from the Maven repository](/logo.png)
org.objectweb.fractal.bf.adl.binder.Binder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fractal-bf-adl Show documentation
Show all versions of fractal-bf-adl Show documentation
Extend Fractal-ADL to specify binding protocols.
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