org.apache.tuscany.sdo.model.internal
Interface InternalFactory

All Known Implementing Classes:
InternalFactoryImpl

public interface InternalFactory

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


Field Summary
static InternalFactory INSTANCE
          The singleton instance of the factory.
 
Method Summary
 void register(HelperContext scope)
          Registers the types supported by this Factory within the supplied scope.argument
 

Field Detail

INSTANCE

static final InternalFactory INSTANCE
The singleton instance of the factory.

Method Detail

register

void register(HelperContext scope)
Registers the types supported by this Factory within the supplied scope.argument

Parameters:
scope - an instance of HelperContext used to manage the scoping of types.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.