Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IRelationship

Packages that use IRelationship
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IRelationship in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Subinterfaces of IRelationship in org.eclipse.tigerstripe.workbench.model.deprecated_
 interface IAssociationArtifact
          Internal Interface for IAssociationArtifact
 interface IAssociationClassArtifact
          Internal Interface for IAssociationArtifact
 interface IDependencyArtifact
           
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IRelationship
 IRelationship IRelationship.IRelationshipEnd.getContainingRelationship()
          Returns the containing IRelationshipEnd
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IRelationship
 java.util.List<IRelationship> IArtifactManagerSession.getOriginatingRelationshipForFQN(java.lang.String fqn, boolean includeProjectDependencies)
          Deprecated.  
 java.util.List<IRelationship> IArtifactManagerSession.getTerminatingRelationshipForFQN(java.lang.String fqn, boolean includeProjectDependencies)
          Deprecated.  
 java.util.Set<IRelationship> IArtifactManagerSession.removePackageContent(java.lang.String packageName)
          Deprecated. Removes all the artifacts contained in the given package NOTE: this doesn't recursively delete the content of sub-packages