Uses of Interface
org.eclipse.ocl.examples.pivot.NamedElement

Packages that use NamedElement
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.generator   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.evaluator   
org.eclipse.ocl.examples.debug.vm.launching   
org.eclipse.ocl.examples.debug.vm.utils   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.context   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.services   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of NamedElement in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type NamedElement
protected  void CG2StringVisitor.appendName(NamedElement namedElement)
           
protected  void AS2CGVisitor.setAst(CGNamedElement cgElement, NamedElement asElement)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.codegen.generator
 

Methods in org.eclipse.ocl.examples.codegen.generator with parameters of type NamedElement
static java.lang.String AbstractGenModelHelper.encodeName(NamedElement element)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type NamedElement
 void OCLinEcoreTablesUtils.CodeGenString.appendName(NamedElement namedElement)
           
 void OCLinEcoreTablesUtils.CodeGenString.appendParameterName(NamedElement namedElement)
           
protected  void OCLinEcoreTables.appendUpperName(NamedElement namedElement)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.debug.evaluator
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return NamedElement
 NamedElement OCLVMNestedEvaluationEnvironment.getOperation()
           
 NamedElement OCLVMRootEvaluationEnvironment.getOperation()
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type NamedElement
 IOCLVMEvaluationEnvironment OCLVMEnvironmentFactory.createEvaluationEnvironment(IVMEvaluationEnvironment<?> parent, NamedElement operation)
           
 EvaluationVisitor OCLVMEvaluationVisitorImpl.createNestedUndecoratedEvaluator(NamedElement operation)
           
 void OCLVMNestedEvaluationEnvironment.setOperation(NamedElement operation)
           
 

Constructors in org.eclipse.ocl.examples.debug.evaluator with parameters of type NamedElement
OCLVMNestedEvaluationEnvironment(IOCLVMEvaluationEnvironment evaluationEnvironment, long id, NamedElement operation)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.debug.vm
 

Methods in org.eclipse.ocl.examples.debug.vm that return NamedElement
 NamedElement UnitLocation.getModule()
           
 NamedElement UnitLocation.getOperation()
           
 

Methods in org.eclipse.ocl.examples.debug.vm with parameters of type NamedElement
 CompiledUnit UnitManager.findUnitForModule(NamedElement module)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.debug.vm.evaluator
 

Classes in org.eclipse.ocl.examples.debug.vm.evaluator with type parameters of type NamedElement
 interface IVMEvaluationEnvironment<T extends NamedElement>
           
 interface IVMEvaluationVisitor<T extends NamedElement>
           
 interface IVMRootEvaluationEnvironment<T extends NamedElement>
           
 interface IVMRootEvaluationVisitor<T extends NamedElement>
           
 class VMEvaluationEnvironment<T extends NamedElement>
           
 class VMNestedEvaluationEnvironment<T extends NamedElement>
           
 class VMRootEvaluationEnvironment<T extends NamedElement>
           
 

Fields in org.eclipse.ocl.examples.debug.vm.evaluator declared as NamedElement
protected  T VMRootEvaluationEnvironment.debuggableElement
           
 

Methods in org.eclipse.ocl.examples.debug.vm.evaluator that return NamedElement
 NamedElement IVMEvaluator.getDebuggable()
           
 NamedElement IVMEvaluationEnvironment.getOperation()
           
 

Uses of NamedElement in org.eclipse.ocl.examples.debug.vm.launching
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return NamedElement
 NamedElement InternalDebuggableExecutor.getDebuggable()
           
 

Uses of NamedElement in org.eclipse.ocl.examples.debug.vm.utils
 

Methods in org.eclipse.ocl.examples.debug.vm.utils that return types with arguments of type NamedElement
 java.util.List<NamedElement> CompiledUnit.getModules()
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot
 

