protected class GenericSemanticSequencer.SVFeature2AssignmentAmbiguous extends GenericSemanticSequencer.SVFeature2Assignment
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IGrammarConstraintProvider.IConstraintElement> |
assignments |
protected java.lang.Boolean[] |
enabled |
optional, value
Constructor and Description |
---|
GenericSemanticSequencer.SVFeature2AssignmentAmbiguous(java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments,
boolean optional,
GenericSemanticSequencer.AllocationValue value) |
Modifier and Type | Method and Description |
---|---|
IGrammarConstraintProvider.IFeatureInfo |
getFeature() |
java.util.List<GenericSemanticSequencer.AllocationValue> |
getValuesFor(IGrammarConstraintProvider.IConstraintElement assignment) |
boolean |
isAmbiguous() |
toString
protected java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments
protected java.lang.Boolean[] enabled
public GenericSemanticSequencer.SVFeature2AssignmentAmbiguous(java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments, boolean optional, GenericSemanticSequencer.AllocationValue value)
public IGrammarConstraintProvider.IFeatureInfo getFeature()
getFeature
in class GenericSemanticSequencer.Feature2Assignment
public java.util.List<GenericSemanticSequencer.AllocationValue> getValuesFor(IGrammarConstraintProvider.IConstraintElement assignment)
getValuesFor
in class GenericSemanticSequencer.Feature2Assignment
public boolean isAmbiguous()
isAmbiguous
in class GenericSemanticSequencer.Feature2Assignment