OCL

org.topcased.checkresultmodel
Interface Context

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

public interface Context
extends EObject

A representation of the model object 'Context'.

The following features are supported:

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

Method Summary
 EClass getContextClass()
          Returns the value of the 'Context Class' reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 EList<Rule> getRules()
          Returns the value of the 'Rules' containment reference list.
 void setContextClass(EClass value)
          Sets the value of the 'Context Class' 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.getContext_Name()
** Generated **
Model:
required="true"

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

getRules

EList<Rule> getRules()
Returns the value of the 'Rules' containment reference list. The list contents are of type Rule.

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

Returns:
the value of the 'Rules' containment reference list.
See Also:
CheckresultmodelPackage.getContext_Rules()
** Generated **
Model:
type="org.topcased.checkresultmodel.Rule" containment="true"

getContextClass

EClass getContextClass()
Returns the value of the 'Context Class' reference.

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

Returns:
the value of the 'Context Class' reference.
See Also:
setContextClass(EClass), CheckresultmodelPackage.getContext_ContextClass()
** Generated **
Model:

setContextClass

void setContextClass(EClass value)
Sets the value of the 'Context Class' reference.

Parameters:
value - the new value of the 'Context Class' reference.
See Also:
getContextClass()
** Generated **

OCL

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