|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SnapshotFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SnapshotPackage| Field Summary | |
|---|---|
static SnapshotFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
CompositeEvent |
createCompositeEvent()
Returns a new object of class 'Composite Event'. |
Derivation |
createDerivation()
Returns a new object of class 'Derivation'. |
Event |
createEvent()
Returns a new object of class 'Event'. |
Extractor |
createExtractor()
Returns a new object of class 'Extractor'. |
Handler |
createHandler()
Returns a new object of class 'Handler'. |
JoinEntry |
createJoinEntry()
Returns a new object of class 'Join Entry'. |
JoinInput |
createJoinInput()
Returns a new object of class 'Join Input'. |
JoinInputCollector |
createJoinInputCollector()
Returns a new object of class 'Join Input Collector'. |
JoinNode |
createJoinNode()
Returns a new object of class 'Join Node'. |
Predicate |
createPredicate()
Returns a new object of class 'Predicate'. |
PredicateNode |
createPredicateNode()
Returns a new object of class 'Predicate Node'. |
Snapshot |
createSnapshot()
Returns a new object of class 'Snapshot'. |
SnapshotPackage |
getSnapshotPackage()
Returns the package supported by this factory. |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
|---|
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final SnapshotFactory eINSTANCE
| Method Detail |
|---|
Snapshot createSnapshot()
Handler createHandler()
Derivation createDerivation()
Event createEvent()
PredicateNode createPredicateNode()
JoinInput createJoinInput()
JoinNode createJoinNode()
JoinInputCollector createJoinInputCollector()
JoinEntry createJoinEntry()
Extractor createExtractor()
Predicate createPredicate()
CompositeEvent createCompositeEvent()
SnapshotPackage getSnapshotPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||