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.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
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 Behavior
          A representation of the model object 'Behavior'.
 interface Class
          A representation of the model object 'Class'.
 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 FinalState
          A representation of the model object 'Final State'.
 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 Metaclass<T>
          A representation of the model object 'Classifier Type'.
 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 Profile
          A representation of the model object 'Profile'.
 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 SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface State
          A representation of the model object 'State'.
 interface StateMachine
          A representation of the model object 'State Machine'.
 interface Stereotype
          A representation of the model object 'Stereotype'.
 interface Transition
          A representation of the model object 'Transition'.
 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'.
 

Methods in org.eclipse.ocl.examples.pivot that return Namespace
 Namespace Constraint.getContext()
          Returns the value of the 'Context' reference.
 Namespace Import.getImportedNamespace()
          Returns the value of the 'Imported Namespace' reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Namespace
 void Import.setImportedNamespace(Namespace value)
          Sets the value of the 'Imported Namespace' reference.
 

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 BehaviorImpl
          An implementation of the model object 'Behavior'.
 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 FinalStateImpl
          An implementation of the model object 'Final State'.
 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 MetaclassImpl<T>
          An implementation of the model object 'Classifier Type'.
 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 ProfileImpl
          An implementation of the model object 'Profile'.
 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 SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 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 TransitionImpl
          An implementation of the model object 'Transition'.
 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'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Namespace
protected  Namespace ImportImpl.importedNamespace
          The cached value of the 'Imported Namespace' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Namespace
 Namespace ImportImpl.basicGetImportedNamespace()
           
 Namespace ConstraintImpl.getContext()
           
 Namespace ImportImpl.getImportedNamespace()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Namespace
 void ImportImpl.setImportedNamespace(Namespace newImportedNamespace)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.manager that implement Namespace
 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.
 

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

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Namespace
protected  void UML2PivotUseSwitch.copyConstraints(Namespace pivotElement, org.eclipse.uml2.uml.Namespace umlNamespace, java.util.List<org.eclipse.uml2.uml.Constraint> exclusions)
           
protected  void UML2PivotDeclarationSwitch.copyNamespace(Namespace pivotElement, org.eclipse.uml2.uml.Namespace umlNamespace)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Namespace
 T1 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 AbstractWrappingVisitor.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.getContainingNamespace(org.eclipse.emf.ecore.EObject element)
           
static Namespace PivotUtil.getNamespace(org.eclipse.emf.ecore.EObject element)
           
 

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

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type Namespace
 void LibraryCS.setPackage(Namespace value)
          Sets the value of the 'Package' reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl declared as Namespace
protected  Namespace LibraryCSImpl.package_
          The cached value of the 'Package' reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return Namespace
 Namespace LibraryCSImpl.basicGetPackage()
           
 Namespace ImportCSImpl.getNamespace()
           
 Namespace LibraryCSImpl.getPackage()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type Namespace
 void LibraryCSImpl.setPackage(Namespace newPackage)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type Namespace
 void Pivot2CSConversion.importNamespace(Namespace importNamespace, java.lang.String alias)
           
 void Pivot2CSConversion.refreshPathName(PathNameCS csPathName, Element element, Namespace scope)
          Assign a sequence of one or more path elements to csPathName that identify element with respect to scope.
 

Method parameters in org.eclipse.ocl.examples.xtext.base.pivot2cs with type arguments of type Namespace
protected  void Pivot2CSConversion.createImports(org.eclipse.emf.ecore.resource.Resource csResource, java.util.Map<Namespace,java.util.List<java.lang.String>> importedNamespaces)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type Namespace
static void ElementUtil.setPathName(PathNameCS csPathName, Element element, Namespace scope)
          Assign a sequence of one or more path elements to csPathName that identify element with respect to scope.
 

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs 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.completeoclcs.impl
 

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

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

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

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

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

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)