Subinterfaces of NamedElement in org.eclipse.ocl.examples.pivot
 interface Annotation
          A representation of the model object 'Annotation'.
 interface AnyType
          A representation of the model object 'Any Type'.
 interface AssociationClass
          A representation of the model object 'Association Class'.
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface Behavior
          A representation of the model object 'Behavior'.
 interface BooleanLiteralExp
          A representation of the model object 'Boolean Literal Exp'.
 interface CallExp
          A representation of the model object 'Call Exp'.
 interface CallOperationAction
          A representation of the model object 'Call Operation Action'.
 interface Class
          A representation of the model object 'Class'.
 interface CollectionItem
          A representation of the model object 'Collection Item'.
 interface CollectionLiteralExp
          A representation of the model object 'Collection Literal Exp'.
 interface CollectionLiteralPart
          A representation of the model object 'Collection Literal Part'.
 interface CollectionRange
          A representation of the model object 'Collection Range'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface ConnectionPointReference
          A representation of the model object 'Connection Point Reference'.
 interface Constraint
          A representation of the model object 'Constraint'.
 interface ConstructorExp
          A representation of the model object 'Constructor Exp'.
 interface ConstructorPart
          A representation of the model object 'Constructor Part'.
 interface DataType
          A representation of the model object 'Data Type'.
 interface Detail
          A representation of the model object 'Detail'.
 interface DynamicType
          A representation of the model object 'Dynamic Type'.
 interface ElementExtension
          A representation of the model object 'Applied Stereotype'.
 interface Enumeration
          A representation of the model object 'Enumeration'.
 interface EnumerationLiteral
          A representation of the model object 'Enumeration Literal'.
 interface EnumLiteralExp
          A representation of the model object 'Enum Literal Exp'.
 interface ExpressionInOCL
          A representation of the model object 'Expression In Ocl'.
 interface Feature
          A representation of the model object 'Feature'.
 interface FeatureCallExp
          A representation of the model object 'Feature Call Exp'.
 interface FinalState
          A representation of the model object 'Final State'.
 interface IfExp
          A representation of the model object 'If Exp'.
 interface Import
          A representation of the model object 'Import'.
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'.
 interface InvalidLiteralExp
          A representation of the model object 'Invalid Literal Exp'.
 interface InvalidType
          A representation of the model object 'Invalid Type'.
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface Iteration
          A representation of the model object 'Iteration'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 interface LambdaType
          A representation of the model object 'Lambda Type'.
 interface LetExp
          A representation of the model object 'Let Exp'.
 interface Library
          A representation of the model object 'Library'.
 interface LiteralExp
          A representation of the model object 'Literal Exp'.
 interface LoopExp
          A representation of the model object 'Loop Exp'.
 interface MessageExp
          A representation of the model object 'Message Exp'.
 interface MessageType
          A representation of the model object 'Message Type'.
 interface Metaclass<T>
          A representation of the model object 'Classifier Type'.
 interface Namespace
          A representation of the model object 'Namespace'.
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'.
 interface NullLiteralExp
          A representation of the model object 'Null Literal Exp'.
 interface NumericLiteralExp
          A representation of the model object 'Numeric Literal Exp'.
 interface OCLExpression
          A representation of the model object 'Ocl Expression'.
 interface OpaqueExpression
          A representation of the model object 'Opaque Expression'.
 interface Operation
          A representation of the model object 'Operation'.
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 interface OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface Package
          A representation of the model object 'Package'.
 interface Parameter
          A representation of the model object 'Parameter'.
 interface Precedence
          A representation of the model object 'Precedence'.
 interface PrimitiveLiteralExp
          A representation of the model object 'Primitive Literal Exp'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface Profile
          A representation of the model object 'Profile'.
 interface Property
          A representation of the model object 'Property'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 interface Pseudostate
          A representation of the model object 'Pseudostate'.
 interface RealLiteralExp
          A representation of the model object 'Real Literal Exp'.
 interface Region
          A representation of the model object 'Region'.
 interface Root
          A representation of the model object 'Root'.
 interface SelfType
          A representation of the model object 'Self Type'.
 interface SendSignalAction
          A representation of the model object 'Send Signal Action'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface Signal
          A representation of the model object 'Signal'.
 interface State
          A representation of the model object 'State'.
 interface StateExp
          A representation of the model object 'State Exp'.
 interface StateMachine
          A representation of the model object 'State Machine'.
 interface Stereotype
          A representation of the model object 'Stereotype'.
 interface StringLiteralExp
          A representation of the model object 'String Literal Exp'.
 interface TemplateParameterType
          A representation of the model object 'Template Parameter Type'.
 interface Transition
          A representation of the model object 'Transition'.
 interface Trigger
          A representation of the model object 'Trigger'.
 interface TupleLiteralExp
          A representation of the model object 'Tuple Literal Exp'.
 interface TupleLiteralPart
          A representation of the model object 'Tuple Literal Part'.
 interface TupleType
          A representation of the model object 'Tuple Type'.
 interface Type
          A representation of the model object 'Type'.
 interface TypedElement
          A representation of the model object 'Typed Element'.
 interface TypedMultiplicityElement
          A representation of the model object 'Typed Multiplicity Element'.
 interface TypeExp
          A representation of the model object 'Type Exp'.
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'.
 interface UnspecifiedType
          A representation of the model object 'Unspecified Type'.
 interface UnspecifiedValueExp
          A representation of the model object 'Unspecified Value Exp'.
 interface ValueSpecification
          A representation of the model object 'Value Specification'.
 interface Variable
          A representation of the model object 'Variable'.
 interface VariableDeclaration
          A representation of the model object 'Variable Declaration'.
 interface VariableExp
          A representation of the model object 'Variable Exp'.
 interface Vertex
          A representation of the model object 'Vertex'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Methods in org.eclipse.ocl.examples.pivot with type parameters of type NamedElement
