protected class AssignmentQuantityAllocator.Quantities extends Object implements IAssignmentQuantityAllocator.IQuantities
| Modifier and Type | Field and Description |
|---|---|
protected Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,Integer> |
assignmentQuants |
protected org.eclipse.emf.ecore.EObject |
delegate |
protected Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> |
featureQuants |
| Constructor and Description |
|---|
AssignmentQuantityAllocator.Quantities(org.eclipse.emf.ecore.EObject delegate) |
| Modifier and Type | Method and Description |
|---|---|
Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,Integer> |
getAssignmentQuantities() |
Integer |
getAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement) |
org.eclipse.emf.ecore.EObject |
getEObject() |
Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> |
getFeatureQuantities() |
Integer |
getFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feat) |
Map<org.eclipse.emf.ecore.EStructuralFeature,Collection<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>> |
groupByFeature() |
void |
setAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement,
int quantity) |
void |
setFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feature,
int quantity) |
String |
toString() |
String |
toString(Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,Pair<Integer,Integer>> minmax) |
protected Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,Integer> assignmentQuants
protected org.eclipse.emf.ecore.EObject delegate
public AssignmentQuantityAllocator.Quantities(org.eclipse.emf.ecore.EObject delegate)
public Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,Integer> getAssignmentQuantities()
getAssignmentQuantities in interface IAssignmentQuantityAllocator.IQuantitiespublic Integer getAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement)
getAssignmentQuantity in interface IAssignmentQuantityAllocator.IQuantitiespublic org.eclipse.emf.ecore.EObject getEObject()
getEObject in interface IAssignmentQuantityAllocator.IQuantitiespublic Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> getFeatureQuantities()
getFeatureQuantities in interface IAssignmentQuantityAllocator.IQuantitiespublic Integer getFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feat)
getFeatureQuantity in interface IAssignmentQuantityAllocator.IQuantitiespublic Map<org.eclipse.emf.ecore.EStructuralFeature,Collection<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>> groupByFeature()
groupByFeature in interface IAssignmentQuantityAllocator.IQuantitiespublic void setAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement, int quantity)
public void setFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feature,
int quantity)
Copyright © 2015. All Rights Reserved.