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(URI type)
          Creates a relationship to another Object.
 

Methods in org.eclipse.higgins.idas that return types with arguments of type IRelationship
 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.
 



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation