blob: a500f69855711829497edeb69648c9d509446957 [file] [log] [blame]
package org.eclipse.epf.uma.util;
import org.eclipse.epf.uma.ecore.util.OppositeFeature;
public interface ExtendedOpposite extends MetaElement {
public ExtendedReference getTargetReference();
public OppositeFeature getOFeature();
}