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