public class ModelSemanticSequencer
extends org.eclipse.xtext.serializer.sequencer.AbstractDelegatingSemanticSequencer
| Constructor and Description |
|---|
ModelSemanticSequencer() |
| Modifier and Type | Method and Description |
|---|---|
void |
createSequence(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EObject semanticObject) |
protected void |
sequence_Entity(org.eclipse.emf.ecore.EObject context,
Entity semanticObject)
Constraint:
(comment=COMMENT* name=ID superType=[Entity|QualifiedName]? attributes+=Attribute*)
|
protected void |
sequence_Import(org.eclipse.emf.ecore.EObject context,
Import semanticObject)
Constraint:
importedNamespace=QualifiedNameWithWildcard
|
protected void |
sequence_Link(org.eclipse.emf.ecore.EObject context,
Link semanticObject)
Constraint:
(comment=COMMENT* name=ID type=[Entity|QualifiedName] (any?='*' | oneOrMore?='+' | zeroOrOne?='?')?)
|
protected void |
sequence_Model(org.eclipse.emf.ecore.EObject context,
Model semanticObject)
Constraint:
(name=QualifiedName imports+=Import* elements+=Entity*)
|
protected void |
sequence_Property(org.eclipse.emf.ecore.EObject context,
Property semanticObject)
Constraint:
(comment=COMMENT* name=ID (type='String' | type='Integer' | type='Decimal' | type='Boolean'))
|
initpublic void createSequence(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EObject semanticObject)
protected void sequence_Entity(org.eclipse.emf.ecore.EObject context,
Entity semanticObject)
protected void sequence_Import(org.eclipse.emf.ecore.EObject context,
Import semanticObject)
protected void sequence_Link(org.eclipse.emf.ecore.EObject context,
Link semanticObject)
protected void sequence_Model(org.eclipse.emf.ecore.EObject context,
Model semanticObject)
protected void sequence_Property(org.eclipse.emf.ecore.EObject context,
Property semanticObject)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.