public abstract class StructuredValue extends Value
| Constructor and Description |
|---|
StructuredValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatureValues(FeatureValueList oldFeatureValues) |
boolean |
checkForAssociationEnd(StructuralFeature feature) |
void |
createFeatureValues() |
abstract FeatureValue |
getFeatureValue(StructuralFeature feature) |
abstract FeatureValueList |
getFeatureValues() |
StructuralFeatureList |
getMemberFeatures(Classifier type) |
StructuralFeatureList |
getStructuralFeatures() |
StructuralFeatureList |
getStructuralFeaturesForType(Classifier type) |
ValueList |
getValues(NamedElement feature,
FeatureValueList featureValues) |
abstract void |
setFeatureValue(StructuralFeature feature,
ValueList values,
int position) |
ValueSpecification |
specify() |
checkAllParents, copy, equals, getTypes, hasType, isInstanceOf, new_, toString_beginIsolation, _endIsolationgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic ValueSpecification specify()
public abstract FeatureValue getFeatureValue(StructuralFeature feature)
public abstract void setFeatureValue(StructuralFeature feature, ValueList values, int position)
public abstract FeatureValueList getFeatureValues()
public StructuralFeatureList getMemberFeatures(Classifier type)
public StructuralFeatureList getStructuralFeatures()
public StructuralFeatureList getStructuralFeaturesForType(Classifier type)
public void createFeatureValues()
public void addFeatureValues(FeatureValueList oldFeatureValues)
public boolean checkForAssociationEnd(StructuralFeature feature)
public ValueList getValues(NamedElement feature, FeatureValueList featureValues)
Copyright © 2023. All rights reserved.