org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls
Interface MethodcallsFactory


public interface MethodcallsFactory

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

See Also:
MethodcallsPackage
Generated:

Field Summary
static MethodcallsFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 CallNode createCallNode()
          Returns a new object of class 'Call Node'.
 CallsModel createCallsModel()
          Returns a new object of class 'Calls Model'.
 MethodCall createMethodCall()
          Returns a new object of class 'Method Call'.
 MethodcallsPackage getMethodcallsPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final MethodcallsFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createMethodCall

MethodCall createMethodCall()
Returns a new object of class 'Method Call'.

Returns:
a new object of class 'Method Call'.
Generated:

createCallsModel

CallsModel createCallsModel()
Returns a new object of class 'Calls Model'.

Returns:
a new object of class 'Calls Model'.
Generated:

createCallNode

CallNode createCallNode()
Returns a new object of class 'Call Node'.

Returns:
a new object of class 'Call Node'.
Generated:

getMethodcallsPackage

MethodcallsPackage getMethodcallsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: