Uses of Interface
org.eclipse.uml2.uml.StructuralFeatureAction

Packages that use StructuralFeatureAction
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of StructuralFeatureAction in org.eclipse.uml2.uml
 

Subinterfaces of StructuralFeatureAction in org.eclipse.uml2.uml
 interface AddStructuralFeatureValueAction
          A representation of the model object 'Add Structural Feature Value Action'
 interface ClearStructuralFeatureAction
          A representation of the model object 'Clear Structural Feature Action'
 interface ReadStructuralFeatureAction
          A representation of the model object 'Read Structural Feature Action'
 interface RemoveStructuralFeatureValueAction
          A representation of the model object 'Remove Structural Feature Value Action'
 interface WriteStructuralFeatureAction
          A representation of the model object 'Write Structural Feature Action'
 

Uses of StructuralFeatureAction in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type StructuralFeatureAction
 T UMLSwitch.caseStructuralFeatureAction(StructuralFeatureAction object)
          Returns the result of interpreting the object as an instance of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction_validateMultiplicity(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicity constraint of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction_validateNotStatic(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNotStatic constraint of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction_validateOneFeaturingClassifier(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneFeaturingClassifier constraint of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction_validateSameType(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSameType constraint of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction_validateVisibility(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateVisibility constraint of 'Structural Feature Action'
 boolean UMLValidator.validateStructuralFeatureAction(StructuralFeatureAction structuralFeatureAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.