TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.fragments
Interface BVRInteractionConstraint

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ICondition, INamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BVRInteractionConstraintImpl

public interface BVRInteractionConstraint
extends org.eclipse.emf.ecore.EObject, ICondition

A representation of the model object 'BVR Interaction Constraint'.

See Also:
Common_Behavior_FragmentsPackage.getBVRInteractionConstraint()
Generated
[EMF] Model
[EMF] Extends
ICondition An InteractionConstraint is a boolean expression that guards an operand in a CombinedFragment.

The following features are supported:


Method Summary
 java.lang.String getConstraint()
          Returns the value of the 'Constraint' attribute
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 void setConstraint(java.lang.String value)
          Sets the value of the 'Constraint' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' 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
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getId, getName, setId, setName
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Specified by:
getDescription in interface INamedElement
Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), Common_Behavior_FragmentsPackage.getBVRInteractionConstraint_Description()
Generated
[EMF] Model

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Specified by:
setDescription in interface INamedElement
Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

getConstraint

java.lang.String getConstraint()
Returns the value of the 'Constraint' attribute.

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

Specified by:
getConstraint in interface ICondition
Returns:
the value of the 'Constraint' attribute.
See Also:
setConstraint(String), Common_Behavior_FragmentsPackage.getBVRInteractionConstraint_Constraint()
Generated
[EMF] Model

setConstraint

void setConstraint(java.lang.String value)
Sets the value of the 'Constraint' attribute.

Specified by:
setConstraint in interface ICondition
Parameters:
value - the new value of the 'Constraint' attribute.
See Also:
getConstraint()
Generated

TPTP 4.6.0 Platform Project
Public API Specification