org.andromda.metafacades.uml
Interface BindingFacade

All Superinterfaces:
DependencyFacade, ModelElementFacade

public interface BindingFacade
extends DependencyFacade

Represents a UML binding.

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 Collection getArguments()
           The arguments for this binding.
 boolean isBindingFacadeMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.DependencyFacade
getGetterName, getSetterName, getSourceElement, getTargetElement, isDependencyFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isBindingFacadeMetaType

public boolean isBindingFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getArguments

public Collection getArguments()

The arguments for this binding.



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.