tamago.ext.tamagocc
Class TamagoCCState

java.lang.Object
  extended by tamago.ext.tamagocc.TamagoCCState

public class TamagoCCState
extends java.lang.Object

This class represent a state in the service behavior. In the abstract form or in the concret form. In other word, a state can be a simple state or a set of some states.

Author:
Hakim Belhaouari

Method Summary
 boolean canCallMethod(TamagoCCMethodID mid)
           
 java.lang.String getName()
           
 int id()
           
 boolean isMergedState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

id

public int id()

getName

public java.lang.String getName()

isMergedState

public boolean isMergedState()

canCallMethod

public boolean canCallMethod(TamagoCCMethodID mid)