fUML.Semantics.Classes.Kernel
Class Object_

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.CompoundValue
                      extended by fUML.Semantics.Classes.Kernel.ExtensionalValue
                          extended by fUML.Semantics.Classes.Kernel.Object_
Direct Known Subclasses:
Execution, ImplementationObject, ImplementationObject

public class Object_
extends ExtensionalValue


Field Summary
 ObjectActivation objectActivation
           
 Class_List types
           
 
Fields inherited from class fUML.Semantics.Classes.Kernel.ExtensionalValue
locus
 
Fields inherited from class fUML.Semantics.Classes.Kernel.CompoundValue
featureValues
 
Constructor Summary
Object_()
           
 
Method Summary
 Value copy()
           
 void destroy()
           
 Execution dispatch(Operation operation)
           
 ClassifierList getTypes()
           
protected  Value new_()
           
 void register(EventAccepter accepter)
           
 void send(SignalInstance signalInstance)
           
 void startBehavior(Class_ classifier, ParameterValueList inputs)
           
 void unregister(EventAccepter accepter)
           
 
Methods inherited from class fUML.Semantics.Classes.Kernel.CompoundValue
equals, getFeatureValue, getFeatureValues, removeFeatureValues, setFeatureValue, 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

types

public Class_List types

objectActivation

public ObjectActivation objectActivation
Constructor Detail

Object_

public Object_()
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()
Overrides:
destroy in class ExtensionalValue

register

public void register(EventAccepter accepter)

unregister

public void unregister(EventAccepter accepter)

copy

public Value copy()
Overrides:
copy in class ExtensionalValue

new_

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

getTypes

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


Copyright © 2015. All Rights Reserved.