org.ucworkbench.model.review
Interface ReviewFactory


public interface ReviewFactory

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

See Also:
ReviewPackage

Field Summary
static java.lang.String copyright
           
static ReviewFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Comment createComment()
          Returns a new object of class 'Comment'.
 NodeReview createNodeReview()
          Returns a new object of class 'Node Review'.
 ReviewStatus createReviewStatus()
          Returns a new object of class 'Status'.
 ReviewPackage getReviewPackage()
          Returns the package supported by this factory.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

eINSTANCE

static final ReviewFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createReviewStatus

ReviewStatus createReviewStatus()
Returns a new object of class 'Status'.

Returns:
a new object of class 'Status'.

createNodeReview

NodeReview createNodeReview()
Returns a new object of class 'Node Review'.

Returns:
a new object of class 'Node Review'.

createComment

Comment createComment()
Returns a new object of class 'Comment'.

Returns:
a new object of class 'Comment'.

getReviewPackage

ReviewPackage getReviewPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.