IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact

Packages that use Artifact
com.ibm.xtools.ras.impord.log   
com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile   
com.ibm.xtools.ras.profile.defauld.defaultprofile   
com.ibm.xtools.ras.profile.defauld.navigation   
com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile   
com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile   
com.ibm.xtools.ras.profile.management.artifact   
com.ibm.xtools.ras.profile.management.artifact.adapter   
com.ibm.xtools.ras.profile.management.artifact.filter   
 

Uses of Artifact in com.ibm.xtools.ras.impord.log
 

Methods in com.ibm.xtools.ras.impord.log with parameters of type Artifact
 Element IImportLog.log(Artifact artifact, String type, String targetLocation)
          Record the import of the Artifact as a separate XML Element tagged with the artifact type.
 

Uses of Artifact in com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile
 

Subinterfaces of Artifact in com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile
 interface Diagram
           A representation of the model object 'Diagram'
 interface Model
           A representation of the model object 'Model'
 interface UseCase
           A representation of the model object 'Use Case'
 

Uses of Artifact in com.ibm.xtools.ras.profile.defauld.defaultprofile
 

Methods in com.ibm.xtools.ras.profile.defauld.defaultprofile that return Artifact
 Artifact Activity.getReference()
          Returns the value of the 'Reference' reference.
 Artifact Artifact.createArtifact()
          Helper method used to create an Artifact element using the factory assigned to the Artifact.
 Artifact ArtifactActivity.getArtifact()
          Returns the value of the 'Artifact' reference.
 Artifact ArtifactDependency.getArtifact()
          Returns the value of the 'Artifact' reference.
 Artifact DefaultprofileFactory.createArtifact()
          Returns a new object of class 'Artifact'.
 Artifact DescriptorGroup.getReference()
          Returns the value of the 'Reference' reference.
 Artifact Profile.getReference()
          Returns the value of the 'Reference' reference.
 Artifact RelatedAsset.getReference()
          Returns the value of the 'Reference' reference.
 Artifact RelatedProfile.getReference()
          Returns the value of the 'Reference' reference.
 Artifact Solution.createArtifact()
          Helper method used to create a Artifact element using the factory assigned to the Solution.
 Artifact Usage.getReference()
          Returns the value of the 'Reference' reference.
 Artifact Usage.createArtifact()
          Helper method used to create an Artifact element using the factory assigned to the Usage.
 Artifact VariabilityPoint.getReference()
          Returns the value of the 'Reference' reference.
 

Methods in com.ibm.xtools.ras.profile.defauld.defaultprofile with parameters of type Artifact
 void Activity.setReference(Artifact value)
          Sets the value of the 'Reference' reference
 String Artifact.computePathFromArtifact(Artifact anArtifact, String pathSeparator)
          Helper method to compute the path of th Artifact relative to its position from a parent/ancestor Artifact.
 boolean Artifact.addArtifact(Artifact anArtifact)
          Helper method to add a nested Artifact to this Artifact.
 void ArtifactActivity.setArtifact(Artifact value)
          Sets the value of the ' Artifact' reference.
 void ArtifactDependency.setArtifact(Artifact value)
          Sets the value of the ' Artifact' reference.
 void DescriptorGroup.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 void Profile.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 void RelatedAsset.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 void RelatedProfile.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 boolean Solution.addArtifact(Artifact anArtifact)
          Helper method to add an Artifact to this Solution.
 void Usage.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 void VariabilityPoint.setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 

Uses of Artifact in com.ibm.xtools.ras.profile.defauld.navigation
 

Methods in com.ibm.xtools.ras.profile.defauld.navigation with parameters of type Artifact
 VisitorStatus IArtifactVisitor.visit(Artifact theArtifact)
          Visits the given Artifact.
 

Uses of Artifact in com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile
 

Methods in com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile that return Artifact
 Artifact Specification.getIcon()
          Returns the value of the 'Icon' reference
 Artifact Specification.getOverViewDiagram()
          Returns the value of the 'Over View Diagram' reference
 Artifact Specification.getModel()
          Returns the value of the 'Model' reference
 

Methods in com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile with parameters of type Artifact
 void Specification.setIcon(Artifact value)
          Sets the value of the 'Icon' reference
 void Specification.setOverViewDiagram(Artifact value)
          Sets the value of the 'Over View Diagram' reference
 void Specification.setModel(Artifact value)
          Sets the value of the 'Model' reference
 

Uses of Artifact in com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile
 

Methods in com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile that return Artifact
 Artifact Wsdl.getReference()
          Returns the value of the 'Reference' reference
 

Methods in com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile with parameters of type Artifact
 void Wsdl.setReference(Artifact value)
          Sets the value of the 'Reference' reference
 

Uses of Artifact in com.ibm.xtools.ras.profile.management.artifact
 

Methods in com.ibm.xtools.ras.profile.management.artifact that return Artifact
 Artifact IArtifactManager.findArtifact(IArtifactFilter theArtifactFilter)
          Finds an Artifact that matches the given filter.
 

Methods in com.ibm.xtools.ras.profile.management.artifact with parameters of type Artifact
 boolean IArtifactManager.containsArtifact(Artifact theArtifact)
          Determines if a particular Artifact is contained in the artifact hierarchy.
 boolean IArtifactManager.addArtifact(Artifact anArtifact)
          Adds an Artifact to the artifact hierarchy being managed.
 IArtifactManager IArtifactManagerFactory.create(Artifact theArtifact)
          Creates an IArtifactManager on the given Artifact.
 

Uses of Artifact in com.ibm.xtools.ras.profile.management.artifact.adapter
 

Methods in com.ibm.xtools.ras.profile.management.artifact.adapter with parameters of type Artifact
 boolean IArtifactManagerAdapter.addArtifact(Artifact anArtifact)
          Adds an Artifact to the artifact hierarchy being managed.
 

Uses of Artifact in com.ibm.xtools.ras.profile.management.artifact.filter
 

Methods in com.ibm.xtools.ras.profile.management.artifact.filter with parameters of type Artifact
 boolean AbstractArtifactAttributeFilterImpl.matches(Artifact theArtifact)
          Determines if the attribute filter string matches the Artifact propety returned by a call to ArtifactAttributeFilterImpl.getArtifactAttribute(Artifact).
protected  Object AbstractArtifactAttributeFilterImpl.getArtifactAttribute(Artifact theArtifact)
          Retrieves the attribute from the Artifact using the method that was looked up through reflection.
 boolean IArtifactFilter.matches(Artifact theArtifact)
          Determines if a given Artifact matches the filter.
 IArtifactFilter IArtifactFilterFactory.createArtifactFilter(Artifact theArtifact)
          Creates an IArtifactFilter that provides the ability to filter for a particular Arifact instance.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.