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.manager   
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.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.markup.ui.hover   
 

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 Model
          A representation of the model object 'Model'.
 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 SelfType
          A representation of the model object 'Self 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 ModelImpl
          An implementation of the model object 'Model'.
 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 SelfTypeImpl
          An implementation of the model object 'Self 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.manager
 

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

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

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

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

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return Namespace
 Namespace PrettyPrintOptions.getScope()
           
 Namespace PrettyPrinter.getScope()
           
 Namespace PrettyPrinter.pushScope(Namespace newScope)
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return types with arguments of type Namespace
 java.util.Set<Namespace> PrettyPrintOptions.Global.getAliasedNamespaces()
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Namespace
 void PrettyPrintOptions.Global.addAliases(Namespace namespace, java.lang.String alias)
           
static PrettyPrintOptions.Global PrettyPrinter.createOptions(Namespace scope)
           
 java.lang.String PrettyPrintOptions.getAlias(Namespace namespace)
          Return a name to be used when referencing element as the first element in a qualified name.
 java.lang.String PrettyPrintOptions.Global.getAlias(Namespace namespace)
           
 void PrettyPrinter.popScope(Namespace oldScope)
           
static java.lang.String PrettyPrinter.print(Element element, Namespace namespace)
           
static java.lang.String PrettyPrinter.printName(Element element, Namespace namespace)
           
static java.lang.String PrettyPrinter.printType(Element element, Namespace namespace)
           
 Namespace PrettyPrinter.pushScope(Namespace newScope)
           
 

Method parameters in org.eclipse.ocl.examples.pivot.prettyprint with type arguments of type Namespace
 void PrettyPrintOptions.Global.setAliases(java.util.Map<Namespace,java.lang.String> namespace2alias)
           
 

Constructors in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Namespace
PrettyPrintOptions.Global(Namespace scope)
           
PrettyPrintOptions.Local(PrettyPrintOptions options, Namespace scope)
           
PrettyPrintOptions(Namespace scope)
           
 

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
static Namespace PivotUtil.getNamespace(org.eclipse.emf.ecore.EObject element)
           
 

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 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.
 

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 with parameters of type Namespace
 void ImportCSImpl.setNamespace(Namespace newNamespace)
           
 

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 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.
 

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 with parameters of type Namespace
 void IncludeCSImpl.setNamespace(Namespace newNamespace)
           
 

Uses of Namespace in org.eclipse.ocl.examples.xtext.markup.ui.hover
 

Methods in org.eclipse.ocl.examples.xtext.markup.ui.hover that return Namespace
static Namespace MarkupHoverProvider.getNamespace(org.eclipse.emf.ecore.EObject element)