Project: bml_realizer License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::bml::net::TimedPlace Class Reference
Inheritance diagram for edu::wpi::hri::bml::net::TimedPlace:
![]()
Detailed DescriptionThe TimedPlace class is used for offsets between sync points. When a sync point of something like "A+2 before B" is used, this will be the 2000 ms delay. Definition at line 46 of file TimedPlace.java. Constructor & Destructor Documentation
Create a new TimedPlace with the given delay in milliseconds
Definition at line 62 of file TimedPlace.java. Member Function Documentation
This method will only execute once for each part. The implementation should ensure that the actions which are specific to this part are performed. The exception that can be thrown signals whether the Petri net is allowed to continue or if an error has occurred. Implements edu::wpi::hri::bml::net::PetriPart. Definition at line 69 of file TimedPlace.java. Member Data Documentation
Definition at line 50 of file TimedPlace.java.
Definition at line 48 of file TimedPlace.java. The documentation for this class was generated from the following file:
|