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

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

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

Subinterfaces of IModelComponent in org.eclipse.tigerstripe.workbench.model.deprecated_
 interface IAbstractArtifact
          Abstract Artifact for a Tigerstripe Model.
 interface IAssociationArtifact
          Internal Interface for IAssociationArtifact
 interface IAssociationClassArtifact
          Internal Interface for IAssociationArtifact
 interface IAssociationEnd
           
 interface IDatatypeArtifact
           
 interface IDependencyArtifact
           
 interface IEnumArtifact
           
 interface IEventArtifact
           
 interface IExceptionArtifact
           
 interface IField
          This class represents a Field for an IArtifact.
 interface ILiteral
           
 interface IManagedEntityArtifact
           
 interface IMethod
           
 interface IPackageArtifact
           
 interface IPrimitiveTypeArtifact
           
 interface IQueryArtifact
           
 interface ISessionArtifact
           
 interface IUpdateProcedureArtifact
           
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IModelComponent
 IModelComponent IModelComponent.getContainingModelComponent()
           
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IModelComponent
 java.util.Collection<IModelComponent> IModelComponent.getContainedModelComponents()