Uses of Interface
org.eclipse.ohf.stem.core.sequencer.SequencerFactory

Packages that use SequencerFactory
org.eclipse.ohf.stem.core.sequencer   
org.eclipse.ohf.stem.core.sequencer.impl   
 

Uses of SequencerFactory in org.eclipse.ohf.stem.core.sequencer
 

Fields in org.eclipse.ohf.stem.core.sequencer declared as SequencerFactory
static SequencerFactory SequencerFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.stem.core.sequencer that return SequencerFactory
 SequencerFactory SequencerPackage.getSequencerFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SequencerFactory in org.eclipse.ohf.stem.core.sequencer.impl
 

Classes in org.eclipse.ohf.stem.core.sequencer.impl that implement SequencerFactory
 class SequencerFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.core.sequencer.impl that return SequencerFactory
 SequencerFactory SequencerPackageImpl.getSequencerFactory()
           
static SequencerFactory SequencerFactoryImpl.init()
          Creates the default factory implementation.