Interface Tool

All Superinterfaces:
Classifier, ContentCategory, ContentElement, DescribableElement, Element, org.eclipse.emf.ecore.EObject, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, Type, VariabilityElement
All Known Implementing Classes:
ToolImpl

public interface Tool
extends ContentCategory
A representation of the model object 'Tool'. A Tool is a container/aggregate for ToolMentors. It can also provide general descriptions of the tool and its general capabilities.

The following features are supported:

See Also:
UmaPackage.getTool()
  • Method Details

    • getToolMentors

      org.eclipse.emf.common.util.EList<ToolMentor> getToolMentors()
      Returns the value of the 'Tool Mentors' reference list. The list contents are of type ToolMentor.
      Returns:
      the value of the 'Tool Mentors' reference list.
      See Also:
      UmaPackage.getTool_ToolMentors()