fUML.Semantics.CommonBehaviors.Communications
Class EventAccepter

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.CommonBehaviors.Communications.EventAccepter
Direct Known Subclasses:
AcceptEventActionEventAccepter

public abstract class EventAccepter
extends FumlObject

An implementation of the model object ' fUML::Semantics::CommonBehaviors::Communications::EventAccepter '.

The following features are implemented:


Constructor Summary
EventAccepter()
           
 
Method Summary
abstract  void accept(SignalInstance signalInstance)
          operation accept
abstract  boolean match(SignalInstance signalInstance)
          operation match
 
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, toString, wait, wait, wait
 

Constructor Detail

EventAccepter

public EventAccepter()
Method Detail

accept

public abstract void accept(SignalInstance signalInstance)
operation accept


match

public abstract boolean match(SignalInstance signalInstance)
operation match



Copyright © 2012. All Rights Reserved.