TPTP 4.6.0 Platform Project
Public API Specification

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

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_FragmentsFactoryImpl

public interface Common_Behavior_FragmentsFactory
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_FragmentsPackage
Generated

Field Summary
static Common_Behavior_FragmentsFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 BVRCombinedFragment createBVRCombinedFragment()
          Returns a new object of class 'BVR Combined Fragment'
 BVRGate createBVRGate()
          Returns a new object of class 'BVR Gate'
 BVRInteraction createBVRInteraction()
          Returns a new object of class 'BVR Interaction'
 BVRInteractionConstraint createBVRInteractionConstraint()
          Returns a new object of class 'BVR Interaction Constraint'
 BVRInteractionOccurrence createBVRInteractionOccurrence()
          Returns a new object of class 'BVR Interaction Occurrence'
 BVRInteractionOperand createBVRInteractionOperand()
          Returns a new object of class 'BVR Interaction Operand'
 BVRPartDecomposition createBVRPartDecomposition()
          Returns a new object of class 'BVR Part Decomposition'
 Common_Behavior_FragmentsPackage getCommon_Behavior_FragmentsPackage()
          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

eINSTANCE

static final Common_Behavior_FragmentsFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createBVRInteractionOccurrence

BVRInteractionOccurrence createBVRInteractionOccurrence()
Returns a new object of class 'BVR Interaction Occurrence'.

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

createBVRPartDecomposition

BVRPartDecomposition createBVRPartDecomposition()
Returns a new object of class 'BVR Part Decomposition'.

Returns:
a new object of class 'BVR Part Decomposition'.
Generated

createBVRInteractionOperand

BVRInteractionOperand createBVRInteractionOperand()
Returns a new object of class 'BVR Interaction Operand'.

Returns:
a new object of class 'BVR Interaction Operand'.
Generated

createBVRInteractionConstraint

BVRInteractionConstraint createBVRInteractionConstraint()
Returns a new object of class 'BVR Interaction Constraint'.

Returns:
a new object of class 'BVR Interaction Constraint'.
Generated

createBVRGate

BVRGate createBVRGate()
Returns a new object of class 'BVR Gate'.

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

createBVRCombinedFragment

BVRCombinedFragment createBVRCombinedFragment()
Returns a new object of class 'BVR Combined Fragment'.

Returns:
a new object of class 'BVR Combined Fragment'.
Generated

createBVRInteraction

BVRInteraction createBVRInteraction()
Returns a new object of class 'BVR Interaction'.

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

getCommon_Behavior_FragmentsPackage

Common_Behavior_FragmentsPackage getCommon_Behavior_FragmentsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.6.0 Platform Project
Public API Specification