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

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

There is a newer version: 0.9
Show newest version

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

/**
 * This interface is for elements that support ..
 * sub-nodes.
 */
public interface BinderContainer
{
  Binder[] getBinders();
  
  void addBinder(Binder binder);
  
  void removeBinder(Binder binder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy