ujf.verimag.bip.Core.Priorities
Interface PrioritiesFactory

All Known Implementing Classes:
PrioritiesFactoryImpl

public interface PrioritiesFactory

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

See Also:
PrioritiesPackage

Field Summary
static PrioritiesFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ConnectorTypeReference createConnectorTypeReference()
          Returns a new object of class 'Connector Type Reference'.
 PriorityRule createPriorityRule()
          Returns a new object of class 'Priority Rule'.
 PrioritiesPackage getPrioritiesPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final PrioritiesFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createPriorityRule

PriorityRule createPriorityRule()
Returns a new object of class 'Priority Rule'.

Returns:
a new object of class 'Priority Rule'.

createConnectorTypeReference

ConnectorTypeReference createConnectorTypeReference()
Returns a new object of class 'Connector Type Reference'.

Returns:
a new object of class 'Connector Type Reference'.

getPrioritiesPackage

PrioritiesPackage getPrioritiesPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.