|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReviewFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
---|
static final java.lang.String copyright
static final ReviewFactory eINSTANCE
Method Detail |
---|
ReviewStatus createReviewStatus()
NodeReview createNodeReview()
Comment createComment()
ReviewPackage getReviewPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |