public interface SANModelFactory
extends org.eclipse.emf.ecore.EFactory
SANModelPackage
Modifier and Type | Field and Description |
---|---|
static SANModelFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
ActivityPlaceCase |
createActivityPlaceCase()
Returns a new object of class 'Activity Place Case'.
|
AtomicNode |
createAtomicNode()
Returns a new object of class 'Atomic Node'.
|
GlobalVariable |
createGlobalVariable()
Returns a new object of class 'Global Variable'.
|
GraphicalElement |
createGraphicalElement()
Returns a new object of class 'Graphical Element'.
|
InputGate |
createInputGate()
Returns a new object of class 'Input Gate'.
|
InstantaneousActivity |
createInstantaneousActivity()
Returns a new object of class 'Instantaneous Activity'.
|
Join |
createJoin()
Returns a new object of class 'Join'.
|
OutputGate |
createOutputGate()
Returns a new object of class 'Output Gate'.
|
Place |
createPlace()
Returns a new object of class 'Place'.
|
Rep |
createRep()
Returns a new object of class 'Rep'.
|
SANModel |
createSANModel()
Returns a new object of class 'SAN Model'.
|
SharedState |
createSharedState()
Returns a new object of class 'Shared State'.
|
TimedActivity |
createTimedActivity()
Returns a new object of class 'Timed Activity'.
|
SANModelPackage |
getSANModelPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final SANModelFactory eINSTANCE
SANModel createSANModel()
SharedState createSharedState()
Join createJoin()
Rep createRep()
AtomicNode createAtomicNode()
Place createPlace()
TimedActivity createTimedActivity()
InstantaneousActivity createInstantaneousActivity()
InputGate createInputGate()
OutputGate createOutputGate()
GlobalVariable createGlobalVariable()
ActivityPlaceCase createActivityPlaceCase()
GraphicalElement createGraphicalElement()
SANModelPackage getSANModelPackage()