org.umlg.runtime.collection.persistent.UmlgAssociationClassSet Maven / Gradle / Ivy
package org.umlg.runtime.collection.persistent;
import org.umlg.runtime.collection.UmlgSet;
/**
* Date: 2013/07/27
* Time: 7:49 PM
*/
public interface UmlgAssociationClassSet extends UmlgSet {
boolean internalAdd(E node);
boolean internalRemove(E node);
}