Uses of Interface
org.eclipse.higgins.idas.IRelationship

Packages that use IRelationship
org.eclipse.higgins.idas Defines the core set of interfaces for IdAS. 
 

Uses of IRelationship in org.eclipse.higgins.idas
 

Methods in org.eclipse.higgins.idas that return IRelationship
 IRelationship<T> IHasRelationships.createRelationship(java.net.URI type)
          Creates a relationship to another Object.
 

Methods in org.eclipse.higgins.idas that return types with arguments of type IRelationship
 java.lang.Iterable<IRelationship<T>> IHasRelationships.getRelationships()
          Returns the relationships this Object has to others.
 

Methods in org.eclipse.higgins.idas with parameters of type IRelationship
 void IHasRelationships.addRelationship(IRelationship<T> relationship)
          Adds the specified Relationship to this Object.
 void IHasRelationships.removeRelationship(IRelationship<T> relationship)
          Removes the specified Relationship from this Object.