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

javax.jmi.model.RefersTo Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package javax.jmi.model;

import javax.jmi.reflect.*;

@SuppressWarnings("rawtypes")
public interface RefersTo extends RefAssociation {
    public boolean exists(Reference referent, AssociationEnd referencedEnd);
    public java.util.Collection getReferent(AssociationEnd referencedEnd);
    public AssociationEnd getReferencedEnd(Reference referent);
    public boolean add(Reference referent, AssociationEnd referencedEnd);
    public boolean remove(Reference referent, AssociationEnd referencedEnd);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy