org.eclipse.emf.henshin.model
Interface NestedCondition

All Superinterfaces:
EObject, Formula, ModelElement, Notifier
All Known Implementing Classes:
NestedConditionImpl

public interface NestedCondition
extends ModelElement, Formula

A representation of the model object 'Nested Condition'.

The following features are supported:

See Also:
HenshinPackage.getNestedCondition()

Method Summary
 Graph getConclusion()
          Returns the value of the 'Conclusion' containment reference.
 Graph getHost()
           
 MappingList getMappings()
          Returns the value of the 'Mappings' containment reference list.
 boolean isNAC()
           
 boolean isPAC()
           
 void setConclusion(Graph value)
          Sets the value of the 'Conclusion' containment reference.
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
Methods inherited from interface org.eclipse.emf.henshin.model.Formula
isFalse, isTrue
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getConclusion

Graph getConclusion()
Returns the value of the 'Conclusion' containment reference.

Returns:
the value of the 'Conclusion' containment reference.
See Also:
setConclusion(Graph), HenshinPackage.getNestedCondition_Conclusion()

setConclusion

void setConclusion(Graph value)
Sets the value of the 'Conclusion' containment reference.

Parameters:
value - the new value of the 'Conclusion' containment reference.
See Also:
getConclusion()

getMappings

MappingList getMappings()
Returns the value of the 'Mappings' containment reference list. The list contents are of type Mapping.

Returns:
the value of the 'Mappings' containment reference list.
See Also:
HenshinPackage.getNestedCondition_Mappings()

getHost

Graph getHost()


isPAC

boolean isPAC()


isNAC

boolean isNAC()