Uses of Interface
org.eclipse.ocl.cst.InvOrDefCS

Packages that use InvOrDefCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of InvOrDefCS in org.eclipse.ocl.cst
 

Subinterfaces of InvOrDefCS in org.eclipse.ocl.cst
 interface DefCS
          A representation of the model object 'Def CS'
 interface InvCS
          A representation of the model object 'Inv CS'
 

Methods in org.eclipse.ocl.cst that return InvOrDefCS
 InvOrDefCS InvOrDefCS.getInvOrDefCS()
          Returns the value of the 'Inv Or Def CS' reference
 InvOrDefCS ClassifierContextDeclCS.getInvOrDefCS()
          Returns the value of the 'Inv Or Def CS' reference
 

Methods in org.eclipse.ocl.cst that return types with arguments of type InvOrDefCS
 EList<InvOrDefCS> ClassifierContextDeclCS.getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 

Methods in org.eclipse.ocl.cst with parameters of type InvOrDefCS
 void InvOrDefCS.setInvOrDefCS(InvOrDefCS value)
          Sets the value of the 'Inv Or Def CS' reference
 void ClassifierContextDeclCS.setInvOrDefCS(InvOrDefCS value)
          Sets the value of the 'Inv Or Def CS' reference
 

Uses of InvOrDefCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement InvOrDefCS
 class DefCSImpl
          An implementation of the model object 'Def CS'
 class InvCSImpl
          An implementation of the model object 'Inv CS'
 class InvOrDefCSImpl
          An implementation of the model object 'Inv Or Def CS'
 

Fields in org.eclipse.ocl.cst.impl declared as InvOrDefCS
protected  InvOrDefCS InvOrDefCSImpl.invOrDefCS
          The cached value of the 'Inv Or Def CS' reference
protected  InvOrDefCS ClassifierContextDeclCSImpl.invOrDefCS
          The cached value of the 'Inv Or Def CS' reference
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type InvOrDefCS
protected  EList<InvOrDefCS> ClassifierContextDeclCSImpl.constraints
          The cached value of the 'Constraints' containment reference list
 

Methods in org.eclipse.ocl.cst.impl that return InvOrDefCS
 InvOrDefCS InvOrDefCSImpl.basicGetInvOrDefCS()
           
 InvOrDefCS ClassifierContextDeclCSImpl.basicGetInvOrDefCS()
           
 InvOrDefCS InvOrDefCSImpl.getInvOrDefCS()
           
 InvOrDefCS ClassifierContextDeclCSImpl.getInvOrDefCS()
           
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type InvOrDefCS
 EList<InvOrDefCS> ClassifierContextDeclCSImpl.getConstraints()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type InvOrDefCS
 void InvOrDefCSImpl.setInvOrDefCS(InvOrDefCS newInvOrDefCS)
           
 void ClassifierContextDeclCSImpl.setInvOrDefCS(InvOrDefCS newInvOrDefCS)
           
 

Uses of InvOrDefCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type InvOrDefCS
 T CSTSwitch.caseInvOrDefCS(InvOrDefCS object)
          Returns the result of interpreting the object as an instance of 'Inv Or Def CS'
 

Uses of InvOrDefCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type InvOrDefCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(PathNameCS pathNameCS, InvOrDefCS invOrDefCS)
          Deprecated. As of 1.3, the AbstractOCLParser.createClassifierContextDeclCS(PathNameCS, EList) method should be used, instead.
protected  DefCS AbstractOCLParser.createDefCS(InvOrDefCS invOrDefCS, SimpleNameCS simpleNameCS, DefExpressionCS defExpressionCS)
          Deprecated. As of 1.3, the #createDefCS(SimpleNameCS, OCLExpressionCS) method should be used, instead.
protected  InvCS AbstractOCLParser.createInvCS(InvOrDefCS invOrDefCS, SimpleNameCS simpleNameCS, OCLExpressionCS oclExpressionCS)
          Deprecated. As of 1.3, the AbstractOCLParser.createInvCS(SimpleNameCS, OCLExpressionCS) method should be used, instead.
protected  CT AbstractOCLAnalyzer.invOrDefCS(InvOrDefCS invOrDefCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          InvOrDefCS
 

Method parameters in org.eclipse.ocl.parser with type arguments of type InvOrDefCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(PathNameCS pathNameCS, EList<InvOrDefCS> constraints)
          Creates a classifier context declaration.
 


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