Uses of Interface
org.eclipse.tigerstripe.model.artifacts.IAbstractArtifact

Packages that use IAbstractArtifact
org.eclipse.tigerstripe.model   
org.eclipse.tigerstripe.model.artifacts   
org.eclipse.tigerstripe.plugins   
 

Uses of IAbstractArtifact in org.eclipse.tigerstripe.model
 

Methods in org.eclipse.tigerstripe.model that return IAbstractArtifact
 IAbstractArtifact IMethod.getContainingArtifact()
          Returns the IArtifact that is the "container" for the Method.
 IAbstractArtifact IMethod.IArgument.getContainingArtifact()
          Returns the IArtifact that is the "container" for the Method.
 IAbstractArtifact ILabel.getContainingArtifact()
          Returns the IArtifact that is the "container" for the Label.
 IAbstractArtifact IField.getContainingArtifact()
          Returns the IArtifact that is the "container" for the Field.
 IAbstractArtifact IAssociationEnd.getContainingArtifact()
          Returns the IArtifact that is the "container" for the end.
 IAbstractArtifact IAssociationEnd.getContainingAssociation()
          Returns the Association that is the "container" for the end.
 IAbstractArtifact IType.getIArtifact()
          Get the Tigerstripe artifact (of any type).
 

Uses of IAbstractArtifact in org.eclipse.tigerstripe.model.artifacts
 

Subinterfaces of IAbstractArtifact in org.eclipse.tigerstripe.model.artifacts
 interface IAssociationArtifact
          Internal Interface for IAssociationArtifact
 interface IAssociationClassArtifact
          Internal Interface for IAssociationArtifact
 interface IDatatypeArtifact
           
 interface IDependencyArtifact
           
 interface IEnumArtifact
           
 interface IEventArtifact
           
 interface IExceptionArtifact
           
 interface IManagedEntityArtifact
           
 interface IPrimitiveTypeArtifact
           
 interface IQueryArtifact
           
 interface ISessionArtifact
           
 interface IUpdateProcedureArtifact
           
 

Methods in org.eclipse.tigerstripe.model.artifacts that return IAbstractArtifact
 IAbstractArtifact[] IAbstractArtifact.getAncestors()
          Returns the Ancestors of this class if defined.
 IAbstractArtifact IAbstractArtifact.getExtendedIArtifact()
          Returns the IArtifact which this artifact extends.
 IAbstractArtifact[] IAbstractArtifact.getExtendingArtifacts()
          Returns an array of all the artifacts that extends this directly.
 IAbstractArtifact[] IAbstractArtifact.getExtendingIArtifacts()
          Returns the list of artifacts that are extending "this" artifact.
 IAbstractArtifact[] IAbstractArtifact.getImplementedArtifacts()
          Returns an array containing all the artifacts that are implemented by this artifact;
 IAbstractArtifact[] IAbstractArtifact.getImplementingIArtifacts()
          Returns an array containing all the artifacts that are implementing this.
 IAbstractArtifact[] IAbstractArtifact.getReferencedIArtifacts()
          Returns an array containing all the artifacts being referenced (through a reference or attribute) from this artifact.
 IAbstractArtifact[] IAbstractArtifact.getReferencingIArtifacts()
          Returns an array with all the artifacts referencing this artifact.
 

Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type IAbstractArtifact
 void IAbstractArtifact.setExtendedIArtifact(IAbstractArtifact artifact)
           
 void IAbstractArtifact.setImplementedArtifacts(IAbstractArtifact[] artifacts)
           
 

Uses of IAbstractArtifact in org.eclipse.tigerstripe.plugins
 

Methods in org.eclipse.tigerstripe.plugins with parameters of type IAbstractArtifact
 boolean IArtifactFilter.select(IAbstractArtifact artifact)
          Determines if the given artifact passes this filter.
 void IExpander.setCurrentArtifact(IAbstractArtifact currentArtifact)
          Allows to set a "current artifact" for this expander.
 void IArtifactModel.setIArtifact(IAbstractArtifact artifact)
          Initializes the artifact for this model.