uk.ac.ucl.cs.emofocl.emofcs.jmi.impl.emofcs
Class SpecificationCS_Impl

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
      extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
          extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
              extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObjectImpl
                  extended by uk.ac.ucl.cs.emofocl.emofcs.jmi.impl.emofcs.SpecificationCS_Impl
All Implemented Interfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, MOFPackageCS, SpecificationCS, ExtObject

public class SpecificationCS_Impl
extends ExtObjectImpl
implements SpecificationCS


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
RefFeaturedImpl.Getter, RefFeaturedImpl.Setter
 
Field Summary
 
Fields inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
DELEGATOR, MOF_ID, PROXY
 
Fields inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
IMMEDIATE_PACKAGE, META_OBJECT
 
Constructor Summary
SpecificationCS_Impl(RefPackageImpl immediatePackage, javax.jmi.reflect.RefObject metaObject, RefClassImpl proxy, javax.jmi.reflect.RefObject delegator)
           
 
Method Summary
 ExtObject extDeepCopy(Map objectMap)
           
 boolean extEquals(ExtObject extObject)
           
 int extValueHash()
           
 Object extVisit(ExtVisitor visitor, Object argument)
           
 String getComment()
           
 ExpressionCS getModel()
           
 Collection getNestedPackage()
           
 MOFPackageCS getNestingPackage()
           
 Collection getOwnedType()
           
 PathCS getPathName()
           
 void refDelete()
          Removes all references to this object, and calls superclass proxies to do the same.
 Object refGetValue(String featureName)
           
 Object refInvokeOperation(String requestedOperation, List args)
          Not implemented.
 void refSetValue(String featureName, Object value)
           
 Collection refVerifyConstraints(boolean deepVerify)
           
 void setComment(String comment)
           
 void setModel(ExpressionCS newValue)
           
 void setNestingPackage(MOFPackageCS nestingPackage)
           
 void setPathName(PathCS pathName)
           
 String toString()
           
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObjectImpl
componentEquals, extAddObjectListener, extDeepCopy, extRemoveObjectListener, extSetImmediateComposite, firePropertyValueAdded, firePropertyValueChanged, firePropertyValueRemoved, javaEquals, javaEquals, javaEquals, javaEquals, javaEquals, javaEquals, refImmediateComposite
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
refClass, refIsInstanceOf, refMofId, refOutermostComposite
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
refGetValue, refInvokeOperation, refSetValue
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
refImmediatePackage, refMetaObject, refOutermostPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extRemoveObjectListener
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage
 

Constructor Detail

SpecificationCS_Impl

public SpecificationCS_Impl(RefPackageImpl immediatePackage,
                            javax.jmi.reflect.RefObject metaObject,
                            RefClassImpl proxy,
                            javax.jmi.reflect.RefObject delegator)
Method Detail

refGetValue

public Object refGetValue(String featureName)
Specified by:
refGetValue in interface javax.jmi.reflect.RefFeatured

refSetValue

public void refSetValue(String featureName,
                        Object value)
Specified by:
refSetValue in interface javax.jmi.reflect.RefFeatured

refInvokeOperation

public Object refInvokeOperation(String requestedOperation,
                                 List args)
                          throws javax.jmi.reflect.RefException
Not implemented.

Specified by:
refInvokeOperation in interface javax.jmi.reflect.RefFeatured
Throws:
javax.jmi.reflect.RefException

refDelete

public void refDelete()
Removes all references to this object, and calls superclass proxies to do the same.

Specified by:
refDelete in interface javax.jmi.reflect.RefObject
Overrides:
refDelete in class RefObjectImpl

refVerifyConstraints

public Collection refVerifyConstraints(boolean deepVerify)
Specified by:
refVerifyConstraints in interface javax.jmi.reflect.RefBaseObject

getPathName

public PathCS getPathName()
                   throws javax.jmi.reflect.JmiException
Specified by:
getPathName in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

setPathName

public void setPathName(PathCS pathName)
                 throws javax.jmi.reflect.JmiException
Specified by:
setPathName in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

getComment

public String getComment()
                  throws javax.jmi.reflect.JmiException
Specified by:
getComment in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

setComment

public void setComment(String comment)
                throws javax.jmi.reflect.JmiException
Specified by:
setComment in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

getNestedPackage

public Collection getNestedPackage()
                            throws javax.jmi.reflect.JmiException
Specified by:
getNestedPackage in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

getNestingPackage

public MOFPackageCS getNestingPackage()
                               throws javax.jmi.reflect.JmiException
Specified by:
getNestingPackage in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

setNestingPackage

public void setNestingPackage(MOFPackageCS nestingPackage)
                       throws javax.jmi.reflect.JmiException
Specified by:
setNestingPackage in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

getOwnedType

public Collection getOwnedType()
                        throws javax.jmi.reflect.JmiException
Specified by:
getOwnedType in interface MOFPackageCS
Throws:
javax.jmi.reflect.JmiException

getModel

public ExpressionCS getModel()
                      throws javax.jmi.reflect.JmiException
Specified by:
getModel in interface SpecificationCS
Throws:
javax.jmi.reflect.JmiException

setModel

public void setModel(ExpressionCS newValue)
              throws javax.jmi.reflect.JmiException
Specified by:
setModel in interface SpecificationCS
Throws:
javax.jmi.reflect.JmiException

extDeepCopy

public ExtObject extDeepCopy(Map objectMap)
Specified by:
extDeepCopy in interface ExtObject

extValueHash

public int extValueHash()
Specified by:
extValueHash in interface ExtObject

extEquals

public boolean extEquals(ExtObject extObject)
Specified by:
extEquals in interface ExtObject

extVisit

public Object extVisit(ExtVisitor visitor,
                       Object argument)
                throws Exception
Specified by:
extVisit in interface ExtObject
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object