Uses of Interface
org.eclipse.tigerstripe.profile.stereotype.IStereotypeInstance

Packages that use IStereotypeInstance
org.eclipse.tigerstripe.model   
org.eclipse.tigerstripe.profile.stereotype   
 

Uses of IStereotypeInstance in org.eclipse.tigerstripe.model
 

Methods in org.eclipse.tigerstripe.model that return IStereotypeInstance
 IStereotypeInstance[] IMethod.getReturnStereotypeInstances()
          Returns all the stereotype instances for this
 

Methods in org.eclipse.tigerstripe.model with parameters of type IStereotypeInstance
 void IMethod.addReturnStereotypeInstance(IStereotypeInstance instance)
           
 void IModelComponent.addStereotypeInstance(IStereotypeInstance instance)
           
 void IMethod.removeReturnStereotypeInstance(IStereotypeInstance instance)
           
 void IMethod.removeReturnStereotypeInstances(IStereotypeInstance[] instances)
           
 void IModelComponent.removeStereotypeInstance(IStereotypeInstance instance)
           
 void IModelComponent.removeStereotypeInstances(IStereotypeInstance[] instances)
           
 

Uses of IStereotypeInstance in org.eclipse.tigerstripe.profile.stereotype
 

Fields in org.eclipse.tigerstripe.profile.stereotype declared as IStereotypeInstance
static IStereotypeInstance[] IStereotypeInstance.EMPTY_ARRAY
           
 

Methods in org.eclipse.tigerstripe.profile.stereotype that return IStereotypeInstance
 IStereotypeInstance[] IStereotypeCapable.getStereotypeInstances()
          Returns an array of stereotype instances.
 IStereotypeInstance IStereotype.makeInstance()
          Makes an instance of this stereotype and initializes all the attributes to their default values.
 

Methods in org.eclipse.tigerstripe.profile.stereotype with parameters of type IStereotypeInstance
 void IStereotypeCapable.addStereotypeInstance(IStereotypeInstance instance)
           
 void IStereotypeCapable.removeStereotypeInstance(IStereotypeInstance instance)
           
 void IStereotypeCapable.removeStereotypeInstances(IStereotypeInstance[] instances)