Uses of Class
com.netgrif.application.engine.petrinet.domain.Imported
-
-
Uses of Imported in com.netgrif.application.engine.petrinet.domain
Subclasses of Imported in com.netgrif.application.engine.petrinet.domain Modifier and Type Class Description class
DataGroup
class
Function
class
Node
class
PetriNet
class
PetriNetObject
class
Place
class
Transaction
Transaction object groups multiple transitions together under one title.class
Transition
Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type Imported Constructor Description QImported(com.querydsl.core.types.Path<? extends Imported> path)
-
Uses of Imported in com.netgrif.application.engine.petrinet.domain.arcs
Subclasses of Imported in com.netgrif.application.engine.petrinet.domain.arcs Modifier and Type Class Description class
Arc
class
InhibitorArc
If 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 infoclass
PTArc
Special arcs that can only lead from Place to Transition (thus PT).class
ReadArc
If 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 infoclass
ResetArc
Reset 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 Imported in com.netgrif.application.engine.petrinet.domain.dataset
Subclasses of Imported in com.netgrif.application.engine.petrinet.domain.dataset Modifier and Type Class Description class
BooleanField
class
ButtonField
class
CaseField
class
ChoiceField<T>
class
DateField
class
DateTimeField
class
EnumerationField
class
EnumerationMapField
class
Field<T>
class
FieldWithAllowedNets<T>
class
FileField
class
FileListField
class
FilterField
class
I18nField
class
MapOptionsField<T,U>
class
MultichoiceField
class
MultichoiceMapField
class
NumberField
class
StorageField<T>
class
StringCollectionField
class
TaskField
class
TextField
class
UserField
class
UserListField
-
Uses of Imported in com.netgrif.application.engine.petrinet.domain.events
Subclasses of Imported in com.netgrif.application.engine.petrinet.domain.events Modifier and Type Class Description class
BaseEvent
class
CaseEvent
class
DataEvent
class
Event
class
ProcessEvent
-
Uses of Imported in com.netgrif.application.engine.petrinet.domain.roles
Subclasses of Imported in com.netgrif.application.engine.petrinet.domain.roles Modifier and Type Class Description class
ProcessRole
-
Uses of Imported in com.netgrif.application.engine.petrinet.web.responsebodies
Subclasses of Imported in com.netgrif.application.engine.petrinet.web.responsebodies Modifier and Type Class Description class
ArcImportReference
class
PlaceImportReference
class
TransitionImportReference
-
Uses of Imported in com.netgrif.application.engine.workflow.domain.triggers
Subclasses of Imported in com.netgrif.application.engine.workflow.domain.triggers Modifier and Type Class Description class
AutoTrigger
class
DateTimeTrigger
Time trigger that will execute task at specified date and time in specified format (e.g.class
DelayTimeTrigger
Time trigger that will execute task after specified delay (e.g.class
MessageTrigger
class
TimeTrigger
class
Trigger
class
UserTrigger
-