TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.interactions
Interface BVRGeneralOrdering

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

public interface BVRGeneralOrdering
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'BVR General Ordering'. A GeneralOrdering represents a binary relation between two Eventoccurrences, to describe that one Eventoccurrence must occur before the other. This allows for instance the synchronization between two test components.

The following features are supported:

See Also:
Common_Behavior_InteractionsPackage.getBVRGeneralOrdering()
Generated
[EMF] Model

Method Summary
 BVREventOccurrence getNextEventOccurence()
          Returns the value of the 'Next Event Occurence' reference.
 BVREventOccurrence getPreviousEventOccurrence()
          Returns the value of the 'Previous Event Occurrence' reference.
 void setNextEventOccurence(BVREventOccurrence value)
          Sets the value of the 'Next Event Occurence' reference
 void setPreviousEventOccurrence(BVREventOccurrence value)
          Sets the value of the 'Previous Event Occurrence' reference
 
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

getPreviousEventOccurrence

BVREventOccurrence getPreviousEventOccurrence()
Returns the value of the 'Previous Event Occurrence' reference. It is bidirectional and its opposite is 'Target General Orderings'.

If the meaning of the 'Previous Event Occurrence' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Previous Event Occurrence' reference.
See Also:
setPreviousEventOccurrence(BVREventOccurrence), Common_Behavior_InteractionsPackage.getBVRGeneralOrdering_PreviousEventOccurrence(), BVREventOccurrence.getTargetGeneralOrderings()
Generated
[EMF] Model
opposite="targetGeneralOrderings" required="true"

setPreviousEventOccurrence

void setPreviousEventOccurrence(BVREventOccurrence value)
Sets the value of the 'Previous Event Occurrence' reference.

Parameters:
value - the new value of the 'Previous Event Occurrence' reference.
See Also:
getPreviousEventOccurrence()
Generated

getNextEventOccurence

BVREventOccurrence getNextEventOccurence()
Returns the value of the 'Next Event Occurence' reference. It is bidirectional and its opposite is 'Source General Orderings'.

If the meaning of the 'Next Event Occurence' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Next Event Occurence' reference.
See Also:
setNextEventOccurence(BVREventOccurrence), Common_Behavior_InteractionsPackage.getBVRGeneralOrdering_NextEventOccurence(), BVREventOccurrence.getSourceGeneralOrderings()
Generated
[EMF] Model
opposite="sourceGeneralOrderings" required="true"

setNextEventOccurence

void setNextEventOccurence(BVREventOccurrence value)
Sets the value of the 'Next Event Occurence' reference.

Parameters:
value - the new value of the 'Next Event Occurence' reference.
See Also:
getNextEventOccurence()
Generated

TPTP 4.6.0 Platform Project
Public API Specification