Project: bml_realizer License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::bml::net::Place Class Reference
Inheritance diagram for edu::wpi::hri::bml::net::Place:
![]()
Detailed DescriptionThe Place class holds information for generic places. This class should be subclassed for special actions. Definition at line 49 of file Place.java. Constructor & Destructor Documentation
Create a new place which has no transitions in or out.
Definition at line 66 of file Place.java. Member Function Documentation
Add an output that should be sent a token upon completion of this Place.
Definition at line 139 of file Place.java.
This method must implement the check of waiting for "all" previous parts. If a part does not need to wait for all, but instead one, it should return true upon the first input.
Implements edu::wpi::hri::bml::net::PetriPart. Definition at line 79 of file Place.java.
Implements edu::wpi::hri::bml::net::PetriPart. Definition at line 95 of file Place.java.
Get the input Transition of this Place
Definition at line 128 of file Place.java.
Definition at line 74 of file Place.java.
get the output transitions from this Place.
Definition at line 148 of file Place.java.
Replace input transition oldt with transition newt.
Definition at line 180 of file Place.java.
Replace output transition oldt with transition newt.
Definition at line 161 of file Place.java.
Tell the subclass to send all of the tokens. This should call the sendSignalTo method. Implements edu::wpi::hri::bml::net::PetriPart. Definition at line 84 of file Place.java.
Set the input that can activate this Place.
Definition at line 115 of file Place.java.
Let the subclass know that a token has been received from the given part.
Implements edu::wpi::hri::bml::net::PetriPart. Definition at line 89 of file Place.java. Member Data DocumentationDefinition at line 51 of file Place.java.
Definition at line 54 of file Place.java.
Definition at line 52 of file Place.java.
Definition at line 53 of file Place.java. The documentation for this class was generated from the following file:
|