Uses of Class
com.netgrif.application.engine.petrinet.domain.PetriNetObject
-
-
Uses of PetriNetObject in com.netgrif.application.engine.petrinet.domain
Subclasses of PetriNetObject in com.netgrif.application.engine.petrinet.domain Modifier and Type Class Description classDataGroupclassFunctionclassNodeclassPetriNetclassPlaceclassTransactionTransaction object groups multiple transitions together under one title.classTransitionConstructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type PetriNetObject Constructor Description QPetriNetObject(com.querydsl.core.types.Path<? extends PetriNetObject> path)QPetriNetObject(java.lang.Class<? extends PetriNetObject> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PetriNetObject in com.netgrif.application.engine.petrinet.domain.arcs
Subclasses of PetriNetObject in com.netgrif.application.engine.petrinet.domain.arcs Modifier and Type Class Description classArcclassInhibitorArcIf there is an arc a with a weight w=W(p,t) connecting a place p with a transition t, then t can be enabled in a marking m if the following condition is satisfied:
m(p) < w
More infoclassPTArcSpecial arcs that can only lead from Place to Transition (thus PT).classReadArcIf there is an arc a with a weight w=W(p,t) connecting a place p with a transition t, then t can be enabled in a marking m if the following condition is satisfied:
m(p) ≥ w
More infoclassResetArcReset arc does not alter the enabling condition, but involve a change of the marking on p by firing of t: m'(p) = 0, if p is not also a postplace of t m'(p) = W(t,p), if p is also a postplace of t More info -
Uses of PetriNetObject in com.netgrif.application.engine.petrinet.web.responsebodies
Subclasses of PetriNetObject in com.netgrif.application.engine.petrinet.web.responsebodies Modifier and Type Class Description classArcImportReferenceclassPlaceImportReferenceclassTransitionImportReference
-