com.bigbross.bossa.wfnet
Class Place

java.lang.Object
  extended bycom.bigbross.bossa.wfnet.Place
All Implemented Interfaces:
Serializable

public class Place
extends Object
implements Serializable

This class represents a place.

Author:
BigBross Team
See Also:
Serialized Form

Method Summary
 String getId()
          Returns the id of this place.
 int getIndex()
          Returns the index of this place.
 int getInitialMarking()
          Returns the initial marking of this place.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndex

public int getIndex()
Returns the index of this place.

Returns:
the index of this place.

getId

public String getId()
Returns the id of this place.

Returns:
the id of this place.

getInitialMarking

public int getInitialMarking()
Returns the initial marking of this place.

Returns:
the initial marking of this place.


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.