ujf.verimag.bip.Extra.Traceability
Interface TraceabilityFactory

All Known Implementing Classes:
TraceabilityFactoryImpl

public interface TraceabilityFactory

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

See Also:
TraceabilityPackage

Field Summary
static TraceabilityFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 TraceabilityPackage getTraceabilityPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final TraceabilityFactory eINSTANCE
The singleton instance of the factory.

Method Detail

getTraceabilityPackage

TraceabilityPackage getTraceabilityPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.