public interface GremlinFactory
extends org.eclipse.emf.ecore.EFactory
GremlinPackage| Modifier and Type | Field and Description |
|---|---|
static GremlinFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
AddAllCall |
createAddAllCall()
Returns a new object of class 'Add All Call'.
|
AffectationExpression |
createAffectationExpression()
Returns a new object of class 'Affectation Expression'.
|
AndExpression |
createAndExpression()
Returns a new object of class 'And Expression'.
|
BinaryExpression |
createBinaryExpression()
Returns a new object of class 'Binary Expression'.
|
BooleanLiteral |
createBooleanLiteral()
Returns a new object of class 'Boolean Literal'.
|
Closure |
createClosure()
Returns a new object of class 'Closure'.
|
ClosureIt |
createClosureIt()
Returns a new object of class 'Closure It'.
|
CollectionDefinition |
createCollectionDefinition()
Returns a new object of class 'Collection Definition'.
|
ContainsAllCall |
createContainsAllCall()
Returns a new object of class 'Contains All Call'.
|
ContainsCall |
createContainsCall()
Returns a new object of class 'Contains Call'.
|
CountCall |
createCountCall()
Returns a new object of class 'Count Call'.
|
CustomMethodCall |
createCustomMethodCall()
Returns a new object of class 'Custom Method Call'.
|
CustomStep |
createCustomStep()
Returns a new object of class 'Custom Step'.
|
DifferenceExpression |
createDifferenceExpression()
Returns a new object of class 'Difference Expression'.
|
DoubleLiteral |
createDoubleLiteral()
Returns a new object of class 'Double Literal'.
|
EdgesStep |
createEdgesStep()
Returns a new object of class 'Edges Step'.
|
EqualityExpression |
createEqualityExpression()
Returns a new object of class 'Equality Expression'.
|
ExceptStep |
createExceptStep()
Returns a new object of class 'Except Step'.
|
Expression |
createExpression()
Returns a new object of class 'Expression'.
|
FillStep |
createFillStep()
Returns a new object of class 'Fill Step'.
|
FilterStep |
createFilterStep()
Returns a new object of class 'Filter Step'.
|
FirstCall |
createFirstCall()
Returns a new object of class 'First Call'.
|
GatherStep |
createGatherStep()
Returns a new object of class 'Gather Step'.
|
GreaterExpression |
createGreaterExpression()
Returns a new object of class 'Greater Expression'.
|
GreaterOrEqualExpression |
createGreaterOrEqualExpression()
Returns a new object of class 'Greater Or Equal Expression'.
|
GremlinScript |
createGremlinScript()
Returns a new object of class 'Script'.
|
HasNextCall |
createHasNextCall()
Returns a new object of class 'Has Next Call'.
|
IdentityStep |
createIdentityStep()
Returns a new object of class 'Identity Step'.
|
IndexCall |
createIndexCall()
Returns a new object of class 'Index Call'.
|
InEStep |
createInEStep()
Returns a new object of class 'In EStep'.
|
InExpression |
createInExpression()
Returns a new object of class 'In Expression'.
|
IntegerLiteral |
createIntegerLiteral()
Returns a new object of class 'Integer Literal'.
|
IntersectionCall |
createIntersectionCall()
Returns a new object of class 'Intersection Call'.
|
InVStep |
createInVStep()
Returns a new object of class 'In VStep'.
|
IsEmptyCall |
createIsEmptyCall()
Returns a new object of class 'Is Empty Call'.
|
LeftShiftExpression |
createLeftShiftExpression()
Returns a new object of class 'Left Shift Expression'.
|
LessExpression |
createLessExpression()
Returns a new object of class 'Less Expression'.
|
LessOrEqualExpression |
createLessOrEqualExpression()
Returns a new object of class 'Less Or Equal Expression'.
|
ListDeclaration |
createListDeclaration()
Returns a new object of class 'List Declaration'.
|
MethodDeclaration |
createMethodDeclaration()
Returns a new object of class 'Method Declaration'.
|
NextCall |
createNextCall()
Returns a new object of class 'Next Call'.
|
NotExpression |
createNotExpression()
Returns a new object of class 'Not Expression'.
|
NullLiteral |
createNullLiteral()
Returns a new object of class 'Null Literal'.
|
OrExpression |
createOrExpression()
Returns a new object of class 'Or Expression'.
|
OutEStep |
createOutEStep()
Returns a new object of class 'Out EStep'.
|
OutVStep |
createOutVStep()
Returns a new object of class 'Out VStep'.
|
PlusExpression |
createPlusExpression()
Returns a new object of class 'Plus Expression'.
|
PropertyStep |
createPropertyStep()
Returns a new object of class 'Property Step'.
|
RetainAllCall |
createRetainAllCall()
Returns a new object of class 'Retain All Call'.
|
RetainStep |
createRetainStep()
Returns a new object of class 'Retain Step'.
|
ReturnStatement |
createReturnStatement()
Returns a new object of class 'Return Statement'.
|
ScatterStep |
createScatterStep()
Returns a new object of class 'Scatter Step'.
|
SetDeclaration |
createSetDeclaration()
Returns a new object of class 'Set Declaration'.
|
SizeCall |
createSizeCall()
Returns a new object of class 'Size Call'.
|
SortedSetDeclaration |
createSortedSetDeclaration()
Returns a new object of class 'Sorted Set Declaration'.
|
StartStep |
createStartStep()
Returns a new object of class 'Start Step'.
|
StringLiteral |
createStringLiteral()
Returns a new object of class 'String Literal'.
|
TernaryOperator |
createTernaryOperator()
Returns a new object of class 'Ternary Operator'.
|
ToIntegerCall |
createToIntegerCall()
Returns a new object of class 'To Integer Call'.
|
ToListCall |
createToListCall()
Returns a new object of class 'To List Call'.
|
TransformStep |
createTransformStep()
Returns a new object of class 'Transform Step'.
|
UnaryExpression |
createUnaryExpression()
Returns a new object of class 'Unary Expression'.
|
UnionCall |
createUnionCall()
Returns a new object of class 'Union Call'.
|
VariableAccess |
createVariableAccess()
Returns a new object of class 'Variable Access'.
|
VariableDeclaration |
createVariableDeclaration()
Returns a new object of class 'Variable Declaration'.
|
VerticesStep |
createVerticesStep()
Returns a new object of class 'Vertices Step'.
|
GremlinPackage |
getGremlinPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final GremlinFactory eINSTANCE
GremlinScript createGremlinScript()
ReturnStatement createReturnStatement()
MethodDeclaration createMethodDeclaration()
ListDeclaration createListDeclaration()
SetDeclaration createSetDeclaration()
SortedSetDeclaration createSortedSetDeclaration()
VariableDeclaration createVariableDeclaration()
CollectionDefinition createCollectionDefinition()
Closure createClosure()
ClosureIt createClosureIt()
VariableAccess createVariableAccess()
IdentityStep createIdentityStep()
FillStep createFillStep()
StartStep createStartStep()
VerticesStep createVerticesStep()
EdgesStep createEdgesStep()
PropertyStep createPropertyStep()
OutEStep createOutEStep()
InEStep createInEStep()
InVStep createInVStep()
OutVStep createOutVStep()
FilterStep createFilterStep()
RetainStep createRetainStep()
ExceptStep createExceptStep()
TransformStep createTransformStep()
GatherStep createGatherStep()
ScatterStep createScatterStep()
CustomMethodCall createCustomMethodCall()
NextCall createNextCall()
HasNextCall createHasNextCall()
IndexCall createIndexCall()
CountCall createCountCall()
FirstCall createFirstCall()
ToListCall createToListCall()
IsEmptyCall createIsEmptyCall()
ContainsCall createContainsCall()
ContainsAllCall createContainsAllCall()
AddAllCall createAddAllCall()
RetainAllCall createRetainAllCall()
UnionCall createUnionCall()
IntersectionCall createIntersectionCall()
SizeCall createSizeCall()
Expression createExpression()
UnaryExpression createUnaryExpression()
NotExpression createNotExpression()
BinaryExpression createBinaryExpression()
EqualityExpression createEqualityExpression()
InExpression createInExpression()
DifferenceExpression createDifferenceExpression()
OrExpression createOrExpression()
AndExpression createAndExpression()
GreaterExpression createGreaterExpression()
GreaterOrEqualExpression createGreaterOrEqualExpression()
LessExpression createLessExpression()
LessOrEqualExpression createLessOrEqualExpression()
AffectationExpression createAffectationExpression()
LeftShiftExpression createLeftShiftExpression()
TernaryOperator createTernaryOperator()
StringLiteral createStringLiteral()
IntegerLiteral createIntegerLiteral()
DoubleLiteral createDoubleLiteral()
BooleanLiteral createBooleanLiteral()
NullLiteral createNullLiteral()
ToIntegerCall createToIntegerCall()
PlusExpression createPlusExpression()
CustomStep createCustomStep()
GremlinPackage getGremlinPackage()
Copyright © 2018–2019 Atlanmod. All rights reserved.