Uses of Interface
org.ptolemy.moml.MomlFactory

Packages that use MomlFactory
org.ptolemy.moml   
org.ptolemy.moml.impl   
 

Uses of MomlFactory in org.ptolemy.moml
 

Fields in org.ptolemy.moml declared as MomlFactory
static MomlFactory MomlFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.ptolemy.moml that return MomlFactory
 MomlFactory MomlPackage.getMomlFactory()
          Returns the factory that creates the instances of the model.
 

Uses of MomlFactory in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement MomlFactory
 class MomlFactoryImpl
          An implementation of the model Factory.
 

Methods in org.ptolemy.moml.impl that return MomlFactory
 MomlFactory MomlPackageImpl.getMomlFactory()
           
static MomlFactory MomlFactoryImpl.init()
          Creates the default factory implementation.