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

Packages that use Namespace
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.scoping.cs   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
 

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

Subinterfaces of Namespace in org.eclipse.ocl.examples.pivot
 interface AnyType
          A representation of the model object 'Any Type'.
 interface AssociationClass
          A representation of the model object 'Association Class'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface Class
          A representation of the model object 'Class'.
 interface ClassifierType
          A representation of the model object 'Classifier Type'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface DataType
          A representation of the model object 'Data Type'.
 interface Enumeration
          A representation of the model object 'Enumeration'.
 interface InvalidType
          A representation of the model object 'Invalid Type'.
 interface Iteration
          A representation of the model object 'Iteration'.
 interface LambdaType
          A representation of the model object 'Lambda Type'.
 interface Library
          A representation of the model object 'Library'.
 interface Operation
          A representation of the model object 'Operation'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface Package
          A representation of the model object 'Package'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface TupleType
          A representation of the model object 'Tuple Type'.
 interface UnspecifiedType
          A representation of the model object 'Unspecified Type'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Namespace
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 class AssociationClassImpl
          An implementation of the model object 'Association Class'.
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'.
 class ClassImpl
          An implementation of the model object 'Class'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class EnumerationImpl
          An implementation of the model object 'Enumeration'.
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 class LibraryImpl
          An implementation of the model object 'Library'.
 class NamespaceImpl
          An implementation of the model object 'Namespace'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 class PackageImpl
          An implementation of the model object 'Package'.
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 class UnspecifiedTypeImpl
          An implementation of the model object 'Unspecified Type'.
 class VoidTypeImpl
          An implementation of the model object 'Void Type'.
 

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

Fields in org.eclipse.ocl.examples.pivot.prettyprint declared as Namespace
protected  Namespace PrettyPrintTypeVisitor.scope
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return Namespace
static Namespace PrettyPrintNameVisitor.getNamespace(org.eclipse.emf.ecore.EObject element)
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Namespace
static java.lang.String PrettyPrintExprVisitor.prettyPrint(Visitable element, Namespace scope)
           
 java.lang.String PrettyPrintExprVisitor.Printer.prettyPrint(Visitable element, Namespace scope)
           
static java.lang.String PrettyPrintNameVisitor.prettyPrint(Visitable element, Namespace scope)
           
 java.lang.String PrettyPrintNameVisitor.Printer.prettyPrint(Visitable element, Namespace scope)
           
static java.lang.String PrettyPrintTypeVisitor.prettyPrint(Visitable element, Namespace scope)
           
 

Constructors in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Namespace
PrettyPrintExprVisitor(Namespace scope)
          Initializes me.
PrettyPrintNameVisitor(Namespace scope)
          Initializes me.
PrettyPrintTypeVisitor(Namespace scope)
          Initializes me.
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Namespace
 T PivotSwitch.caseNamespace(Namespace object)
          Returns the result of interpreting the object as an instance of 'Namespace'.
 boolean PivotValidator.validateNamespace(Namespace namespace, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitNamespace(Namespace object)
           
 R AbstractExtendingVisitor.visitNamespace(Namespace object)
           
 R AbstractNullVisitor.visitNamespace(Namespace object)
           
 R Visitor.visitNamespace(Namespace object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return Namespace
 Namespace TypeManager.addGlobalNamespace(java.lang.String name, Namespace namespace)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return types with arguments of type Namespace
 java.util.Set<java.util.Map.Entry<java.lang.String,Namespace>> TypeManager.getGlobalNamespaces()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Namespace
 Namespace TypeManager.addGlobalNamespace(java.lang.String name, Namespace namespace)
           
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return Namespace
 Namespace ImportCS.getNamespace()
          Returns the value of the 'Namespace' reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> TypedTypeRefCS.getNamespace()
          Returns the value of the 'Namespace' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type Namespace
 void ImportCS.setNamespace(Namespace value)
          Sets the value of the 'Namespace' reference.
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as Namespace
protected  Namespace ImportCSImpl.namespace
          The cached value of the 'Namespace' reference.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type Namespace
protected  org.eclipse.emf.common.util.EList<Namespace> TypedTypeRefCSImpl.namespace
          The cached value of the 'Namespace' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return Namespace
 Namespace ImportCSImpl.basicGetNamespace()
           
 Namespace ImportCSImpl.getNamespace()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> TypedTypeRefCSImpl.getNamespace()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type Namespace
 void ImportCSImpl.setNamespace(Namespace newNamespace)
           
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot with type arguments of type Namespace
 void CS2PivotConversion.resolveNamespaces(java.util.List<Namespace> namespaces)
           
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.base.scoping.cs
 

Method parameters in org.eclipse.ocl.examples.xtext.base.scoping.cs with type arguments of type Namespace
protected  ScopeView ModelElementCSScopeAdapter.getNamespaceScope(EnvironmentView environmentView, ScopeView scopeView, java.util.List<Namespace> namespaces)
          Return the scope in which to resolve an element following a list of namespaces.
protected  ScopeView ModelElementCSScopeAdapter.getNextNamespaceScope(EnvironmentView environmentView, ScopeView scopeView, org.eclipse.emf.common.util.EList<Namespace> namespaces)
          Return the scope in which to resolve a member of a list of namespaces.
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return Namespace
 Namespace IncludeCS.getNamespace()
          Returns the value of the 'Namespace' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> ContextDeclCS.getNamespace()
          Returns the value of the 'Namespace' reference list.
 org.eclipse.emf.common.util.EList<Namespace> PackageDeclarationCS.getNamespace()
          Returns the value of the 'Namespace' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type Namespace
 void IncludeCS.setNamespace(Namespace value)
          Sets the value of the 'Namespace' reference.
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as Namespace
protected  Namespace IncludeCSImpl.namespace
          The cached value of the 'Namespace' reference.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type Namespace
protected  org.eclipse.emf.common.util.EList<Namespace> ContextDeclCSImpl.namespace
          The cached value of the 'Namespace' reference list.
protected  org.eclipse.emf.common.util.EList<Namespace> PackageDeclarationCSImpl.namespace
          The cached value of the 'Namespace' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return Namespace
 Namespace IncludeCSImpl.basicGetNamespace()
           
 Namespace IncludeCSImpl.getNamespace()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> ContextDeclCSImpl.getNamespace()
           
 org.eclipse.emf.common.util.EList<Namespace> PackageDeclarationCSImpl.getNamespace()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type Namespace
 void IncludeCSImpl.setNamespace(Namespace newNamespace)
           
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> NameExpCS.getNamespace()
          Returns the value of the 'Namespace' reference list.
 org.eclipse.emf.common.util.EList<Namespace> TypeNameExpCS.getNamespace()
          Returns the value of the 'Namespace' reference list.
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with type parameters of type Namespace
protected  org.eclipse.emf.common.util.EList<Namespace> NameExpCSImpl.namespace
          The cached value of the 'Namespace' reference list.
protected  org.eclipse.emf.common.util.EList<Namespace> TypeNameExpCSImpl.namespace
          The cached value of the 'Namespace' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return types with arguments of type Namespace
 org.eclipse.emf.common.util.EList<Namespace> NameExpCSImpl.getNamespace()
           
 org.eclipse.emf.common.util.EList<Namespace> TypeNameExpCSImpl.getNamespace()