protected class GenericSemanticSequencer.GroupAllocation extends GenericSemanticSequencer.Allocation
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<GenericSemanticSequencer.Quantity> | 
children  | 
| Constructor and Description | 
|---|
GenericSemanticSequencer.GroupAllocation()  | 
GenericSemanticSequencer.GroupAllocation(java.util.List<GenericSemanticSequencer.Quantity> children)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(org.eclipse.emf.ecore.EObject semanticObj,
      IGrammarConstraintProvider.IConstraintElement constraint)  | 
void | 
addChild(GenericSemanticSequencer.Quantity quantity)  | 
java.util.List<GenericSemanticSequencer.Quantity> | 
getChildren()  | 
java.lang.String | 
toString(java.lang.String prefix)  | 
toStringprotected java.util.List<GenericSemanticSequencer.Quantity> children
public GenericSemanticSequencer.GroupAllocation()
public GenericSemanticSequencer.GroupAllocation(java.util.List<GenericSemanticSequencer.Quantity> children)
public void accept(org.eclipse.emf.ecore.EObject semanticObj,
          IGrammarConstraintProvider.IConstraintElement constraint)
accept in class GenericSemanticSequencer.Allocationpublic void addChild(GenericSemanticSequencer.Quantity quantity)
public java.util.List<GenericSemanticSequencer.Quantity> getChildren()
public java.lang.String toString(java.lang.String prefix)
toString in class GenericSemanticSequencer.Allocation