ujf.verimag.bip.Extra.Time
Interface TimeFactory

All Known Implementing Classes:
TimeFactoryImpl

public interface TimeFactory

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

See Also:
TimePackage

Field Summary
static TimeFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 TimedConstraint createTimedConstraint()
          Returns a new object of class 'Timed Constraint'.
 TimedVariable createTimedVariable()
          Returns a new object of class 'Timed Variable'.
 TimeReset createTimeReset()
          Returns a new object of class 'Reset'.
 TimeSpecification createTimeSpecification()
          Returns a new object of class 'Specification'.
 TimePackage getTimePackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final TimeFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createTimedVariable

TimedVariable createTimedVariable()
Returns a new object of class 'Timed Variable'.

Returns:
a new object of class 'Timed Variable'.

createTimeSpecification

TimeSpecification createTimeSpecification()
Returns a new object of class 'Specification'.

Returns:
a new object of class 'Specification'.

createTimeReset

TimeReset createTimeReset()
Returns a new object of class 'Reset'.

Returns:
a new object of class 'Reset'.

createTimedConstraint

TimedConstraint createTimedConstraint()
Returns a new object of class 'Timed Constraint'.

Returns:
a new object of class 'Timed Constraint'.

getTimePackage

TimePackage getTimePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.