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