TPTP 4.1.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()

Field Summary
static java.lang.String copyright
           
 
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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getPreviousEventOccurrence

public 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()

setPreviousEventOccurrence

public 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()

getNextEventOccurence

public 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()

setNextEventOccurence

public 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()

TPTP 4.1.0 Platform Project
Public API Specification