org.umlg.runtime.collection.UmlgPropertyAssociationClassBag Maven / Gradle / Ivy
package org.umlg.runtime.collection;
import org.umlg.runtime.domain.AssociationClassNode;
/**
* Date: 2013/06/18
* Time: 6:00 PM
*/
public interface UmlgPropertyAssociationClassBag extends UmlgBag {
boolean add(E e, AC associationClass);
}