Uses of Interface
org.eclipse.corona.model.container.RelationshipResourceSet

Packages that use RelationshipResourceSet
org.eclipse.corona.model.container   
org.eclipse.corona.model.container.impl   
org.eclipse.corona.model.container.util   
 

Uses of RelationshipResourceSet in org.eclipse.corona.model.container
 

Methods in org.eclipse.corona.model.container that return RelationshipResourceSet
 RelationshipResourceSet ContainerFactory.createRelationshipResourceSet()
          Returns a new object of class 'Relationship Resource Set'
 RelationshipResourceSet ContextContainer.getRelationshipResourceSet()
          Returns the value of the 'Relationship Resource Set' containment reference
 

Methods in org.eclipse.corona.model.container with parameters of type RelationshipResourceSet
 void ContextContainer.setRelationshipResourceSet(RelationshipResourceSet value)
          Sets the value of the 'Relationship Resource Set' containment reference
 

Uses of RelationshipResourceSet in org.eclipse.corona.model.container.impl
 

Classes in org.eclipse.corona.model.container.impl that implement RelationshipResourceSet
 class RelationshipResourceSetImpl
          An implementation of the model object 'Relationship Resource Set'
 

Fields in org.eclipse.corona.model.container.impl declared as RelationshipResourceSet
protected  RelationshipResourceSet ContextContainerImpl.relationshipResourceSet
          The cached value of the 'Relationship Resource Set' containment reference
 

Methods in org.eclipse.corona.model.container.impl that return RelationshipResourceSet
 RelationshipResourceSet ContainerFactoryImpl.createRelationshipResourceSet()
           
 RelationshipResourceSet ContextContainerImpl.getRelationshipResourceSet()
           
 

Methods in org.eclipse.corona.model.container.impl with parameters of type RelationshipResourceSet
 org.eclipse.emf.common.notify.NotificationChain ContextContainerImpl.basicSetRelationshipResourceSet(RelationshipResourceSet newRelationshipResourceSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContextContainerImpl.setRelationshipResourceSet(RelationshipResourceSet newRelationshipResourceSet)
           
 

Uses of RelationshipResourceSet in org.eclipse.corona.model.container.util
 

Methods in org.eclipse.corona.model.container.util with parameters of type RelationshipResourceSet
 java.lang.Object ContainerSwitch.caseRelationshipResourceSet(RelationshipResourceSet object)
          Returns the result of interpretting the object as an instance of 'Relationship Resource Set'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.