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

org.umlg.runtime.collection.UmlgPropertyAssociationClassSet Maven / Gradle / Ivy

The newest version!
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);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy