Package org.eclipse.xtext.validation
Interface IAssignmentQuantityAllocator.IQuantities
-
- All Known Implementing Classes:
AssignmentQuantityAllocator.Quantities
- Enclosing interface:
- IAssignmentQuantityAllocator
public static interface IAssignmentQuantityAllocator.IQuantities
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,java.lang.Integer>getAssignmentQuantities()java.lang.IntegergetAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement)org.eclipse.emf.ecore.EObjectgetEObject()java.util.Map<org.eclipse.emf.ecore.EStructuralFeature,java.lang.Integer>getFeatureQuantities()java.lang.IntegergetFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feat)java.util.Map<org.eclipse.emf.ecore.EStructuralFeature,java.util.Collection<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>>groupByFeature()
-
-
-
Method Detail
-
getAssignmentQuantities
java.util.Map<IConcreteSyntaxConstraintProvider.ISyntaxConstraint,java.lang.Integer> getAssignmentQuantities()
-
getAssignmentQuantity
java.lang.Integer getAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint assignement)
-
getEObject
org.eclipse.emf.ecore.EObject getEObject()
-
getFeatureQuantities
java.util.Map<org.eclipse.emf.ecore.EStructuralFeature,java.lang.Integer> getFeatureQuantities()
-
getFeatureQuantity
java.lang.Integer getFeatureQuantity(org.eclipse.emf.ecore.EStructuralFeature feat)
-
groupByFeature
java.util.Map<org.eclipse.emf.ecore.EStructuralFeature,java.util.Collection<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>> groupByFeature()
-
-