The following document contains the results of PMD's CPD 5.0.5.
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 1682 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 1700 |
return this.property.validateSubsettingRules(
arg0,
arg1);
}
/*
* @param arg0
* @param arg1
* @return this.property.validateUpperGeLower(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateUpperGeLower(DiagnosticChain, Map)
public boolean validateUpperEqUpperbound(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateUpperEqUpperbound(
arg0,
arg1);
}*/
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#validateUpperGeLower(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateUpperGeLower(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateUpperGeLower(
arg0,
arg1);
}
/** UML2 3.0: property.validateUpperGt0 no longer exists
* @param arg0
* @param arg1
* @return property.getUpper() > 0
*/
public boolean validateUpperGt0(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.getUpper() > 0;
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateVisibilityNeedsOwnership(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateVisibilityNeedsOwnership(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateVisibilityNeedsOwnership(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.Property#getOtherEnd()
*/
public Property getOtherEnd()
{
return this.property.getOtherEnd();
}
/**
* @see org.eclipse.uml2.uml.Property#getQualifier(String, org.eclipse.uml2.uml.Type)
*/
public Property getQualifier(final String name, final Type type)
{
return this.property.getQualifier(name, type);
}
/**
* @see org.eclipse.uml2.uml.Property#getQualifier(String, org.eclipse.uml2.uml.Type, boolean, org.eclipse.emf.ecore.EClass, boolean)
*/
public Property getQualifier(final String name, final Type type, final boolean ignoreCase, final EClass eClass,
final boolean createOnDemand)
{
return this.property.getQualifier(name, type, ignoreCase, eClass, createOnDemand);
}
/**
* @see org.eclipse.uml2.uml.Property#getRedefinedProperty(String, org.eclipse.uml2.uml.Type)
*/
public Property getRedefinedProperty(final String name, final Type type)
{
return this.property.getRedefinedProperty(name, type);
}
/**
* @see org.eclipse.uml2.uml.Property#getRedefinedProperty(String, org.eclipse.uml2.uml.Type, boolean, org.eclipse.emf.ecore.EClass)
*/
public Property getRedefinedProperty(final String name, final Type type, final boolean ignoreCase, final EClass eClass)
{
return this.property.getRedefinedProperty(name, type, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.Property#getSubsettedProperty(String, org.eclipse.uml2.uml.Type)
*/
public Property getSubsettedProperty(final String name, final Type type)
{
return this.property.getSubsettedProperty(name, type);
}
/**
* @see org.eclipse.uml2.uml.Property#getSubsettedProperty(String, org.eclipse.uml2.uml.Type, boolean, org.eclipse.emf.ecore.EClass)
*/
public Property getSubsettedProperty(final String name, final Type type, final boolean ignoreCase, final EClass eClass)
{
return this.property.getSubsettedProperty(name, type, ignoreCase, eClass);
}
/**
* UML2 5.0 (Eclipse 4.4) only
* @see org.eclipse.uml2.uml.Property#isAttribute()
*/
public boolean isAttribute()
{
return this.property.isAttribute();
}
/*
* @see org.eclipse.uml2.uml.Property#isAttribute(org.eclipse.uml2.uml.Property)
* Removed in UML2 2.5
public boolean isAttribute(final Property prop)
{
return this.property.isAttribute(prop);
}
*/
/*
* @see org.eclipse.uml2.uml.Property#isSetDefault()
* Removed in UML2 2.5
public boolean isSetDefault()
{
return this.property.isSetDefault();
}
*/
/**
* @see org.eclipse.uml2.uml.Property#setBooleanDefaultValue(boolean)
*/
public void setBooleanDefaultValue(final boolean value)
{
this.property.setBooleanDefaultValue(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setDefault(String)
*/
public void setDefault(final String value)
{
this.property.setDefault(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setIntegerDefaultValue(int)
*/
public void setIntegerDefaultValue(final int value)
{
this.property.setIntegerDefaultValue(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setIsComposite(boolean)
*/
public void setIsComposite(final boolean value)
{
this.property.setIsComposite(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setIsNavigable(boolean)
*/
public void setIsNavigable(final boolean isNavigable)
{
this.property.setIsNavigable(isNavigable);
}
/**
* @see org.eclipse.uml2.uml.Property#setNullDefaultValue()
*/
public void setNullDefaultValue()
{
this.property.setNullDefaultValue();
}
/**
* @see org.eclipse.uml2.uml.Property#setOpposite(org.eclipse.uml2.uml.Property)
*/
public void setOpposite(final Property value)
{
this.property.setOpposite(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setStringDefaultValue(String)
*/
public void setStringDefaultValue(final String value)
{
this.property.setStringDefaultValue(value);
}
/**
* @see org.eclipse.uml2.uml.Property#setUnlimitedNaturalDefaultValue(int)
*/
public void setUnlimitedNaturalDefaultValue(final int value)
{
this.property.setUnlimitedNaturalDefaultValue(value);
}
/*
* @see org.eclipse.uml2.uml.Property#unsetDefault()
* Removed in UML2 2.5
public void unsetDefault()
{
this.property.unsetDefault();
}
*/
/**
* @see org.eclipse.uml2.uml.Property#validateBindingToAttribute(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateBindingToAttribute(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateBindingToAttribute(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Property#validateDeploymentTarget(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDeploymentTarget(final DiagnosticChain diagnostics, final Map<Object, Object> context)
{
return this.property.validateDeploymentTarget(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Property#validateDerivedUnionIsReadOnly(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDerivedUnionIsReadOnly(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateDerivedUnionIsDerived(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Property#validateRedefinedPropertyInherited(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateRedefinedPropertyInherited(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateRedefinedPropertyInherited(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Property#validateSubsettedPropertyNames(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateSubsettedPropertyNames(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateSubsettedPropertyNames(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Property#validateSubsettingContextConforms(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateSubsettingContextConforms(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateSubsettingContextConforms(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Feature#getFeaturingClassifier(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public Classifier getFeaturingClassifier(final String name, final boolean ignoreCase, final EClass eClass)
{
return this.property.getFeaturingClassifier(name, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinedElement(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public RedefinableElement getRedefinedElement(final String name, final boolean ignoreCase, final EClass eClass)
{
return this.property.getRedefinedElement(name, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinitionContext(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public Classifier getRedefinitionContext(final String name, final boolean ignoreCase, final EClass eClass)
{
return this.property.getRedefinitionContext(name, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#allOwningPackages()
*/
public EList<Package> allOwningPackages()
{
return this.property.allOwningPackages();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createNameExpression(String, org.eclipse.uml2.uml.Type)
*/
public StringExpression createNameExpression(final String name, final Type type)
{
return this.property.createNameExpression(name, type);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createUsage(org.eclipse.uml2.uml.NamedElement)
*/
public Usage createUsage(final NamedElement supplier)
{
return this.property.createUsage(supplier);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependency(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public Dependency getClientDependency(final String name, final boolean ignoreCase, final EClass eClass)
{
return this.property.getClientDependency(name, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isSetName()
*/
public boolean isSetName()
{
return this.property.isSetName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isSetVisibility()
*/
public boolean isSetVisibility()
{
return this.property.isSetVisibility();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#unsetName()
*/
public void unsetName()
{
this.property.unsetName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#unsetVisibility()
*/
public void unsetVisibility()
{
this.property.unsetVisibility();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateHasNoQualifiedName(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasNoQualifiedName(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateHasNoQualifiedName(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateHasQualifiedName(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasQualifiedName(final DiagnosticChain diagnostics, final Map<Object, Object> context)
{
return this.property.validateHasQualifiedName(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.Element#applyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject applyStereotype(final Stereotype stereotype)
{
return this.property.applyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedSubstereotype(org.eclipse.uml2.uml.Stereotype, String)
*/
public Stereotype getAppliedSubstereotype(final Stereotype stereotype, final String qualifiedName)
{
return this.property.getAppliedSubstereotype(stereotype, qualifiedName);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedSubstereotypes(org.eclipse.uml2.uml.Stereotype)
*/
public EList<Stereotype> getAppliedSubstereotypes(final Stereotype stereotype)
{
return this.property.getAppliedSubstereotypes(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getRelationships()
*/
public EList<Relationship> getRelationships()
{
return this.property.getRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<Relationship> getRelationships(final EClass eClass)
{
return this.property.getRelationships(eClass);
}
/**
* @see org.eclipse.uml2.uml.Element#getRequiredStereotype(String)
*/
public Stereotype getRequiredStereotype(final String qualifiedName)
{
return this.property.getRequiredStereotype(qualifiedName);
}
/**
* @see org.eclipse.uml2.uml.Element#getRequiredStereotypes()
*/
public EList<Stereotype> getRequiredStereotypes()
{
return this.property.getRequiredStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getSourceDirectedRelationships()
*/
public EList<DirectedRelationship> getSourceDirectedRelationships()
{
return this.property.getSourceDirectedRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getSourceDirectedRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<DirectedRelationship> getSourceDirectedRelationships(final EClass eClass)
{
return this.property.getSourceDirectedRelationships(eClass);
}
/**
* @see org.eclipse.uml2.uml.Element#getStereotypeApplication(org.eclipse.uml2.uml.Stereotype)
*/
public EObject getStereotypeApplication(final Stereotype stereotype)
{
return this.property.getStereotypeApplication(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getStereotypeApplications()
*/
public EList<EObject> getStereotypeApplications()
{
return this.property.getStereotypeApplications();
}
/**
* @see org.eclipse.uml2.uml.Element#getTargetDirectedRelationships()
*/
public EList<DirectedRelationship> getTargetDirectedRelationships()
{
return this.property.getTargetDirectedRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getTargetDirectedRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<DirectedRelationship> getTargetDirectedRelationships(final EClass eClass)
{
return this.property.getTargetDirectedRelationships(eClass);
}
/**
* @see org.eclipse.uml2.uml.Element#isStereotypeApplicable(org.eclipse.uml2.uml.Stereotype)
*/
public boolean isStereotypeApplicable(final Stereotype stereotype)
{
return this.property.isStereotypeApplicable(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#isStereotypeApplied(org.eclipse.uml2.uml.Stereotype)
*/
public boolean isStereotypeApplied(final Stereotype stereotype)
{
return this.property.isStereotypeApplied(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#isStereotypeRequired(org.eclipse.uml2.uml.Stereotype)
*/
public boolean isStereotypeRequired(final Stereotype stereotype)
{
return this.property.isStereotypeRequired(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#unapplyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject unapplyStereotype(final Stereotype stereotype)
{
return this.property.unapplyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#compatibleWith(org.eclipse.uml2.uml.MultiplicityElement)
*/
public boolean compatibleWith(final MultiplicityElement other)
{
return this.property.compatibleWith(other);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#createLowerValue(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public ValueSpecification createLowerValue(final String name, final Type type, final EClass eClass)
{
return this.property.createLowerValue(name, type, eClass);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#createUpperValue(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public ValueSpecification createUpperValue(final String name, final Type type, final EClass eClass)
{
return this.property.createUpperValue(name, type, eClass);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#is(int, int)
*/
public boolean is(final int lowerbound, final int upperbound)
{
return this.property.is(lowerbound, upperbound);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setLower(int)
*/
public void setLower(final int value)
{
this.property.setLower(value);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setUpper(int)
*/
public void setUpper(final int value)
{
this.property.setUpper(value);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#validateValueSpecificationConstant(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateValueSpecificationConstant(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateValueSpecificationConstant(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#validateValueSpecificationNoSideEffects(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateValueSpecificationNoSideEffects(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.property.validateValueSpecificationNoSideEffects(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#getOwningTemplateParameter()
*/
public TemplateParameter getOwningTemplateParameter()
{
return this.property.getOwningTemplateParameter();
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#isCompatibleWith(org.eclipse.uml2.uml.ParameterableElement)
*/
public boolean isCompatibleWith(final ParameterableElement element) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 318 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 320 |
LOGGER.error("AssociationEnd.createTemplateBinding(EClass) has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return null;
}
/**
* @param arg0
* @return this.property.createUpperValue(null, null, arg0)
* @see org.eclipse.uml2.uml.Property#createUpperValue(String, Type, EClass)
*/
public ValueSpecification createUpperValue(final EClass arg0)
{
return this.property.createUpperValue(null, null, arg0);
}
/**
* @see org.eclipse.uml2.uml.Element#destroy()
*/
public void destroy()
{
this.property.destroy();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eAdapters()
*/
public EList eAdapters()
{
return this.property.eAdapters();
}
/**
* @see org.eclipse.emf.ecore.EObject#eAllContents()
*/
public TreeIterator eAllContents()
{
return this.property.eAllContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eClass()
*/
public EClass eClass()
{
return this.property.eClass();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainer()
*/
public EObject eContainer()
{
return this.property.eContainer();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainingFeature()
*/
public EStructuralFeature eContainingFeature()
{
return this.property.eContainingFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainmentFeature()
*/
public EReference eContainmentFeature()
{
return this.property.eContainmentFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContents()
*/
public EList eContents()
{
return this.property.eContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eCrossReferences()
*/
public EList eCrossReferences()
{
return this.property.eCrossReferences();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eDeliver()
*/
public boolean eDeliver()
{
return this.property.eDeliver();
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public Object eGet(final EStructuralFeature arg0)
{
return this.property.eGet(arg0);
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature, boolean)
*/
public Object eGet(
final EStructuralFeature arg0,
final boolean arg1)
{
return this.property.eGet(
arg0,
arg1);
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsProxy()
*/
public boolean eIsProxy()
{
return this.property.eIsProxy();
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsSet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public boolean eIsSet(final EStructuralFeature arg0)
{
return this.property.eIsSet(arg0);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eNotify(org.eclipse.emf.common.notify.Notification)
*/
public void eNotify(final Notification arg0)
{
this.property.eNotify(arg0);
}
/**
* @see org.eclipse.emf.ecore.EObject#eResource()
*/
public Resource eResource()
{
return this.property.eResource();
}
/**
* @see org.eclipse.emf.ecore.EObject#eSet(org.eclipse.emf.ecore.EStructuralFeature, Object)
*/
public void eSet(
final EStructuralFeature arg0,
final Object arg1)
{
this.property.eSet(
arg0,
arg1);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eSetDeliver(boolean)
*/
public void eSetDeliver(final boolean arg0)
{
this.property.eSetDeliver(arg0);
}
/**
* @see org.eclipse.emf.ecore.EObject#eUnset(org.eclipse.emf.ecore.EStructuralFeature)
*/
public void eUnset(final EStructuralFeature arg0)
{
this.property.eUnset(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#getAggregation()
*/
public AggregationKind getAggregation()
{
return this.property.getAggregation();
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotype(String)
*/
public Stereotype getApplicableStereotype(final String arg0)
{
return this.property.getApplicableStereotype(arg0);
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotypes()
*/
public EList<Stereotype> getApplicableStereotypes()
{
return this.property.getApplicableStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotype(String)
*/
public Stereotype getAppliedStereotype(final String arg0)
{
return this.property.getAppliedStereotype(arg0);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotypes()
*/
public EList<Stereotype> getAppliedStereotypes()
{
return this.property.getAppliedStereotypes();
}
// TODO: Map getAppliedVersion?
/*public String getAppliedVersion(final Stereotype arg0)
{
return this.property.getAppliedVersion(arg0);
}*/
/**
* @see org.eclipse.uml2.uml.Property#getAssociation()
*/
public Association getAssociation()
{
return this.property.getAssociation();
}
/**
* @see org.eclipse.uml2.uml.Property#getAssociationEnd()
*/
public Property getAssociationEnd()
{
return this.property.getAssociationEnd();
}
/**
* @see org.eclipse.uml2.uml.Property#getClass_()
*/
public Class getClass_()
{
return this.property.getClass_();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependencies()
*/
public EList getClientDependencies()
{
return this.property.getClientDependencies();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependency(String)
*/
public Dependency getClientDependency(final String arg0)
{
return this.property.getClientDependency(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#getDatatype()
*/
public DataType getDatatype()
{
return this.property.getDatatype();
}
/**
* @see org.eclipse.uml2.uml.Property#getDefault()
*/
public String getDefault()
{
return this.property.getDefault();
}
/**
* @see org.eclipse.uml2.uml.Property#getDefaultValue()
*/
public ValueSpecification getDefaultValue()
{
return this.property.getDefaultValue();
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElement(String)
*/
public PackageableElement getDeployedElement(final String arg0)
{
return this.property.getDeployedElement(arg0);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElements()
*/
public EList getDeployedElements()
{
return this.property.getDeployedElements();
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployment(String)
*/
public Deployment getDeployment(final String arg0)
{
return this.property.getDeployment(arg0);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployments()
*/
public EList getDeployments()
{
return this.property.getDeployments();
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotation(String)
*/
public EAnnotation getEAnnotation(final String arg0)
{
return this.property.getEAnnotation(arg0);
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotations()
*/
public EList getEAnnotations()
{
return this.property.getEAnnotations();
}
/**
* @see org.eclipse.uml2.uml.ConnectableElement#getEnds()
*/
public EList getEnds()
{
return this.property.getEnds();
}
/**
* @see org.eclipse.uml2.uml.Feature#getFeaturingClassifier(String)
*/
public Classifier getFeaturingClassifier(final String arg0)
{
return this.property.getFeaturingClassifier(arg0);
}
/**
* @see org.eclipse.uml2.uml.Feature#getFeaturingClassifiers()
*/
public EList getFeaturingClassifiers()
{
return this.property.getFeaturingClassifiers();
}
/**
* @see org.eclipse.uml2.uml.Element#getKeywords()
*/
public EList<String> getKeywords()
{
return this.property.getKeywords();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getLabel()
*/
public String getLabel()
{
return this.property.getLabel();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getLabel(boolean)
*/
public String getLabel(final boolean arg0)
{
return this.property.getLabel(arg0);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#getLower()
*/
public int getLower()
{
return this.property.getLower();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#getLowerValue()
*/
public ValueSpecification getLowerValue()
{
return this.property.getLowerValue();
}
/**
* @see org.eclipse.uml2.uml.Element#getModel()
*/
public Model getModel()
{
return (Model) UmlUtilities.findModel(this.property);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getName()
*/
public String getName()
{
return this.property.getName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getNameExpression()
*/
public StringExpression getNameExpression()
{
return this.property.getNameExpression();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getNamespace()
*/
public Namespace getNamespace()
{
return this.property.getNamespace();
}
/**
* @see org.eclipse.uml2.uml.Element#getNearestPackage()
*/
public Package getNearestPackage()
{
return this.property.getNearestPackage();
}
/**
* @see org.eclipse.uml2.uml.Property#getOpposite()
*/
public Property getOpposite()
{
return this.property.getOpposite();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwnedComments()
*/
public EList getOwnedComments()
{
return this.property.getOwnedComments();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwnedElements()
*/
public EList getOwnedElements()
{
return this.property.getOwnedElements();
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* @return null
* @see org.eclipse.uml2.uml.TemplateableElement#getOwnedTemplateSignature()
*/
public TemplateSignature getOwnedTemplateSignature()
{
//return this.property.getOwnedTemplateSignature();
LOGGER.error("AssociationEnd.property.getOwnedTemplateSignature() has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeLinkImpl.java | 61 |
| org\andromda\metafacades\emf\uml22\LinkEndImpl.java | 60 |
return this.slot.equals(((AttributeLinkImpl)object).slot);
}
/*if (object instanceof LinkEndImpl)
{
return this.slot.equals(((LinkEndImpl)object).slot);
}*/
return this.slot.equals(object);
}
/**
* @see Object#hashCode()
*/
@Override
public int hashCode()
{
return this.slot.hashCode();
}
/**
* @see Object#toString()
*/
@Override
public String toString()
{
return this.getClass().getName() + '[' + this.slot.toString() + ']';
}
/**
* @see org.eclipse.uml2.uml.Slot#getOwningInstance()
*/
public InstanceSpecification getOwningInstance()
{
return this.slot.getOwningInstance();
}
/**
* @see org.eclipse.uml2.uml.Slot#setOwningInstance(org.eclipse.uml2.uml.InstanceSpecification)
*/
public void setOwningInstance(final InstanceSpecification instanceSpecification)
{
this.slot.setOwningInstance(instanceSpecification);
}
/**
* @see org.eclipse.uml2.uml.Slot#getValues()
*/
public EList<ValueSpecification> getValues()
{
return this.slot.getValues();
}
/**
* @param string
* @return slot.getValue(string, null)
*/
public ValueSpecification getValue(final String string)
{
return this.slot.getValue(string, null);
}
/**
* @see org.eclipse.uml2.uml.Slot#getValue(String, org.eclipse.uml2.uml.Type)
*/
public ValueSpecification getValue(final String string, final Type type)
{
return this.slot.getValue(string, type);
}
/**
* @see org.eclipse.uml2.uml.Slot#getValue(String, org.eclipse.uml2.uml.Type, boolean, org.eclipse.emf.ecore.EClass, boolean)
*/
public ValueSpecification getValue(final String name, final Type type, final boolean ignoreCase, final EClass eClass, final boolean createOnDemand)
{
return this.slot.getValue(name, type, ignoreCase, eClass, createOnDemand);
}
/**
* @param eClass
* @return slot.createValue(null, null, eClass)
*/
public ValueSpecification createValue(final EClass eClass)
{
return this.slot.createValue(null, null, eClass);
}
/**
* @see org.eclipse.uml2.uml.Slot#createValue(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public ValueSpecification createValue(final String name, final Type type, final EClass eClass)
{
return this.slot.createValue(name, type, eClass);
}
/**
* @see org.eclipse.uml2.uml.Slot#getDefiningFeature()
*/
public StructuralFeature getDefiningFeature()
{
return this.slot.getDefiningFeature();
}
/**
* @see org.eclipse.uml2.uml.Slot#setDefiningFeature(org.eclipse.uml2.uml.StructuralFeature)
*/
public void setDefiningFeature(final StructuralFeature structuralFeature)
{
this.slot.setDefiningFeature(structuralFeature);
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature, boolean)
*/
public Object eGet(final EStructuralFeature eStructuralFeature, final boolean resolve)
{
return this.slot.eGet(eStructuralFeature, resolve);
}
/**
* @see org.eclipse.emf.ecore.EObject#eSet(org.eclipse.emf.ecore.EStructuralFeature, Object)
*/
public void eSet(final EStructuralFeature eStructuralFeature, final Object object)
{
this.slot.eSet(eStructuralFeature, object);
}
/**
* @see org.eclipse.emf.ecore.EObject#eUnset(org.eclipse.emf.ecore.EStructuralFeature)
*/
public void eUnset(final EStructuralFeature eStructuralFeature)
{
this.slot.eUnset(eStructuralFeature);
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsSet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public boolean eIsSet(final EStructuralFeature eStructuralFeature)
{
return this.slot.eIsSet(eStructuralFeature);
}
/**
* @see org.eclipse.uml2.uml.Element#getOwnedElements()
*/
public EList<Element> getOwnedElements()
{
return this.slot.getOwnedElements();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwner()
*/
public Element getOwner()
{
return this.slot.getOwner();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwnedComments()
*/
public EList<Comment> getOwnedComments()
{
return this.slot.getOwnedComments();
}
/**
* @param eClass
* @return slot.createOwnedComment()
*/
public Comment createOwnedComment(final EClass eClass)
{
return this.slot.createOwnedComment();
}
/**
* @see org.eclipse.uml2.uml.Element#createOwnedComment()
*/
public Comment createOwnedComment()
{
return this.slot.createOwnedComment();
}
/**
* @see org.eclipse.uml2.uml.Element#validateHasOwner(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasOwner(final DiagnosticChain diagnosticChain, final Map<Object, Object> context)
{
return this.slot.validateHasOwner(diagnosticChain, context);
}
/**
* @see org.eclipse.uml2.uml.Element#validateNotOwnSelf(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateNotOwnSelf(final DiagnosticChain diagnosticChain, final Map<Object, Object> context)
{
return this.slot.validateNotOwnSelf(diagnosticChain, context);
}
/**
* @see org.eclipse.uml2.uml.Element#allOwnedElements()
*/
public EList<Element> allOwnedElements()
{
return this.slot.allOwnedElements();
}
/**
* @see org.eclipse.uml2.uml.Element#mustBeOwned()
*/
public boolean mustBeOwned()
{
return this.slot.mustBeOwned();
}
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
public EAnnotation createEAnnotation(final String string)
{
return this.slot.createEAnnotation(string);
}
/**
* @param stereotype
*/
public void apply(final Stereotype stereotype)
{
this.slot.applyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#applyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject applyStereotype(final Stereotype stereotype)
{
return this.slot.applyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotype(String)
*/
public Stereotype getApplicableStereotype(final String string)
{
return this.slot.getApplicableStereotype(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotypes()
*/
public EList<Stereotype> getApplicableStereotypes()
{
return this.slot.getApplicableStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotype(String)
*/
public Stereotype getAppliedStereotype(final String string)
{
return this.slot.getAppliedStereotype(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedSubstereotype(org.eclipse.uml2.uml.Stereotype, String)
*/
public Stereotype getAppliedSubstereotype(final Stereotype stereotype, final String string)
{
return this.slot.getAppliedSubstereotype(stereotype, string);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotypes()
*/
public EList<Stereotype> getAppliedStereotypes()
{
return this.slot.getAppliedStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedSubstereotypes(org.eclipse.uml2.uml.Stereotype)
*/
public EList<Stereotype> getAppliedSubstereotypes(final Stereotype stereotype)
{
return this.slot.getAppliedSubstereotypes(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getModel()
*/
public Model getModel()
{
return (Model) UmlUtilities.findModel(this.slot);
}
/**
* @see org.eclipse.uml2.uml.Element#getNearestPackage()
*/
public Package getNearestPackage()
{
return this.slot.getNearestPackage();
}
/**
* @see org.eclipse.uml2.uml.Element#getValue(org.eclipse.uml2.uml.Stereotype, String)
*/
public Object getValue(final Stereotype stereotype, final String string)
{
return this.slot.getValue(stereotype, string);
}
/**
* @see org.eclipse.uml2.uml.Element#isStereotypeApplicable(org.eclipse.uml2.uml.Stereotype)
*/
public boolean isStereotypeApplicable(final Stereotype stereotype)
{
return this.slot.isStereotypeApplicable(stereotype);
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeLinkImpl.java | 436 |
| org\andromda\metafacades\emf\uml22\LinkEndImpl.java | 421 |
this.slot.unapplyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#unapplyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject unapplyStereotype(final Stereotype stereotype)
{
return this.slot.unapplyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#destroy()
*/
public void destroy()
{
this.slot.destroy();
}
// TODO: Map getAppliedVersion?
/*public String getAppliedVersion(Stereotype stereotype)
{
return this.slot.getAppliedVersion(stereotype);
}*/
/**
* @see org.eclipse.uml2.uml.Element#addKeyword(String)
*/
public boolean addKeyword(final String string)
{
return this.slot.addKeyword(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getKeywords()
*/
public EList<String> getKeywords()
{
return this.slot.getKeywords();
}
/**
* @see org.eclipse.uml2.uml.Element#hasKeyword(String)
*/
public boolean hasKeyword(final String string)
{
return this.slot.hasKeyword(string);
}
/**
* @see org.eclipse.uml2.uml.Element#removeKeyword(String)
*/
public boolean removeKeyword(final String string)
{
return this.slot.removeKeyword(string);
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotations()
*/
public EList<EAnnotation> getEAnnotations()
{
return this.slot.getEAnnotations();
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotation(String)
*/
public EAnnotation getEAnnotation(final String string)
{
return this.slot.getEAnnotation(string);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eAdapters()
*/
public EList<Adapter> eAdapters()
{
return this.slot.eAdapters();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eDeliver()
*/
public boolean eDeliver()
{
return this.slot.eDeliver();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eSetDeliver(boolean)
*/
public void eSetDeliver(final boolean deliver)
{
this.slot.eSetDeliver(deliver);
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsProxy()
*/
public boolean eIsProxy()
{
return this.slot.eIsProxy();
}
/**
* @see org.eclipse.emf.ecore.EObject#eClass()
*/
public EClass eClass()
{
return this.slot.eClass();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainer()
*/
public EObject eContainer()
{
return this.slot.eContainer();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContents()
*/
public EList<EObject> eContents()
{
return this.slot.eContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eCrossReferences()
*/
public EList<EObject> eCrossReferences()
{
return this.slot.eCrossReferences();
}
/**
* @see org.eclipse.emf.ecore.EObject#eAllContents()
*/
public TreeIterator<EObject> eAllContents()
{
return this.slot.eAllContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainmentFeature()
*/
public EReference eContainmentFeature()
{
return this.slot.eContainmentFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainingFeature()
*/
public EStructuralFeature eContainingFeature()
{
return this.slot.eContainingFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eResource()
*/
public Resource eResource()
{
return this.slot.eResource();
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public Object eGet(final EStructuralFeature eStructuralFeature)
{
return this.slot.eGet(eStructuralFeature);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eNotify(org.eclipse.emf.common.notify.Notification)
*/
public void eNotify(final Notification notification)
{
this.slot.eNotify(notification);
}
/**
* @see org.eclipse.uml2.uml.Element#getRelationships()
*/
public EList<Relationship> getRelationships()
{
return this.slot.getRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<Relationship> getRelationships(final EClass eClass)
{
return this.slot.getRelationships(eClass);
}
/**
* @see org.eclipse.uml2.uml.Element#getRequiredStereotype(String)
*/
public Stereotype getRequiredStereotype(final String qualifiedName)
{
return this.slot.getRequiredStereotype(qualifiedName);
}
/**
* @see org.eclipse.uml2.uml.Element#getRequiredStereotypes()
*/
public EList<Stereotype> getRequiredStereotypes()
{
return this.slot.getRequiredStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getSourceDirectedRelationships()
*/
public EList<DirectedRelationship> getSourceDirectedRelationships()
{
return this.slot.getSourceDirectedRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getSourceDirectedRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<DirectedRelationship> getSourceDirectedRelationships(final EClass eClass)
{
return this.slot.getSourceDirectedRelationships(eClass);
}
/**
* @see org.eclipse.uml2.uml.Element#getStereotypeApplication(org.eclipse.uml2.uml.Stereotype)
*/
public EObject getStereotypeApplication(final Stereotype stereotype)
{
return this.slot.getStereotypeApplication(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getStereotypeApplications()
*/
public EList<EObject> getStereotypeApplications()
{
return this.slot.getStereotypeApplications();
}
/**
* @see org.eclipse.uml2.uml.Element#getTargetDirectedRelationships()
*/
public EList<DirectedRelationship> getTargetDirectedRelationships()
{
return this.slot.getTargetDirectedRelationships();
}
/**
* @see org.eclipse.uml2.uml.Element#getTargetDirectedRelationships(org.eclipse.emf.ecore.EClass)
*/
public EList<DirectedRelationship> getTargetDirectedRelationships(final EClass eClass)
{
return this.slot.getTargetDirectedRelationships(eClass);
}
/**
* UML2 3.1 (Eclipse 3.6) only
* @see org.eclipse.emf.ecore.EObject#eInvoke(org.eclipse.emf.ecore.EOperation, org.eclipse.emf.common.util.EList)
*/
public Object eInvoke(final EOperation operation, final EList<?> arguments) throws InvocationTargetException
{
return this.slot.eInvoke(operation, arguments);
}
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 915 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 920 |
LOGGER.error("AssociationEnd.getTemplateBindings has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return null;
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#getTemplateParameter()
*/
public TemplateParameter getTemplateParameter()
{
return this.property.getTemplateParameter();
}
/**
* @see org.eclipse.uml2.uml.TypedElement#getType()
*/
public Type getType()
{
return this.property.getType();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#getUpper()
*/
public int getUpper()
{
return this.property.getUpper();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#getUpperValue()
*/
public ValueSpecification getUpperValue()
{
return this.property.getUpperValue();
}
/**
* @see org.eclipse.uml2.uml.Element#getValue(org.eclipse.uml2.uml.Stereotype, String)
*/
public Object getValue(
final Stereotype arg0,
final String arg1)
{
return this.property.getValue(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getVisibility()
*/
public VisibilityKind getVisibility()
{
return this.property.getVisibility();
}
/**
* @see org.eclipse.uml2.uml.Element#hasKeyword(String)
*/
public boolean hasKeyword(final String arg0)
{
return this.property.hasKeyword(arg0);
}
/**
* @see org.eclipse.uml2.uml.Element#hasValue(org.eclipse.uml2.uml.Stereotype, String)
*/
public boolean hasValue(
final Stereotype arg0,
final String arg1)
{
return this.property.hasValue(
arg0,
arg1);
}
/*
* @see org.eclipse.uml2.uml.MultiplicityElement#includesCardinality(int)
* Removed in UML2 2.5
public boolean includesCardinality(final int arg0)
{
return this.property.includesCardinality(arg0);
}
*/
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#includesMultiplicity(org.eclipse.uml2.uml.MultiplicityElement)
*/
public boolean includesMultiplicity(final MultiplicityElement arg0)
{
return this.property.includesMultiplicity(arg0);
}
/**
* @param arg0
* @return this.property.getAppliedStereotype(arg0.getName())!=null
* @see org.eclipse.uml2.uml.Property#getAppliedStereotype(String)
*/
public boolean isApplied(final Stereotype arg0)
{
return this.property.getAppliedStereotype(arg0.getName())!=null;
}
/**
* @see org.eclipse.uml2.uml.Property#isComposite()
*/
public boolean isComposite()
{
return this.property.isComposite();
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#isConsistentWith(org.eclipse.uml2.uml.RedefinableElement)
*/
public boolean isConsistentWith(final RedefinableElement arg0)
{
return this.property.isConsistentWith(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#isDerived()
*/
public boolean isDerived()
{
return this.property.isDerived();
}
/**
* @see org.eclipse.uml2.uml.Property#isDerivedUnion()
*/
public boolean isDerivedUnion()
{
return this.property.isDerivedUnion();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isDistinguishableFrom(org.eclipse.uml2.uml.NamedElement, org.eclipse.uml2.uml.Namespace)
*/
public boolean isDistinguishableFrom(
final NamedElement arg0,
final Namespace arg1)
{
return this.property.isDistinguishableFrom(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#isLeaf()
*/
public boolean isLeaf()
{
return this.property.isLeaf();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#isMultivalued()
*/
public boolean isMultivalued()
{
return this.property.isMultivalued();
}
/**
* @see org.eclipse.uml2.uml.Property#isNavigable()
*/
public boolean isNavigable()
{
return this.property.isNavigable();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#isOrdered()
*/
public boolean isOrdered()
{
return this.property.isOrdered();
}
/**
* @see org.eclipse.uml2.uml.StructuralFeature#isReadOnly()
*/
public boolean isReadOnly()
{
return this.property.isReadOnly();
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#isRedefinitionContextValid(org.eclipse.uml2.uml.RedefinableElement)
*/
public boolean isRedefinitionContextValid(final RedefinableElement arg0)
{
return this.property.isRedefinitionContextValid(arg0);
}
/**
* @param arg0
* @return this.property.isStereotypeRequired(arg0)
* @see org.eclipse.uml2.uml.Property#isStereotypeRequired(Stereotype)
*/
public boolean isRequired(final Stereotype arg0)
{
return this.property.isStereotypeRequired(arg0);
}
/**
* @see org.eclipse.uml2.uml.Feature#isStatic()
*/
public boolean isStatic()
{
return this.property.isStatic();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#isUnique()
*/
public boolean isUnique()
{
return this.property.isUnique();
}
/**
* @return this.property.getLower()
* @see org.eclipse.uml2.uml.Property#getLower()
*/
public int lower()
{
return this.property.getLower();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#lowerBound()
*/
public int lowerBound()
{
return this.property.lowerBound();
}
/**
* @see org.eclipse.uml2.uml.Element#mustBeOwned()
*/
public boolean mustBeOwned()
{
return this.property.mustBeOwned();
}
/**
* @return this.property.getOpposite()
* @see org.eclipse.uml2.uml.Property#getOpposite()
*/
public Property opposite()
{
return this.property.getOpposite();
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* AssociationEndImpl.property.parameterableElements has been removed from UML2 3.x
* @return null
* @see org.eclipse.uml2.uml.TemplateableElement#parameterableElements()
*/
public EList<ParameterableElement> parameterableElements()
{
//return this.property.parameterableElements();
LOGGER.error("AssociationEnd.property.parameterableElements() has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 454 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 420 |
return this.instanceSpecification.validateHasNoQualifiedName(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateHasNoQualifiedName(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasNoQualifiedName(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateHasNoQualifiedName(diagnosticChain, map);
}
/**
* @param diagnosticChain
* @param map
* @return instanceSpecification.validateHasQualifiedName(diagnosticChain, map)
*/
public boolean validateQualifiedName(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateHasQualifiedName(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateHasQualifiedName(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasQualifiedName(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateHasQualifiedName(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#allNamespaces()
*/
public EList<Namespace> allNamespaces()
{
return this.instanceSpecification.allNamespaces();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isDistinguishableFrom(org.eclipse.uml2.uml.NamedElement, org.eclipse.uml2.uml.Namespace)
*/
public boolean isDistinguishableFrom(final NamedElement namedElement, final Namespace namespace)
{
return this.instanceSpecification.isDistinguishableFrom(namedElement, namespace);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#separator()
*/
public String separator()
{
return this.instanceSpecification.separator();
}
/**
* @return instanceSpecification.getQualifiedName()
*/
public String qualifiedName()
{
return this.instanceSpecification.getQualifiedName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#validateVisibilityNeedsOwnership(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateVisibilityNeedsOwnership(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateVisibilityNeedsOwnership(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getNamespace()
*/
public Namespace getNamespace()
{
return this.instanceSpecification.getNamespace();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getLabel()
*/
public String getLabel()
{
return this.instanceSpecification.getLabel();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getLabel(boolean)
*/
public String getLabel(final boolean localize)
{
return this.instanceSpecification.getLabel(localize);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createDependency(org.eclipse.uml2.uml.NamedElement)
*/
public Dependency createDependency(final NamedElement namedElement)
{
return this.instanceSpecification.createDependency(namedElement);
}
/*public EList getTemplateBindings()
{
return this.instanceSpecification.getTemplateBindings();
}
public TemplateBinding createTemplateBinding(EClass eClass)
{
return this.instanceSpecification.createTemplateBinding(eClass);
}
public TemplateBinding createTemplateBinding()
{
return this.instanceSpecification.createTemplateBinding();
}
public TemplateSignature getOwnedTemplateSignature()
{
return this.instanceSpecification.getOwnedTemplateSignature();
}
public void setOwnedTemplateSignature(TemplateSignature templateSignature)
{
this.instanceSpecification.setOwnedTemplateSignature(templateSignature);
}
public TemplateSignature createOwnedTemplateSignature(EClass eClass)
{
return this.instanceSpecification.createOwnedTemplateSignature(eClass);
}
public TemplateSignature createOwnedTemplateSignature()
{
return this.instanceSpecification.createOwnedTemplateSignature();
}
public Set parameterableElements()
{
return this.instanceSpecification.parameterableElements();
}*/
/**
* @see org.eclipse.uml2.uml.Element#getOwnedElements()
*/
public EList<Element> getOwnedElements()
{
return this.instanceSpecification.getOwnedElements();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwner()
*/
public Element getOwner()
{
return this.instanceSpecification.getOwner();
}
/**
* @see org.eclipse.uml2.uml.Element#getOwnedComments()
*/
public EList<Comment> getOwnedComments()
{
return this.instanceSpecification.getOwnedComments();
}
/**
* @param eClass
* @return instanceSpecification.createOwnedComment()
*/
public Comment createOwnedComment(final EClass eClass)
{
return this.instanceSpecification.createOwnedComment();
}
/**
* @see org.eclipse.uml2.uml.Element#createOwnedComment()
*/
public Comment createOwnedComment()
{
return this.instanceSpecification.createOwnedComment();
}
/**
* @see org.eclipse.uml2.uml.Element#validateNotOwnSelf(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateNotOwnSelf(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateNotOwnSelf(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.Element#validateHasOwner(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasOwner(final DiagnosticChain diagnosticChain, final Map<Object, Object> map)
{
return this.instanceSpecification.validateHasOwner(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.Element#allOwnedElements()
*/
public EList<Element> allOwnedElements()
{
return this.instanceSpecification.allOwnedElements();
}
/**
* @see org.eclipse.uml2.uml.Element#mustBeOwned()
*/
public boolean mustBeOwned()
{
return this.instanceSpecification.mustBeOwned();
}
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
public EAnnotation createEAnnotation(final String string)
{
return this.instanceSpecification.createEAnnotation(string);
}
/**
* @param stereotype
* @return applyStereotype(stereotype)
*/
public EObject apply(final Stereotype stereotype) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 1178 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 1183 |
LOGGER.error("AssociationEnd.property.parameterableElements() has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return null;
}
/**
* @return this.property.getQualifiedName()
* @see org.eclipse.uml2.uml.Property#getQualifiedName()
*/
public String qualifiedName()
{
return this.property.getQualifiedName();
}
/**
* @see org.eclipse.uml2.uml.Element#removeKeyword(String)
*/
public boolean removeKeyword(final String arg0)
{
return this.property.removeKeyword(arg0);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#separator()
*/
public String separator()
{
return this.property.separator();
}
/**
* @see org.eclipse.uml2.uml.Property#setAggregation(org.eclipse.uml2.uml.AggregationKind)
*/
public void setAggregation(final AggregationKind arg0)
{
this.property.setAggregation(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setAssociation(org.eclipse.uml2.uml.Association)
*/
public void setAssociation(final Association arg0)
{
this.property.setAssociation(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setAssociationEnd(org.eclipse.uml2.uml.Property)
*/
public void setAssociationEnd(final Property arg0)
{
this.property.setAssociationEnd(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setBooleanDefaultValue(boolean)
*/
public void setBooleanDefault(final boolean arg0)
{
this.property.setBooleanDefaultValue(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setDatatype(org.eclipse.uml2.uml.DataType)
*/
public void setDatatype(final DataType arg0)
{
this.property.setDatatype(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setDefaultValue(org.eclipse.uml2.uml.ValueSpecification)
*/
public void setDefaultValue(final ValueSpecification arg0)
{
this.property.setDefaultValue(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setIntegerDefaultValue(int)
*/
public void setIntegerDefault(final int arg0)
{
this.property.setIntegerDefaultValue(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setIsDerived(boolean)
*/
public void setIsDerived(final boolean arg0)
{
this.property.setIsDerived(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#setIsDerivedUnion(boolean)
*/
public void setIsDerivedUnion(final boolean arg0)
{
this.property.setIsDerivedUnion(arg0);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#setIsLeaf(boolean)
*/
public void setIsLeaf(final boolean arg0)
{
this.property.setIsLeaf(arg0);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setIsOrdered(boolean)
*/
public void setIsOrdered(final boolean arg0)
{
this.property.setIsOrdered(arg0);
}
/**
* @see org.eclipse.uml2.uml.StructuralFeature#setIsReadOnly(boolean)
*/
public void setIsReadOnly(final boolean arg0)
{
this.property.setIsReadOnly(arg0);
}
/**
* @see org.eclipse.uml2.uml.Feature#setIsStatic(boolean)
*/
public void setIsStatic(final boolean arg0)
{
this.property.setIsStatic(arg0);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setIsUnique(boolean)
*/
public void setIsUnique(final boolean arg0)
{
this.property.setIsUnique(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setLower(int)
*/
public void setLowerBound(final int arg0)
{
this.property.setLower(arg0);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setLowerValue(org.eclipse.uml2.uml.ValueSpecification)
*/
public void setLowerValue(final ValueSpecification arg0)
{
this.property.setLowerValue(arg0);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setName(String)
*/
public void setName(final String arg0)
{
this.property.setName(arg0);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setNameExpression(org.eclipse.uml2.uml.StringExpression)
*/
public void setNameExpression(final StringExpression arg0)
{
this.property.setNameExpression(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setIsNavigable(boolean)
*/
public void setNavigable(final boolean arg0)
{
this.property.setIsNavigable(arg0);
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* AssociationEndImpl.property.setOwnedTemplateSignature(TemplateSignature) has been removed from UML2 3.x, fix " + this.property.getQualifiedName()
* Always returns null.
* @param arg0
* @see org.eclipse.uml2.uml.TemplateableElement#setOwnedTemplateSignature(org.eclipse.uml2.uml.TemplateSignature)
*/
public void setOwnedTemplateSignature(final TemplateSignature arg0)
{
//this.property.setOwnedTemplateSignature(arg0);
LOGGER.error("AssociationEndImpl.property.setOwnedTemplateSignature(TemplateSignature) has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 257 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 230 |
return this.instanceSpecification.validateStructuralFeature(diagnosticChain, map);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependencies()
*/
public EList<Dependency> getClientDependencies()
{
return this.instanceSpecification.getClientDependencies();
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature, boolean)
*/
public Object eGet(final EStructuralFeature eStructuralFeature, final boolean resolve)
{
return this.instanceSpecification.eGet(eStructuralFeature, resolve);
}
/**
* @see org.eclipse.emf.ecore.EObject#eSet(org.eclipse.emf.ecore.EStructuralFeature, Object)
*/
public void eSet(final EStructuralFeature eStructuralFeature, final Object object)
{
this.instanceSpecification.eSet(eStructuralFeature, object);
}
/**
* @see org.eclipse.emf.ecore.EObject#eUnset(org.eclipse.emf.ecore.EStructuralFeature)
*/
public void eUnset(final EStructuralFeature eStructuralFeature)
{
this.instanceSpecification.eUnset(eStructuralFeature);
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsSet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public boolean eIsSet(final EStructuralFeature eStructuralFeature)
{
return this.instanceSpecification.eIsSet(eStructuralFeature);
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#getTemplateParameter()
*/
public TemplateParameter getTemplateParameter()
{
return this.instanceSpecification.getTemplateParameter();
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#setTemplateParameter(org.eclipse.uml2.uml.TemplateParameter)
*/
public void setTemplateParameter(final TemplateParameter templateParameter)
{
this.instanceSpecification.setTemplateParameter(templateParameter);
}
/**
* @return instanceSpecification.getOwningTemplateParameter()
*/
public TemplateParameter getOwningParameter()
{
return this.instanceSpecification.getOwningTemplateParameter();
}
/**
* @param templateParameter
*/
public void setOwningParameter(final TemplateParameter templateParameter)
{
this.instanceSpecification.setOwningTemplateParameter(templateParameter);
}
/**
* @return instanceSpecification.getVisibility()
*/
public VisibilityKind getPackageableElement_visibility()
{
return this.instanceSpecification.getVisibility();
}
/**
* @param visibilityKind
*/
public void setPackageableElement_visibility(final VisibilityKind visibilityKind)
{
this.instanceSpecification.setVisibility(visibilityKind);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getVisibility()
*/
public VisibilityKind getVisibility()
{
return this.instanceSpecification.getVisibility();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setVisibility(org.eclipse.uml2.uml.VisibilityKind)
*/
public void setVisibility(final VisibilityKind visibilityKind)
{
this.instanceSpecification.setVisibility(visibilityKind);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getName()
*/
public String getName()
{
return this.instanceSpecification.getName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setName(String)
*/
public void setName(final String string)
{
this.instanceSpecification.setName(string);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getQualifiedName()
*/
public String getQualifiedName()
{
return this.instanceSpecification.getQualifiedName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependency(String)
*/
public Dependency getClientDependency(final String string)
{
return this.instanceSpecification.getClientDependency(string);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getClientDependency(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public Dependency getClientDependency(final String string, final boolean ignoreCase, final EClass eClass)
{
return this.instanceSpecification.getClientDependency(string, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getNameExpression()
*/
public StringExpression getNameExpression()
{
return this.instanceSpecification.getNameExpression();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setNameExpression(org.eclipse.uml2.uml.StringExpression)
*/
public void setNameExpression(final StringExpression stringExpression)
{
this.instanceSpecification.setNameExpression(stringExpression);
}
/**
* @param eClass
* @return instanceSpecification.createNameExpression(eClass.getName(), null)
*/
public StringExpression createNameExpression(final EClass eClass) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 789 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 737 |
return this.unapplyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#unapplyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject unapplyStereotype(final Stereotype stereotype)
{
return this.instanceSpecification.unapplyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#destroy()
*/
public void destroy()
{
this.instanceSpecification.destroy();
}
/*public String getAppliedVersion(Stereotype stereotype)
{
return this.instanceSpecification.getAppliedVersion(stereotype);
}*/
/**
* @see org.eclipse.uml2.uml.Element#addKeyword(String)
*/
public boolean addKeyword(final String string)
{
return this.instanceSpecification.addKeyword(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getKeywords()
*/
public EList<String> getKeywords()
{
return this.instanceSpecification.getKeywords();
}
/**
* @see org.eclipse.uml2.uml.Element#hasKeyword(String)
*/
public boolean hasKeyword(final String string)
{
return this.instanceSpecification.hasKeyword(string);
}
/**
* @see org.eclipse.uml2.uml.Element#removeKeyword(String)
*/
public boolean removeKeyword(final String string)
{
return this.instanceSpecification.removeKeyword(string);
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotations()
*/
public EList<EAnnotation> getEAnnotations()
{
return this.instanceSpecification.getEAnnotations();
}
/**
* @see org.eclipse.emf.ecore.EModelElement#getEAnnotation(String)
*/
public EAnnotation getEAnnotation(final String string)
{
return this.instanceSpecification.getEAnnotation(string);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eAdapters()
*/
public EList<Adapter> eAdapters()
{
return this.instanceSpecification.eAdapters();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eDeliver()
*/
public boolean eDeliver()
{
return this.instanceSpecification.eDeliver();
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eSetDeliver(boolean)
*/
public void eSetDeliver(final boolean deliver)
{
this.instanceSpecification.eSetDeliver(deliver);
}
/**
* @see org.eclipse.emf.ecore.EObject#eIsProxy()
*/
public boolean eIsProxy()
{
return this.instanceSpecification.eIsProxy();
}
/**
* @see org.eclipse.emf.ecore.EObject#eClass()
*/
public EClass eClass()
{
return this.instanceSpecification.eClass();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainer()
*/
public EObject eContainer()
{
return this.instanceSpecification.eContainer();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContents()
*/
public EList<EObject> eContents()
{
return this.instanceSpecification.eContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eCrossReferences()
*/
public EList<EObject> eCrossReferences()
{
return this.instanceSpecification.eCrossReferences();
}
/**
* @see org.eclipse.emf.ecore.EObject#eAllContents()
*/
public TreeIterator<EObject> eAllContents()
{
return this.instanceSpecification.eAllContents();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainmentFeature()
*/
public EReference eContainmentFeature()
{
return this.instanceSpecification.eContainmentFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eContainingFeature()
*/
public EStructuralFeature eContainingFeature()
{
return this.instanceSpecification.eContainingFeature();
}
/**
* @see org.eclipse.emf.ecore.EObject#eResource()
*/
public Resource eResource()
{
return this.instanceSpecification.eResource();
}
/**
* @see org.eclipse.emf.ecore.EObject#eGet(org.eclipse.emf.ecore.EStructuralFeature)
*/
public Object eGet(final EStructuralFeature eStructuralFeature)
{
return this.instanceSpecification.eGet(eStructuralFeature);
}
/**
* @see org.eclipse.emf.common.notify.Notifier#eNotify(org.eclipse.emf.common.notify.Notification)
*/
public void eNotify(Notification notification) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 1397 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 1394 |
this.property.setOwningTemplateParameter(value);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setStringDefaultValue(String)
*/
public void setStringDefault(final String arg0)
{
this.property.setStringDefaultValue(arg0);
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#setTemplateParameter(org.eclipse.uml2.uml.TemplateParameter)
*/
public void setTemplateParameter(final TemplateParameter arg0)
{
this.property.setTemplateParameter(arg0);
}
/**
* @see org.eclipse.uml2.uml.TypedElement#setType(org.eclipse.uml2.uml.Type)
*/
public void setType(final Type arg0)
{
this.property.setType(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setUnlimitedNaturalDefaultValue(int)
*/
public void setUnlimitedNaturalDefault(final int arg0)
{
this.property.setUnlimitedNaturalDefaultValue(arg0);
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#setUpper(int)
*/
public void setUpperBound(final int arg0)
{
this.property.setUpper(arg0);
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#setUpperValue(org.eclipse.uml2.uml.ValueSpecification)
*/
public void setUpperValue(final ValueSpecification arg0)
{
this.property.setUpperValue(arg0);
}
/**
* @see org.eclipse.uml2.uml.Element#setValue(org.eclipse.uml2.uml.Stereotype, String, Object)
*/
public void setValue(
final Stereotype arg0,
final String arg1,
final Object arg2)
{
this.property.setValue(
arg0,
arg1,
arg2);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#setVisibility(org.eclipse.uml2.uml.VisibilityKind)
*/
public void setVisibility(final VisibilityKind arg0)
{
this.property.setVisibility(arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#subsettingContext()
*/
public EList<Type> subsettingContext()
{
return this.property.subsettingContext();
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Property#unapplyStereotype(Stereotype)
*/
public void unapply(final Stereotype arg0)
{
this.property.unapplyStereotype(arg0);
}
/**
* @return this.property.getUpper()
* @see org.eclipse.uml2.uml.Property#getUpper()
*/
public int upper()
{
return this.property.getUpper();
}
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#upperBound()
*/
public int upperBound()
{
return this.property.upperBound();
}
/**
* @see org.eclipse.uml2.uml.Property#validateDerivedUnionIsDerived(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDerivedUnionIsDerived(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateDerivedUnionIsDerived(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.Element#validateHasOwner(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateHasOwner(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateHasOwner(
arg0,
arg1);
}
/*
* @param arg0
* @param arg1
* @return this.property.validateLowerGe0(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateLowerGe0(DiagnosticChain, Map)
public boolean validateLowerEqLowerbound(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateLowerGe0(
arg0,
arg1);
}*/
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#validateLowerGe0(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateLowerGe0( | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 2355 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 2362 |
LOGGER.error("AssociationEndImpl.property.isTemplate has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return false;
}
/**
* UML2 3.1 (Eclipse 3.6) only
* @see org.eclipse.emf.ecore.EObject#eInvoke(org.eclipse.emf.ecore.EOperation, org.eclipse.emf.common.util.EList)
*/
public Object eInvoke(final EOperation operation, final EList<?> arguments) throws InvocationTargetException
{
return this.property.eInvoke(operation, arguments);
}
/*
* UML2 v3.6 only, method removed in v4
* @see org.eclipse.uml2.uml.Property#validateNavigableReadonly(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public boolean validateNavigableReadonly(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateNavigableReadonly(
arg0,
arg1);
}
*/
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.Property#getInterface()
*/
@Override
public Interface getInterface()
{
return this.property.getInterface();
}
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.Property#setInterface(org.eclipse.uml2.uml.Interface)
*/
@Override
public void setInterface(Interface value)
{
this.property.setInterface(value);
}
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.Property#isID()
*/
@Override
public boolean isID()
{
return this.property.isID();
}
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.Property#setIsID(boolean)
*/
@Override
public void setIsID(boolean value)
{
this.property.setIsID(value);
}
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.Property#setRealDefaultValue(double)
*/
@Override
public void setRealDefaultValue(double value)
{
this.property.setRealDefaultValue(value);
}
/**
* UML2 4.0 (Eclipse 4.2) only
* @see org.eclipse.uml2.uml.RedefinableElement#validateNonLeafRedefinition(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
@Override
public boolean validateNonLeafRedefinition(DiagnosticChain diagnostics, Map<Object, Object> context)
{
return this.property.validateNonLeafRedefinition(diagnostics, context);
}
/**
* UML2 5.0 (Eclipse 4.4) only
* @see org.eclipse.uml2.uml.Property#validateTypeOfOppositeEnd(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
@Override
public boolean validateTypeOfOppositeEnd(DiagnosticChain diagnostics, Map<Object, Object> context)
{
return this.property.validateTypeOfOppositeEnd(diagnostics, context);
}
/**
* UML2 5.0 (Eclipse 4.4) only
* @see org.eclipse.uml2.uml.Property#validateQualifiedIsAssociationEnd(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
@Override
public boolean validateQualifiedIsAssociationEnd(DiagnosticChain diagnostics, Map<Object, Object> context)
{
return this.property.validateQualifiedIsAssociationEnd(diagnostics, context);
}
/**
* UML2 5.0 (Eclipse 4.4) only
* @see org.eclipse.uml2.uml.Property#validateLowerIsInteger(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
@Override
public boolean validateLowerIsInteger(DiagnosticChain diagnostics, Map<Object, Object> context)
{
return this.property.validateLowerIsInteger(diagnostics, context);
}
/**
* UML2 5.0 (Eclipse 4.4) only
* @see org.eclipse.uml2.uml.Property#validateUpperIsUnlimitedNatural(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
@Override
public boolean validateUpperIsUnlimitedNatural(DiagnosticChain diagnostics, Map<Object, Object> context)
{
return this.property.validateUpperIsUnlimitedNatural(diagnostics, context);
}
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 785 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 790 |
LOGGER.error("AssociationEnd.property.getOwnedTemplateSignature() has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return null;
}
/**
* @see org.eclipse.uml2.uml.Element#getOwner()
*/
public Element getOwner()
{
return this.property.getOwner();
}
/**
* @see org.eclipse.uml2.uml.Property#getOwningAssociation()
*/
public Association getOwningAssociation()
{
return this.property.getOwningAssociation();
}
/**
* @return this.property.getOwningTemplateParameter()
*/
public TemplateParameter getOwningParameter()
{
return this.property.getOwningTemplateParameter();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#getQualifiedName()
*/
public String getQualifiedName()
{
return this.property.getQualifiedName();
}
/**
* @param arg0
* @return this.property.getQualifier(arg0, null)
* @see org.eclipse.uml2.uml.Property#getQualifier(String, Type)
*/
public Property getQualifier(final String arg0)
{
return this.property.getQualifier(arg0, null);
}
/**
* @see org.eclipse.uml2.uml.Property#getQualifiers()
*/
public EList getQualifiers()
{
return this.property.getQualifiers();
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinedElement(String)
*/
public RedefinableElement getRedefinedElement(final String arg0)
{
return this.property.getRedefinedElement(arg0);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinedElements()
*/
public EList getRedefinedElements()
{
return this.property.getRedefinedElements();
}
/**
* @see org.eclipse.uml2.uml.Property#getRedefinedProperties()
*/
public EList getRedefinedProperties()
{
return this.property.getRedefinedProperties();
}
/**
* @param arg0
* @return this.property.getRedefinedProperty(arg0, null)
* @see org.eclipse.uml2.uml.Property#getRedefinedProperty(String, Type)
*/
public Property getRedefinedProperty(final String arg0)
{
return this.property.getRedefinedProperty(arg0, null);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinitionContext(String)
*/
public Classifier getRedefinitionContext(final String arg0)
{
return this.property.getRedefinitionContext(arg0);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#getRedefinitionContexts()
*/
public EList getRedefinitionContexts()
{
return this.property.getRedefinitionContexts();
}
/**
* @see org.eclipse.uml2.uml.Property#getSubsettedProperties()
*/
public EList getSubsettedProperties()
{
return this.property.getSubsettedProperties();
}
/**
* @param arg0
* @return this.property.getSubsettedProperty(arg0, null)
* @see org.eclipse.uml2.uml.Property#getSubsettedProperty(String, Type)
*/
public Property getSubsettedProperty(final String arg0)
{
return this.property.getSubsettedProperty(arg0, null);
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* AssociationEndImpl.property.validateUpperGt0 has been removed from UML2 3.x.
* @return null
* @see org.eclipse.uml2.uml.TemplateableElement#getTemplateBindings()
*/
public EList getTemplateBindings()
{
//return this.property.getTemplateBindings();
LOGGER.error("AssociationEnd.getTemplateBindings has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 87 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 88 |
else if (obj instanceof AssociationEndImpl)
{
final Property other = ((AssociationEndImpl)obj).property;
return this.property.equals(other);
}
return this.property.equals(obj);
}
/**
* @see Object#hashCode()
*/
@Override
public int hashCode()
{
return this.property.hashCode();
}
/**
* @see Object#toString()
*/
@Override
public String toString()
{
return this.getClass().getName() + '[' + this.property.toString() + ']';
}
/**
* @see org.eclipse.uml2.uml.Element#addKeyword(String)
*/
public boolean addKeyword(final String arg0)
{
return this.property.addKeyword(arg0);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#allNamespaces()
*/
public EList<Namespace> allNamespaces()
{
return this.property.allNamespaces();
}
/**
* @see org.eclipse.uml2.uml.Element#allOwnedElements()
*/
public EList<Element> allOwnedElements()
{
return this.property.allOwnedElements();
}
/**
* @param arg0
* @see org.eclipse.uml2.uml.Element#applyStereotype(Stereotype)
*/
public void apply(final Stereotype arg0)
{
this.property.applyStereotype(arg0);
}
/**
* @param eClass
* @return this.property.createDefaultValue(null, null, eClass)
*/
public ValueSpecification createDefaultValue(final EClass eClass)
{
return this.property.createDefaultValue(null, null, eClass);
}
/**
* @see org.eclipse.uml2.uml.Property#createDefaultValue(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public ValueSpecification createDefaultValue(final String name, final Type type, final EClass eClass)
{
return this.property.createLowerValue(name, type, eClass);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createDependency(org.eclipse.uml2.uml.NamedElement)
*/
public Dependency createDependency(final NamedElement arg0)
{
return this.property.createDependency(arg0);
}
/**
* @return this.property.createDeployment(null)
* @see org.eclipse.uml2.uml.Property#createDeployment(String)
*/
public Deployment createDeployment()
{
return this.property.createDeployment(null);
}
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
/*public Deployment createDeployment(final EClass arg0)
{
return this.property.createDeployment(arg0);
}*/
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
public EAnnotation createEAnnotation(final String arg0) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 682 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 639 |
return this.applyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#applyStereotype(org.eclipse.uml2.uml.Stereotype)
*/
public EObject applyStereotype(final Stereotype stereotype)
{
return this.instanceSpecification.applyStereotype(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotype(String)
*/
public Stereotype getApplicableStereotype(final String string)
{
return this.instanceSpecification.getApplicableStereotype(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getApplicableStereotypes()
*/
public EList<Stereotype> getApplicableStereotypes()
{
return this.instanceSpecification.getApplicableStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotype(String)
*/
public Stereotype getAppliedStereotype(final String string)
{
return this.instanceSpecification.getAppliedStereotype(string);
}
/**
* @see org.eclipse.uml2.uml.Element#getAppliedStereotypes()
*/
public EList<Stereotype> getAppliedStereotypes()
{
return this.instanceSpecification.getAppliedStereotypes();
}
/**
* @see org.eclipse.uml2.uml.Element#getModel()
*/
public Model getModel()
{
return (Model) UmlUtilities.findModel(this.instanceSpecification);
}
/**
* @see org.eclipse.uml2.uml.Element#getNearestPackage()
*/
public Package getNearestPackage()
{
return this.instanceSpecification.getNearestPackage();
}
/**
* @see org.eclipse.uml2.uml.Element#getValue(org.eclipse.uml2.uml.Stereotype, String)
*/
public Object getValue(final Stereotype stereotype, final String string)
{
return this.instanceSpecification.getValue(stereotype, string);
}
/**
* @param stereotype
* @return instanceSpecification.isStereotypeApplied(stereotype)
*/
public boolean isApplied(final Stereotype stereotype)
{
return this.instanceSpecification.isStereotypeApplied(stereotype);
}
/**
* @param stereotype
* @return instanceSpecification.isStereotypeRequired(stereotype)
*/
public boolean isRequired(final Stereotype stereotype)
{
return this.instanceSpecification.isStereotypeRequired(stereotype);
}
/**
* @see org.eclipse.uml2.uml.Element#setValue(org.eclipse.uml2.uml.Stereotype, String, Object)
*/
public void setValue(final Stereotype stereotype, final String string, final Object object)
{
this.instanceSpecification.setValue(stereotype, string, object);
}
/**
* @see org.eclipse.uml2.uml.Element#hasValue(org.eclipse.uml2.uml.Stereotype, String)
*/
public boolean hasValue(final Stereotype stereotype, final String string)
{
return this.instanceSpecification.hasValue(stereotype, string);
}
/**
* @param stereotype
* @return unapplyStereotype(stereotype)
*/
public EObject unapply(final Stereotype stereotype) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 968 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 921 |
public void eNotify(Notification notification)
{
this.instanceSpecification.eNotify(notification);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#createSpecification(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public ValueSpecification createSpecification(final String name, final Type type, final EClass eClass)
{
return this.instanceSpecification.createSpecification(name, type, eClass);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#validateDefiningFeature(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDefiningFeature(final DiagnosticChain diagnostics, final Map<Object, Object> context)
{
return this.instanceSpecification.validateDefiningFeature(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#validateDeploymentArtifact(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDeploymentArtifact(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.instanceSpecification.validateDeploymentArtifact(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#validateDeploymentTarget(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateDeploymentTarget(final DiagnosticChain diagnostics, final Map<Object, Object> context)
{
return this.instanceSpecification.validateDeploymentTarget(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#validateStructuralFeature(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateStructuralFeature(final DiagnosticChain diagnostics,
final Map<Object, Object> context)
{
return this.instanceSpecification.validateStructuralFeature(diagnostics, context);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#allOwningPackages()
*/
public EList<Package> allOwningPackages()
{
return this.instanceSpecification.allOwningPackages();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createNameExpression(String, org.eclipse.uml2.uml.Type)
*/
public StringExpression createNameExpression(final String name, final Type type)
{
return this.instanceSpecification.createNameExpression(name, type);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#createUsage(org.eclipse.uml2.uml.NamedElement)
*/
public Usage createUsage(final NamedElement supplier)
{
return this.instanceSpecification.createUsage(supplier);
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isSetName()
*/
public boolean isSetName()
{
return this.instanceSpecification.isSetName();
}
/**
* @see org.eclipse.uml2.uml.NamedElement#isSetVisibility()
*/
public boolean isSetVisibility()
{
return false; | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 139 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 132 |
return this.instanceSpecification.createDeployment(null);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElements()
*/
public EList<PackageableElement> getDeployedElements()
{
return this.instanceSpecification.getDeployedElements();
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElement(String)
*/
public PackageableElement getDeployedElement(final String string)
{
return this.instanceSpecification.getDeployedElement(string);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElement(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public PackageableElement getDeployedElement(final String string, final boolean bool, final EClass eClass)
{
return this.instanceSpecification.getDeployedElement(string, bool, eClass);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#getSlots()
*/
public EList<Slot> getSlots()
{
return this.instanceSpecification.getSlots();
}
/**
* @param eClass
* @return instanceSpecification.createSlot()
*/
public Slot createSlot(final EClass eClass)
{
return this.instanceSpecification.createSlot();
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#createSlot()
*/
public Slot createSlot()
{
return this.instanceSpecification.createSlot();
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#getClassifiers()
*/
public EList<Classifier> getClassifiers()
{
return this.instanceSpecification.getClassifiers();
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#getClassifier(String)
*/
public Classifier getClassifier(final String string)
{
return this.instanceSpecification.getClassifier(string);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#getClassifier(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public Classifier getClassifier(final String string, final boolean ignoreCase, final EClass eClass)
{
return this.instanceSpecification.getClassifier(string, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#getSpecification()
*/
public ValueSpecification getSpecification()
{
return this.instanceSpecification.getSpecification();
}
/**
* @see org.eclipse.uml2.uml.InstanceSpecification#setSpecification(org.eclipse.uml2.uml.ValueSpecification)
*/
public void setSpecification(final ValueSpecification valueSpecification)
{
this.instanceSpecification.setSpecification(valueSpecification);
}
/**
* @param eClass
* @return instanceSpecification.createSpecification(null, null, eClass)
*/
public ValueSpecification createSpecification(final EClass eClass)
{
return this.instanceSpecification.createSpecification(null, null, eClass);
}
/**
* @param diagnosticChain
* @param map
* @return instanceSpecification.validateDefiningFeature(diagnosticChain, map)
*/
public boolean validateSlotsAreDefined(final DiagnosticChain diagnosticChain, final Map<Object, Object> map) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 1564 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 1578 |
return this.property.validateMultiplicityOfComposite(
arg0,
arg1);
}
/*
* UML2 v3.6 only, method removed in v4
* @param arg0
* @param arg1
* @return this.property.validateRedefinedPropertyInherited(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateRedefinedPropertyInherited(DiagnosticChain, Map)
public boolean validateNavigablePropertyRedefinition(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateNavigablePropertyRedefinition(
arg0,
arg1);
}
*/
/**
* @param arg0
* @param arg1
* @return !this.property.validateHasQualifiedName(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateHasQualifiedName(DiagnosticChain, Map)
*/
public boolean validateNoName(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return !this.property.validateHasQualifiedName(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.Element#validateNotOwnSelf(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateNotOwnSelf(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateNotOwnSelf(
arg0,
arg1);
}
/*public boolean validateOppositeIsOtherEnd(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateOppositeIsOtherEnd(
arg0,
arg1);
}*/
/**
* @param arg0
* @param arg1
* @return this.property.validateHasQualifiedName(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateHasQualifiedName(DiagnosticChain, Map)
*/
public boolean validateQualifiedName(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateHasQualifiedName(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#validateRedefinitionConsistent(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateRedefinitionConsistent(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateRedefinitionConsistent(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.RedefinableElement#validateRedefinitionContextValid(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateRedefinitionContextValid(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateRedefinitionContextValid(
arg0,
arg1);
}
/**
* @param arg0
* @param arg1
* @return this.property.validateSubsettingContextConforms(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateSubsettingContextConforms(DiagnosticChain, Map)
*/
public boolean validateSubsettingContext(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateSubsettingContextConforms(
arg0,
arg1);
}
/**
* @see org.eclipse.uml2.uml.Property#validateSubsettingRules(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateSubsettingRules(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateSubsettingRules(
arg0,
arg1);
}
/*
* @param arg0
* @param arg1
* @return this.property.validateUpperGeLower(arg0, arg1)
* @see org.eclipse.uml2.uml.Property#validateUpperGeLower(DiagnosticChain, Map)
public boolean validateUpperEqUpperbound(
final DiagnosticChain arg0,
final Map<Object, Object> arg1)
{
return this.property.validateUpperEqUpperbound(
arg0,
arg1);
}*/
/**
* @see org.eclipse.uml2.uml.MultiplicityElement#validateUpperGeLower(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
*/
public boolean validateUpperGeLower( | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\LinkInstanceImpl.java | 70 |
| org\andromda\metafacades\emf\uml22\ObjectInstanceImpl.java | 66 |
return this.instanceSpecification.equals(((LinkInstanceImpl)object).instanceSpecification);
}
return this.instanceSpecification.equals(object);
}
/**
* @see Object#hashCode()
*/
@Override
public int hashCode()
{
return this.instanceSpecification.hashCode();
}
/**
* @see Object#toString()
*/
@Override
public String toString()
{
return this.getClass().getName() + '[' + this.instanceSpecification.toString() + ']';
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployments()
*/
public EList<Deployment> getDeployments()
{
return this.instanceSpecification.getDeployments();
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployment(String, boolean, boolean)
*/
public Deployment getDeployment(final String string, final boolean ignoreCase, final boolean createOnDemand)
{
return this.instanceSpecification.getDeployment(string, ignoreCase, createOnDemand);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployment(String)
*/
public Deployment getDeployment(final String string)
{
return this.instanceSpecification.getDeployment(string);
}
/**
* @param eClass
* @return instanceSpecification.createDeployment(eClass.getName())
*/
public Deployment createDeployment(final EClass eClass) | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeFacadeLogic.java | 1025 |
| org\andromda\metafacades\emf\uml22\ParameterFacadeLogic.java | 918 |
+ this.THIS().toString() + ": " + th.getMessage(), th);
}
try
{
final Object contextElement = this.THIS();
boolean constraintValid = OCLResultEnsurer.ensure((Boolean.valueOf(String.valueOf(Boolean.valueOf(String.valueOf(OCLIntrospector.invoke(contextElement,"type.wrappedPrimitive"))).booleanValue()&&OCLExpressions.equal(OCLIntrospector.invoke(contextElement,"many"),false))).booleanValue()?(OCLExpressions.equal(OCLIntrospector.invoke(contextElement,"lower"),0)):true));
if (!constraintValid)
{
validationMessages.add(
new ModelValidationMessage(
(MetafacadeBase)contextElement , | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\ModelElementFacadeLogic.java | 1421 |
| org\andromda\metafacades\emf\uml22\ModelFacadeLogic.java | 579 |
| org\andromda\metafacades\emf\uml22\TemplateArgumentFacadeLogic.java | 115 |
protected abstract Object handleGetStateMachineContext();
/**
* @param validationMessages Collection<ModelValidationMessage>
* @see MetafacadeBase#validateInvariants(Collection validationMessages)
*/
@Override
public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
{
}
/**
* The property that stores the name of the metafacade.
*/
private static final String NAME_PROPERTY = "name";
private static final String FQNAME_PROPERTY = "fullyQualifiedName";
/**
* @see Object#toString()
*/
@Override
public String toString()
{
final StringBuilder toString = new StringBuilder(this.getClass().getName());
toString.append("[");
try
{
toString.append(Introspector.instance().getProperty(this, FQNAME_PROPERTY));
}
catch (final Throwable tryAgain)
{
try
{
toString.append(Introspector.instance().getProperty(this, NAME_PROPERTY));
}
catch (final Throwable ignore)
{
// - just ignore when the metafacade doesn't have a name or fullyQualifiedName property
}
}
toString.append("]");
return toString.toString();
}
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 177 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 187 |
return this.property.createDeployment(null);
}
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
/*public Deployment createDeployment(final EClass arg0)
{
return this.property.createDeployment(arg0);
}*/
/**
* @see org.eclipse.uml2.uml.Element#createEAnnotation(String)
*/
public EAnnotation createEAnnotation(final String arg0)
{
return this.property.createEAnnotation(arg0);
}
/**
* @param arg0
* @return this.property.createLowerValue(null, null, arg0)
* @see org.eclipse.uml2.uml.Property#createLowerValue(String, Type, EClass)
*/
public ValueSpecification createLowerValue(final EClass arg0)
{
return this.property.createLowerValue(null, null, arg0);
}
/**
* @return this.property.createNameExpression(null, null)
* @see org.eclipse.uml2.uml.Property#createNameExpression(String, Type)
*/
public StringExpression createNameExpression()
{
return this.property.createNameExpression(null, null);
}
/**
* @param eClass
* @return this.property.createNameExpression(eClass.getName(), null)
* @see org.eclipse.uml2.uml.Property#createNameExpression(String, Type)
*/
public StringExpression createNameExpression(final EClass eClass)
{
return this.property.createNameExpression(eClass.getName(), null);
}
/**
* @see org.eclipse.uml2.uml.Element#createOwnedComment()
*/
public Comment createOwnedComment()
{
return this.property.createOwnedComment();
}
/**
* @param arg0
* @return this.property.createOwnedComment()
* @see org.eclipse.uml2.uml.Property#createOwnedComment()
*/
public Comment createOwnedComment(final EClass arg0)
{
return this.property.createOwnedComment();
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* @return null
* @see org.eclipse.uml2.uml.TemplateableElement#createOwnedTemplateSignature()
*/
public TemplateSignature createOwnedTemplateSignature()
{
//return this.property.createOwnedTemplateSignature();
LOGGER.error("AssociationEnd.createOwnedTemplateSignature has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeFacadeLogic.java | 90 |
| org\andromda\metafacades\emf\uml22\DependencyFacadeLogic.java | 79 |
public boolean isAttributeFacadeMetaType()
{
return true;
}
// --------------- attributes ---------------------
/**
* @see AttributeFacade#getGetterName()
* @return String
*/
protected abstract String handleGetGetterName();
private String __getterName1a;
private boolean __getterName1aSet = false;
/**
* The name of the accessor operation that would retrieve this attribute's value.
* @return (String)handleGetGetterName()
*/
public final String getGetterName()
{
String getterName1a = this.__getterName1a;
if (!this.__getterName1aSet)
{
// getterName has no pre constraints
getterName1a = handleGetGetterName();
// getterName has no post constraints
this.__getterName1a = getterName1a;
if (isMetafacadePropertyCachingEnabled())
{
this.__getterName1aSet = true;
}
}
return getterName1a;
}
/**
* @see AttributeFacade#getSetterName()
* @return String
*/
protected abstract String handleGetSetterName();
private String __setterName2a;
private boolean __setterName2aSet = false;
/**
* The name of the mutator operation that would retrieve this attribute's value.
* @return (String)handleGetSetterName()
*/
public final String getSetterName()
{
String setterName2a = this.__setterName2a;
if (!this.__setterName2aSet)
{
// setterName has no pre constraints
setterName2a = handleGetSetterName();
// setterName has no post constraints
this.__setterName2a = setterName2a;
if (isMetafacadePropertyCachingEnabled())
{
this.__setterName2aSet = true;
}
}
return setterName2a;
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationClassFacadeLogic.java | 1425 |
| org\andromda\metafacades\emf\uml22\ModelElementFacadeLogic.java | 1430 |
| org\andromda\metafacades\emf\uml22\ModelFacadeLogic.java | 588 |
| org\andromda\metafacades\emf\uml22\TemplateArgumentFacadeLogic.java | 124 |
| org\andromda\metafacades\emf\uml22\TemplateParameterFacadeLogic.java | 458 |
}
/**
* The property that stores the name of the metafacade.
*/
private static final String NAME_PROPERTY = "name";
private static final String FQNAME_PROPERTY = "fullyQualifiedName";
/**
* @see Object#toString()
*/
@Override
public String toString()
{
final StringBuilder toString = new StringBuilder(this.getClass().getName());
toString.append("[");
try
{
toString.append(Introspector.instance().getProperty(this, FQNAME_PROPERTY));
}
catch (final Throwable tryAgain)
{
try
{
toString.append(Introspector.instance().getProperty(this, NAME_PROPERTY));
}
catch (final Throwable ignore)
{
// - just ignore when the metafacade doesn't have a name or fullyQualifiedName property
}
}
toString.append("]");
return toString.toString();
}
} | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 262 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 264 |
LOGGER.error("AssociationEndImpl.createOwnedTemplateSignature(EClass) has been removed from UML2 3.x, fix " + this.property.getQualifiedName());
return null;
}
/**
* @return this.property.createQualifier(null, null)
* @see org.eclipse.uml2.uml.Property#createQualifier(String, Type)
*/
public Property createQualifier()
{
return this.property.createQualifier(null, null);
}
/**
* @param arg0
* @return this.property.createQualifier(null, null, arg0)
* @see org.eclipse.uml2.uml.Property#createQualifier(String, Type, EClass)
*/
public Property createQualifier(final EClass arg0)
{
return this.property.createQualifier(null, null, arg0);
}
/**
* @see org.eclipse.uml2.uml.Property#createQualifier(String, org.eclipse.uml2.uml.Type)
*/
public Property createQualifier(final String name, final Type type)
{
return this.property.createQualifier(name, type);
}
/**
* @see org.eclipse.uml2.uml.Property#createQualifier(String, org.eclipse.uml2.uml.Type, org.eclipse.emf.ecore.EClass)
*/
public Property createQualifier(final String name, final Type type, final EClass eClass)
{
return this.property.createQualifier(name, type, eClass);
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* @return this.property.createTemplateBinding(null)
*/
public TemplateBinding createTemplateBinding()
{
//return this.property.createTemplateBinding(null);
LOGGER.error("AssociationEnd.createTemplateBinding has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AssociationEndImpl.java | 2275 |
| org\andromda\metafacades\emf\uml22\AttributeImpl.java | 2283 |
return this.property.isCompatibleWith(element);
}
/**
* @see org.eclipse.uml2.uml.ParameterableElement#isTemplateParameter()
*/
public boolean isTemplateParameter()
{
return this.property.isTemplateParameter();
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#createDeployment(String)
*/
public Deployment createDeployment(final String name)
{
return this.property.createDeployment(name);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployedElement(String, boolean, org.eclipse.emf.ecore.EClass)
*/
public PackageableElement getDeployedElement(final String name, final boolean ignoreCase, final EClass eClass)
{
return this.property.getDeployedElement(name, ignoreCase, eClass);
}
/**
* @see org.eclipse.uml2.uml.DeploymentTarget#getDeployment(String, boolean, boolean)
*/
public Deployment getDeployment(final String name, final boolean ignoreCase, final boolean createOnDemand)
{
return this.property.getDeployment(name, ignoreCase, createOnDemand);
}
/** UML2 3.0: Property no longer inherits from TemplateableElement
* @param signature
* @return null
* @see org.eclipse.uml2.uml.TemplateableElement#createTemplateBinding(org.eclipse.uml2.uml.TemplateSignature)
*/
public TemplateBinding createTemplateBinding(final TemplateSignature signature)
{
//return this.property.createTemplateBinding(signature);
LOGGER.error("AssociationEndImpl.property.createTemplateBinding(TemplateSignature) has been removed from UML2 3.x, fix " + this.property.getQualifiedName()); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\EntityLogic.java | 1237 |
| org\andromda\metafacades\emf\uml22\ServiceLogic.java | 361 |
+ this.THIS().toString() + ": " + th.getMessage(), th);
}
try
{
final Object contextElement = this.THIS();
boolean constraintValid = OCLResultEnsurer.ensure((Boolean.valueOf(String.valueOf(OCLCollections.notEmpty(OCLIntrospector.invoke(contextElement,"specializations")))).booleanValue()?OCLCollections.forAll(OCLIntrospector.invoke(contextElement,"specializations"),new Predicate(){public boolean evaluate(Object object){return Boolean.valueOf(String.valueOf(object instanceof Entity)).booleanValue();}}):true)); | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeFacadeLogic.java | 975 |
| org\andromda\metafacades\emf\uml22\ParameterFacadeLogic.java | 893 |
+ this.THIS().toString() + ": " + th.getMessage(), th);
}
try
{
final Object contextElement = this.THIS();
boolean constraintValid = OCLResultEnsurer.ensure((Boolean.valueOf(String.valueOf(OCLIntrospector.invoke(contextElement,"type.primitive"))).booleanValue()?(OCLExpressions.greater(OCLIntrospector.invoke(contextElement,"lower"),0)):true));
if (!constraintValid)
{
validationMessages.add(
new ModelValidationMessage(
(MetafacadeBase)contextElement , | |
| File | Line |
|---|---|
| org\andromda\metafacades\emf\uml22\AttributeFacadeLogic.java | 1000 |
| org\andromda\metafacades\emf\uml22\ParameterFacadeLogic.java | 868 |
+ this.THIS().toString() + ": " + th.getMessage(), th);
}
try
{
final Object contextElement = this.THIS();
boolean constraintValid = OCLResultEnsurer.ensure((Boolean.valueOf(String.valueOf(OCLIntrospector.invoke(contextElement,"type.primitive"))).booleanValue()?(OCLExpressions.equal(OCLIntrospector.invoke(contextElement,"many"),false)):true));
if (!constraintValid)
{
validationMessages.add(
new ModelValidationMessage(
(MetafacadeBase)contextElement , | |