static
<T extends NamedElement>
T
ObjectUtil.getNamedElement(java.util.Collection<T> elements, java.lang.String name)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.context
 

Methods in org.eclipse.ocl.examples.pivot.context with parameters of type NamedElement
 void AbstractBase2PivotConversion.refreshName(NamedElement pivotNamedElement, java.lang.String newName)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with type parameters of type NamedElement
<T extends NamedElement>
T
AbstractEcore2Pivot.refreshElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, org.eclipse.emf.ecore.EModelElement eModelElement)
           
<T extends NamedElement>
T
Ecore2Pivot.refreshElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, org.eclipse.emf.ecore.EModelElement eModelElement)
           
<T extends NamedElement>
T
AbstractEcore2Pivot.refreshNamedElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, org.eclipse.emf.ecore.ENamedElement eNamedElement)
           
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type NamedElement
protected  void Ecore2PivotDeclarationSwitch.copyAnnotatedElement(NamedElement pivotElement, org.eclipse.emf.ecore.EModelElement eModelElement, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
          Convert all eModelElement EAnnotations to pivotElement Annotations except specifically excludedAnnotations.
protected  void Pivot2EcoreDeclarationVisitor.copyNamedElement(org.eclipse.emf.ecore.ENamedElement eNamedElement, NamedElement pivotNamedElement)
           
protected  void Ecore2PivotDeclarationSwitch.copyNamedElement(NamedElement pivotElement, org.eclipse.emf.ecore.ENamedElement eNamedElement)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type NamedElement
 EvaluationVisitor EvaluationVisitorImpl.createNestedUndecoratedEvaluator(NamedElement operation)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement NamedElement
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class AssociationClassImpl
          An implementation of the model object 'Association Class'.
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class BehaviorImpl
          An implementation of the model object 'Behavior'.
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'.
 class CallExpImpl
          An implementation of the model object 'Call Exp'.
 class CallOperationActionImpl
          An implementation of the model object 'Call Operation Action'.
 class ClassImpl
          An implementation of the model object 'Class'.
 class CollectionItemImpl
          An implementation of the model object 'Collection Item'.
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'.
 class CollectionLiteralPartImpl
          An implementation of the model object 'Collection Literal Part'.
 class CollectionRangeImpl
          An implementation of the model object 'Collection Range'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 class ConnectionPointReferenceImpl
          An implementation of the model object 'Connection Point Reference'.
 class ConstraintImpl
          An implementation of the model object 'Constraint'.
 class ConstructorExpImpl
          An implementation of the model object 'Constructor Exp'.
 class ConstructorPartImpl
          An implementation of the model object 'Constructor Part'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class DetailImpl
          An implementation of the model object 'Detail'.
 class DynamicTypeImpl
          An implementation of the model object 'Dynamic Type'.
 class ElementExtensionImpl
          An implementation of the model object 'Applied Stereotype'.
 class EnumerationImpl
          An implementation of the model object 'Enumeration'.
 class EnumerationLiteralImpl
          An implementation of the model object 'Enumeration Literal'.
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'.
 class ExpressionInOCLImpl
          An implementation of the model object 'Expression In Ocl'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call Exp'.
 class FeatureImpl
          An implementation of the model object 'Feature'.
 class FinalStateImpl
          An implementation of the model object 'Final State'.
 class IfExpImpl
          An implementation of the model object 'If Exp'.
 class ImportImpl
          An implementation of the model object 'Import'.
 class IntegerLiteralExpImpl
          An implementation of the model object 'Integer Literal Exp'.
 class InvalidLiteralExpImpl
          An implementation of the model object 'Invalid Literal Exp'.
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'.
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 class LetExpImpl
          An implementation of the model object 'Let Exp'.
 class LibraryImpl
          An implementation of the model object 'Library'.
 class LiteralExpImpl
          An implementation of the model object 'Literal Exp'.
 class LoopExpImpl
          An implementation of the model object 'Loop Exp'.
 class MessageExpImpl
          An implementation of the model object 'Message Exp'.
 class MessageTypeImpl
          An implementation of the model object 'Message Type'.
 class MetaclassImpl<T>
          An implementation of the model object 'Classifier Type'.
 class NamedElementImpl
          An implementation of the model object 'Named Element'.
 class NamespaceImpl
          An implementation of the model object 'Namespace'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'.
 class NullLiteralExpImpl
          An implementation of the model object 'Null Literal Exp'.
 class NumericLiteralExpImpl
          An implementation of the model object 'Numeric Literal Exp'.
 class OCLExpressionImpl
          An implementation of the model object 'Ocl Expression'.
 class OpaqueExpressionImpl
          An implementation of the model object 'Opaque Expression'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 class PackageImpl
          An implementation of the model object 'Package'.
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class PrecedenceImpl
          An implementation of the model object 'Precedence'.
 class PrimitiveLiteralExpImpl
          An implementation of the model object 'Primitive Literal Exp'.
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 class ProfileImpl
          An implementation of the model object 'Profile'.
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class PseudostateImpl
          An implementation of the model object 'Pseudostate'.
 class RealLiteralExpImpl
          An implementation of the model object 'Real Literal Exp'.
 class RegionImpl
          An implementation of the model object 'Region'.
 class RootImpl
          An implementation of the model object 'Root'.
 class SelfTypeImpl
          An implementation of the model object 'Self Type'.
 class SendSignalActionImpl
          An implementation of the model object 'Send Signal Action'.
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 class SignalImpl
          An implementation of the model object 'Signal'.
 class StateExpImpl
          An implementation of the model object 'State Exp'.
 class StateImpl
          An implementation of the model object 'State'.
 class StateMachineImpl
          An implementation of the model object 'State Machine'.
 class StereotypeImpl
          An implementation of the model object 'Stereotype'.
 class StringLiteralExpImpl
          An implementation of the model object 'String Literal Exp'.
 class TemplateParameterTypeImpl
          An implementation of the model object 'Template Parameter Type'.
 class TransitionImpl
          An implementation of the model object 'Transition'.
 class TriggerImpl
          An implementation of the model object 'Trigger'.
 class TupleLiteralExpImpl
          An implementation of the model object 'Tuple Literal Exp'.
 class TupleLiteralPartImpl
          An implementation of the model object 'Tuple Literal Part'.
 class TuplePartImpl
           
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 class TypedElementImpl
          An implementation of the model object 'Typed Element'.
 class TypedMultiplicityElementImpl
          An implementation of the model object 'Typed Multiplicity Element'.
 class TypeExpImpl
          An implementation of the model object 'Type Exp'.
 class TypeImpl
          An implementation of the model object 'Type'.
 class UnlimitedNaturalLiteralExpImpl
          An implementation of the model object 'Unlimited Natural Literal Exp'.
 class UnspecifiedTypeImpl
          An implementation of the model object 'Unspecified Type'.
 class UnspecifiedValueExpImpl
          An implementation of the model object 'Unspecified Value Exp'.
 class ValueSpecificationImpl
          An implementation of the model object 'Value Specification'.
 class VariableDeclarationImpl
          An implementation of the model object 'Variable Declaration'.
 class VariableExpImpl
          An implementation of the model object 'Variable Exp'.
 class VariableImpl
          An implementation of the model object 'Variable'.
 class VertexImpl
          An implementation of the model object 'Vertex'.
 class VoidTypeImpl
          An implementation of the model object 'Void Type'.
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.manager
 

Classes in org.eclipse.ocl.examples.pivot.manager that implement NamedElement
 class Orphanage
          An Orphanage provides a Package that weakly contains elements such as type specializations that should require a container for the purposes of validation, but which should be eligible for garbage collection whenever no longer in use.
static class TupleTypeManager.TuplePart
          TuplePart provides a convenient descriptor for a tuple part complying with the full EMF model protocols.
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type NamedElement
 void PrettyPrinter.appendName(NamedElement object)
           
 void PrettyPrinter.appendName(NamedElement object, java.util.Set<java.lang.String> keywords)
           
 java.lang.String PrettyPrinter.getName(NamedElement object, java.util.Set<java.lang.String> keywords)
           
 java.lang.Object PrettyPrintVisitor.visitNamedElement(NamedElement object)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with type parameters of type NamedElement
protected
<T extends NamedElement>
T
UML2Pivot.refreshNamedElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, org.eclipse.uml2.uml.NamedElement umlNamedElement)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type NamedElement
protected  void UML2PivotDeclarationSwitch.copyAnnotatedElement(NamedElement pivotElement, org.eclipse.emf.ecore.EModelElement umlElement, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
protected  void Pivot2UMLDeclarationVisitor.copyNamedElement(org.eclipse.uml2.uml.NamedElement umlNamedElement, NamedElement pivotNamedElement)
           
protected  void UML2PivotDeclarationSwitch.copyNamedElement(NamedElement pivotElement, org.eclipse.uml2.uml.NamedElement umlNamedElement)
           
protected  void UML2PivotUseSwitch.copyNamedElement(NamedElement pivotElement, org.eclipse.uml2.uml.NamedElement umlNamedElement)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type NamedElement
 T1 PivotSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpreting the object as an instance of 'Named Element'.
 boolean PivotValidator.validateNamedElement(NamedElement namedElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitNamedElement(NamedElement object)
           
 R AbstractExtendingVisitor.visitNamedElement(NamedElement object)
           
 R AbstractNullVisitor.visitNamedElement(NamedElement object)
           
 R AbstractWrappingVisitor.visitNamedElement(NamedElement object)
           
 R Visitor.visitNamedElement(NamedElement object)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type NamedElement
 void AS2MonikerVisitor.appendExpPrefix(NamedElement object)
           
protected  void AS2XMIidVisitor.appendParent(NamedElement element)
           
protected  void ToStringVisitor.appendQualifiedName(NamedElement object)
           
protected  void ToStringVisitor.appendQualifiedName(NamedElement parent, java.lang.String separator, NamedElement child)
           
static ExpressionInOCL PivotUtil.getExpressionInOCL(NamedElement contextElement, OpaqueExpression specification)
          Return an OCL AST from a ValueSpecification in the context of a NamedElement.
static ExpressionInOCL PivotUtil.getExpressionInOCL(NamedElement contextElement, java.lang.String expression)
          Return an OCL AST from a string in the context of a NamedElement.
static ExpressionInOCL PivotUtil.getValidExpressionInOCL(NamedElement contextElement, java.lang.String expression)
          Return an OCL AST from a string in the context of a NamedElement.
 java.lang.Object AS2MonikerVisitor.visitNamedElement(NamedElement object)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.base.cs2as
 

Classes in org.eclipse.ocl.examples.xtext.base.cs2as with type parameters of type NamedElement
static class BaseCSPostOrderVisitor.ListCompletion<CST extends ModelElementCS,P extends NamedElement>
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with type parameters of type NamedElement
protected
<CST extends ModelElementCS,P extends NamedElement>
BasicContinuation<?>
BaseCSPostOrderVisitor.refreshList(NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.lang.Class<P> pivotClass, java.util.List<P> pivotElements, java.util.List<CST> csElements)
           
protected
<T extends NamedElement>
T
BaseCSContainmentVisitor.refreshNamedElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, NamedElementCS csElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type NamedElement
 void CS2PivotConversion.handleVisitNamedElement(NamedElementCS csNamedElement, NamedElement pivotElement)
           
protected
<CST extends ModelElementCS,P extends NamedElement>
BasicContinuation<?>
BaseCSPostOrderVisitor.refreshList(NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.lang.Class<P> pivotClass, java.util.List<P> pivotElements, java.util.List<CST> csElements)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type NamedElement
BaseCSPostOrderVisitor.ListCompletion(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends CST> csElements, Dependency[] dependencies, java.lang.Class<P> pivotClass, java.util.List<P> pivotElements)
           
BaseCSPreOrderVisitor.TemplateSignatureContinuation(CS2PivotConversion context, NamedElement pivotParent, ClassifierCS csElement)
           
MultipleContinuation(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends T> csElements, Dependency... dependencies)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type NamedElement
<T extends NamedElementCS>
T
Pivot2CSConversion.refreshNamedElement(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, NamedElement object)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities that return NamedElement
static NamedElement ElementUtil.isPathable(org.eclipse.emf.ecore.EObject element)
          Deprecated. 
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with type parameters of type NamedElement
protected
<T extends NamedElement>
T
CompleteOCLSplitter.Separator.cloneNamedElement(java.util.List<T> separateSiblings, T object)
           
protected
<T extends NamedElement>
T
CompleteOCLSplitter.Separator.getSeparate(T element)
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs that return NamedElement
 NamedElement CompleteOCLSplitter.Separator.getElementByName(java.lang.Iterable<? extends org.eclipse.emf.ecore.EObject> elements, java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type NamedElement
protected  void CompleteOCLDeclarationVisitor.refreshPathNamedElement(PathNameDeclCS csDecl, NamedElement namedElement, Namespace scope)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with type parameters of type NamedElement
 class AbstractImplicitSourceNamedElementIterator<T extends NamedElement>
          An Iterator over the types of implicit source types or variables (most nested first).
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.cs2as declared as NamedElement
protected  T AbstractImplicitSourceNamedElementIterator.next
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return types with arguments of type NamedElement
protected  java.util.List<NamedElement> EssentialOCLCSLeft2RightVisitor.getInvocations(OCLExpression sourceExp, InvocationExpCS csInvocationExp)
           
protected  java.util.List<NamedElement> EssentialOCLCSLeft2RightVisitor.getInvocations(Type asType, java.lang.String name, int iteratorCount, int expressionCount)
          Return all operations/iterations in asType and its superclasses whose name is name.
protected  java.util.List<NamedElement> EssentialOCLCSLeft2RightVisitor.getInvocationsInternal(java.util.List<NamedElement> invocations, java.lang.Iterable<? extends DomainOperation> allOperations, int iteratorCount, int expressionCount)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with type arguments of type NamedElement
protected  Iteration EssentialOCLCSLeft2RightVisitor.getBestIteration(java.util.List<NamedElement> invocations)
           
protected  Operation EssentialOCLCSLeft2RightVisitor.getExampleOperation(java.util.List<NamedElement> invocations)
           
protected  java.util.List<NamedElement> EssentialOCLCSLeft2RightVisitor.getInvocationsInternal(java.util.List<NamedElement> invocations, java.lang.Iterable<? extends DomainOperation> allOperations, int iteratorCount, int expressionCount)
           
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.resolveBestInvocation(OCLExpression sourceExp, InvocationExpCS csInvocationExp, java.util.List<NamedElement> invocations)
          Resolve an invocation such as name() or source.name(...) or source->name(...) to the best candidate from invocations.
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return NamedElement
 NamedElement AbstractNameExpCS.getNamedElement()
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return NamedElement
 NamedElement NameExpCSImpl.getNamedElement()
           
 NamedElement NamedExpCSImpl.getNamedElement()
           
 NamedElement TypeNameExpCSImpl.getNamedElement()
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.essentialocl.services
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.services with parameters of type NamedElement
protected  java.lang.String EssentialOCLQualifiedNameProvider.name(NamedElement namdElement)
           
 

Uses of NamedElement in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NamedElement
protected  void BaseLabelProvider.appendName(java.lang.StringBuilder s, NamedElement element)