|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Semantics.Loci.LociL1.SemanticVisitor
fUML.Semantics.Classes.Kernel.Value
fUML.Semantics.Classes.Kernel.StructuredValue
fUML.Semantics.Classes.Kernel.CompoundValue
public abstract class CompoundValue
An implementation of the model object ' fUML::Semantics::Classes::Kernel::CompoundValue'.
The following features are implemented:
equalscopygetFeatureValuesetFeatureValuegetFeatureValuesremoveFeatureValuestoStringfeatureValues
| Field Summary | |
|---|---|
FeatureValueList |
featureValues
|
| Constructor Summary | |
|---|---|
CompoundValue()
|
|
| Method Summary | |
|---|---|
Value |
copy()
operation copy |
boolean |
equals(Value otherValue)
operation equals |
FeatureValue |
getFeatureValue(StructuralFeature feature)
operation getFeatureValue |
FeatureValueList |
getFeatureValues()
operation getFeatureValues |
void |
removeFeatureValues(Classifier classifier)
operation removeFeatureValues |
void |
setFeatureValue(StructuralFeature feature,
ValueList values,
int position)
operation setFeatureValue |
String |
toString()
operation toString |
| Methods inherited from class fUML.Semantics.Classes.Kernel.StructuredValue |
|---|
createFeatureValues, specify |
| Methods inherited from class fUML.Semantics.Classes.Kernel.Value |
|---|
getTypes, hasType, objectId |
| Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor |
|---|
_beginIsolation, _endIsolation |
| Methods inherited from class org.modeldriven.fuml.FumlObject |
|---|
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public FeatureValueList featureValues
| Constructor Detail |
|---|
public CompoundValue()
| Method Detail |
|---|
public boolean equals(Value otherValue)
equals in class Valuepublic Value copy()
copy in class Valuepublic FeatureValue getFeatureValue(StructuralFeature feature)
getFeatureValue in class StructuredValue
public void setFeatureValue(StructuralFeature feature,
ValueList values,
int position)
setFeatureValue in class StructuredValuepublic FeatureValueList getFeatureValues()
getFeatureValues in class StructuredValuepublic void removeFeatureValues(Classifier classifier)
public String toString()
toString in class Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||