fUML.Semantics.Classes.Kernel
Class Reference

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Value
              extended by fUML.Semantics.Classes.Kernel.StructuredValue
                  extended by fUML.Semantics.Classes.Kernel.Reference

public class Reference
extends StructuredValue


Field Summary
 Object_ referent
           
 
Constructor Summary
Reference()
           
 
Method Summary
 Value copy()
           
 void destroy()
           
 Execution dispatch(Operation operation)
           
 boolean equals(Value otherValue)
           
 FeatureValue getFeatureValue(StructuralFeature feature)
           
 FeatureValueList getFeatureValues()
           
 ClassifierList getTypes()
           
protected  Value new_()
           
 void send(SignalInstance signalInstance)
           
 void setFeatureValue(StructuralFeature feature, ValueList values, int position)
           
 void startBehavior(Class_ classifier, ParameterValueList inputs)
           
 java.lang.String toString()
           
 
Methods inherited from class fUML.Semantics.Classes.Kernel.StructuredValue
createFeatureValues, specify
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

referent

public Object_ referent
Constructor Detail

Reference

public Reference()
Method Detail

startBehavior

public void startBehavior(Class_ classifier,
                          ParameterValueList inputs)

dispatch

public Execution dispatch(Operation operation)

send

public void send(SignalInstance signalInstance)

destroy

public void destroy()

equals

public boolean equals(Value otherValue)
Overrides:
equals in class Value

copy

public Value copy()
Overrides:
copy in class Value

new_

protected Value new_()
Specified by:
new_ in class Value

getTypes

public ClassifierList getTypes()
Specified by:
getTypes in class Value

getFeatureValue

public FeatureValue getFeatureValue(StructuralFeature feature)
Specified by:
getFeatureValue in class StructuredValue

setFeatureValue

public void setFeatureValue(StructuralFeature feature,
                            ValueList values,
                            int position)
Specified by:
setFeatureValue in class StructuredValue

getFeatureValues

public FeatureValueList getFeatureValues()
Specified by:
getFeatureValues in class StructuredValue

toString

public java.lang.String toString()
Specified by:
toString in class Value


Copyright © 2015. All Rights Reserved.