public interface InstanceFacade extends ModelElementFacade
Modifier and Type | Method and Description |
---|---|
Collection<AttributeLinkFacade> |
getAttributeLinks()
Returns those slots that map onto attributes.
|
Collection<ClassifierFacade> |
getClassifiers()
A Classifier is a classification of instances - it describes a set of instances that have
features
in common.
|
Collection<LinkEndFacade> |
getLinkEnds()
Those slots that map onto association ends.
|
Collection<InstanceFacade> |
getOwnedInstances()
A representation of the model object 'Instance Specification'.
|
Collection<LinkFacade> |
getOwnedLinks()
A representation of the model object 'Instance Specification'.
|
Collection<AttributeLinkFacade> |
getSlots()
All slots for this instance, this includes the ones that map onto attributes and the ones
that map onto association ends.
|
boolean |
isInstanceFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isInstanceFacadeMetaType()
true
Collection<AttributeLinkFacade> getAttributeLinks()
Collection<ClassifierFacade> getClassifiers()
Collection<LinkEndFacade> getLinkEnds()
Collection<InstanceFacade> getOwnedInstances()
Collection<LinkFacade> getOwnedLinks()
Collection<AttributeLinkFacade> getSlots()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.