Method Summary |
|
public void | addKeyword(String string) |
public List | allNamespaces() |
public Set | allOwnedElements() |
public void | apply(Stereotype stereotype) |
public Dependency | createDependency(NamedElement namedElement) |
public Deployment | createDeployment(EClass eClass) |
public Deployment | createDeployment() |
public EAnnotation | createEAnnotation(String string) |
public StringExpression | createNameExpression(EClass eClass) |
public StringExpression | createNameExpression() |
public Comment | createOwnedComment(EClass eClass) |
public Comment | createOwnedComment() |
public TemplateSignature | createOwnedTemplateSignature(EClass eClass) |
public TemplateSignature | createOwnedTemplateSignature() |
public Slot | createSlot(EClass eClass) |
public Slot | createSlot() |
public ValueSpecification | createSpecification(EClass eClass) |
public TemplateBinding | createTemplateBinding(EClass eClass) |
public TemplateBinding | createTemplateBinding() |
public void | destroy() |
public EList | eAdapters() |
public TreeIterator | eAllContents() |
public EClass | eClass() |
public EObject | eContainer() |
public EStructuralFeature | eContainingFeature() |
public EReference | eContainmentFeature() |
public EList | eContents() |
public EList | eCrossReferences() |
public boolean | eDeliver() |
public Object | eGet(EStructuralFeature eStructuralFeature, boolean b) |
public Object | eGet(EStructuralFeature eStructuralFeature) |
public boolean | eIsProxy() |
public boolean | eIsSet(EStructuralFeature eStructuralFeature) |
public void | eNotify(Notification notification) |
public Resource | eResource() |
public void | eSet(EStructuralFeature eStructuralFeature, Object object) |
public void | eSetDeliver(boolean b) |
public void | eUnset(EStructuralFeature eStructuralFeature) |
public boolean | equals(Object object) |
public Stereotype | getApplicableStereotype(String string) |
public Set | getApplicableStereotypes() |
public Stereotype | getAppliedStereotype(String string) |
public Set | getAppliedStereotypes() |
public String | getAppliedVersion(Stereotype stereotype) |
public Classifier | getClassifier(String string) |
public EList | getClassifiers() |
public EList | getClientDependencies() |
public Dependency | getClientDependency(String string) |
public PackageableElement | getDeployedElement(String string) |
public EList | getDeployedElements() |
public Deployment | getDeployment(String string) |
public EList | getDeployments() |
public EAnnotation | getEAnnotation(String string) |
public EList | getEAnnotations() |
public Set | getKeywords() |
public String | getLabel() |
public String | getLabel(boolean b) |
public Model | getModel() |
public String | getName() |
public StringExpression | getNameExpression() |
public Namespace | getNamespace() |
public org.eclipse.uml2.Package | getNearestPackage() |
public EList | getOwnedComments() |
public EList | getOwnedElements() |
public TemplateSignature | getOwnedTemplateSignature() |
public Element | getOwner() |
public TemplateParameter | getOwningParameter() |
public VisibilityKind | getPackageableElement_visibility() |
public String | getQualifiedName() |
public EList | getSlots() |
public ValueSpecification | getSpecification() |
public EList | getTemplateBindings() |
public TemplateParameter | getTemplateParameter() |
public Object | getValue(Stereotype stereotype, String string) |
public VisibilityKind | getVisibility() |
public boolean | hasKeyword(String string) |
public boolean | hasValue(Stereotype stereotype, String string) |
public int | hashCode() |
public boolean | isApplied(Stereotype stereotype) |
public boolean | isDistinguishableFrom(NamedElement namedElement, Namespace namespace) |
public boolean | isRequired(Stereotype stereotype) |
public boolean | mustBeOwned() |
public Set | parameterableElements() |
public String | qualifiedName() |
public void | removeKeyword(String string) |
public String | separator() |
public void | setName(String string) |
public void | setNameExpression(StringExpression stringExpression) |
public void | setOwnedTemplateSignature(TemplateSignature templateSignature) |
public void | setOwningParameter(TemplateParameter templateParameter) |
public void | setPackageableElement_visibility(VisibilityKind visibilityKind) |
public void | setSpecification(ValueSpecification valueSpecification) |
public void | setTemplateParameter(TemplateParameter templateParameter) |
public void | setValue(Stereotype stereotype, String string, Object object) |
public void | setVisibility(VisibilityKind visibilityKind) |
public String | toString() |
public void | unapply(Stereotype stereotype) |
public boolean | validateHasOwner(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateNoDuplicateSlots(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateNoName(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateNotOwnSelf(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateQualifiedName(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateSlotsAreDefined(DiagnosticChain diagnosticChain, Map map) |
public boolean | validateVisibilityNeedsOwnership(DiagnosticChain diagnosticChain, Map map) |