OCL

org.topcased.checkresultmodel
Interface Model

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ModelImpl

public interface Model
extends EObject

A representation of the model object 'Model'.

The following features are supported:

See Also:
CheckresultmodelPackage.getModel()
** Generated **
Model:

Method Summary
 EList<Package> getContextPackages()
          Returns the value of the 'Context Packages' containment reference list.
 ModelInformation getInformation()
          Returns the value of the 'Information' containment reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setInformation(ModelInformation value)
          Sets the value of the 'Information' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CheckresultmodelPackage.getModel_Name()
** Generated **
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
** Generated **

getContextPackages

EList<Package> getContextPackages()
Returns the value of the 'Context Packages' containment reference list. The list contents are of type Package.

If the meaning of the 'Context Packages' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context Packages' containment reference list.
See Also:
CheckresultmodelPackage.getModel_ContextPackages()
** Generated **
Model:
type="org.topcased.checkresultmodel.Package" containment="true"

getInformation

ModelInformation getInformation()
Returns the value of the 'Information' containment reference.

If the meaning of the 'Information' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Information' containment reference.
See Also:
setInformation(ModelInformation), CheckresultmodelPackage.getModel_Information()
** Generated **
Model:
containment="true"

setInformation

void setInformation(ModelInformation value)
Sets the value of the 'Information' containment reference.

Parameters:
value - the new value of the 'Information' containment reference.
See Also:
getInformation()
** Generated **

OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.