TPTP 4.4.0 Platform Project
Public API Specification

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

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

public interface Common_Behavior_InteractionsFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
Common_Behavior_InteractionsPackage
Generated

Field Summary
static java.lang.String copyright
           
static Common_Behavior_InteractionsFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 BVREventOccurrence createBVREventOccurrence()
          Returns a new object of class 'BVR Event Occurrence'
 BVRExecutionOccurrence createBVRExecutionOccurrence()
          Returns a new object of class 'BVR Execution Occurrence'
 BVRGeneralOrdering createBVRGeneralOrdering()
          Returns a new object of class 'BVR General Ordering'
 BVRLifeline createBVRLifeline()
          Returns a new object of class 'BVR Lifeline'
 BVRMessage createBVRMessage()
          Returns a new object of class 'BVR Message'
 BVRMessageEnd createBVRMessageEnd()
          Returns a new object of class 'BVR Message End'
 BVRProperty createBVRProperty()
          Returns a new object of class 'BVR Property'
 BVRStateInvariant createBVRStateInvariant()
          Returns a new object of class 'BVR State Invariant'
 BVRStop createBVRStop()
          Returns a new object of class 'BVR Stop'
 Common_Behavior_InteractionsPackage getCommon_Behavior_InteractionsPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
Generated

eINSTANCE

public static final Common_Behavior_InteractionsFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createBVRLifeline

public BVRLifeline createBVRLifeline()
Returns a new object of class 'BVR Lifeline'.

Returns:
a new object of class 'BVR Lifeline'.
Generated

createBVRMessage

public BVRMessage createBVRMessage()
Returns a new object of class 'BVR Message'.

Returns:
a new object of class 'BVR Message'.
Generated

createBVRGeneralOrdering

public BVRGeneralOrdering createBVRGeneralOrdering()
Returns a new object of class 'BVR General Ordering'.

Returns:
a new object of class 'BVR General Ordering'.
Generated

createBVREventOccurrence

public BVREventOccurrence createBVREventOccurrence()
Returns a new object of class 'BVR Event Occurrence'.

Returns:
a new object of class 'BVR Event Occurrence'.
Generated

createBVRMessageEnd

public BVRMessageEnd createBVRMessageEnd()
Returns a new object of class 'BVR Message End'.

Returns:
a new object of class 'BVR Message End'.
Generated

createBVRExecutionOccurrence

public BVRExecutionOccurrence createBVRExecutionOccurrence()
Returns a new object of class 'BVR Execution Occurrence'.

Returns:
a new object of class 'BVR Execution Occurrence'.
Generated

createBVRStateInvariant

public BVRStateInvariant createBVRStateInvariant()
Returns a new object of class 'BVR State Invariant'.

Returns:
a new object of class 'BVR State Invariant'.
Generated

createBVRStop

public BVRStop createBVRStop()
Returns a new object of class 'BVR Stop'.

Returns:
a new object of class 'BVR Stop'.
Generated

createBVRProperty

public BVRProperty createBVRProperty()
Returns a new object of class 'BVR Property'.

Returns:
a new object of class 'BVR Property'.
Generated

getCommon_Behavior_InteractionsPackage

public Common_Behavior_InteractionsPackage getCommon_Behavior_InteractionsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.4.0 Platform Project
Public API Specification