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

An implementation of the model object ' fUML::Semantics::Classes::Kernel::Object'.

The following features are implemented:


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()
          operation copy
 void destroy()
          operation destroy
 Execution dispatch(Operation operation)
          operation dispatch
 ClassifierList getTypes()
          operation getTypes
 void register(EventAccepter accepter)
          operation register
 void send(SignalInstance signalInstance)
          operation send
 void startBehavior(Class_ classifier, ParameterValueList inputs)
          operation startBehavior
 void unregister(EventAccepter accepter)
          operation unregister
 
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
equals, 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)
operation startBehavior


dispatch

public Execution dispatch(Operation operation)
operation dispatch


send

public void send(SignalInstance signalInstance)
operation send


destroy

public void destroy()
operation destroy

Overrides:
destroy in class ExtensionalValue

register

public void register(EventAccepter accepter)
operation register


unregister

public void unregister(EventAccepter accepter)
operation unregister


copy

public Value copy()
operation copy

Overrides:
copy in class ExtensionalValue

getTypes

public ClassifierList getTypes()
operation getTypes

Specified by:
getTypes in class Value


Copyright © 2012. All Rights Reserved.