org.umlg.runtime.collection.UmlgSequence Maven / Gradle / Ivy
package org.umlg.runtime.collection;
import org.umlg.runtime.collection.ocl.OclStdLibSequence;
import java.util.List;
public interface UmlgSequence extends UmlgCollection, List, OclStdLibSequence {
}