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

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

There is a newer version: 2.0.15
Show newest version
package org.umlg.runtime.collection;

import org.umlg.runtime.domain.AssociationClassNode;

/**
 * Date: 2013/06/18
 * Time: 6:00 PM
 */
public interface UmlgPropertyAssociationClassOrderedSet extends UmlgOrderedSet {

    boolean add(E e, AC associationClass);
    void add(int index, E e, AC associationClass);
    void move(int index, E e, AC associationClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy