Package jline.solvers.fluid.petri
Class PetriApplicable
java.lang.Object
jline.solvers.fluid.petri.PetriApplicable
Whether the fluid Petri route can answer this model, and why not.
A QUEUEING STATION IS THE ONE STRUCTURAL EXCLUSION: a net whose tokens also visit a Queue or a Delay is two formalisms at once, and LINE has no reference semantics for the hand-off. Saying so by name is the point of this class -- the drift would otherwise be built over the Petri coordinates alone and integrate the queueing part of the model as though it were not there.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe verdict and, when negative, the element that decides it. -
Method Summary
Modifier and TypeMethodDescriptionstatic PetriApplicable.Verdictapplicable(NetworkStruct sn, SolverOptions options)
-
Method Details
-
applicable
- Parameters:
sn- the modeloptions- the solver options, whoseconfig.hide_immediateis consulted- Returns:
- whether the fluid Petri drift can be built, and the refusal otherwise
-