Свойство | Type | Description | |
---|---|---|---|
InArcs | List | ||
OutArcs | List | ||
PlaceCapacities | int>.Dictionary | ||
PlaceOutArcs | List | ||
Places | string>.Dictionary | ||
TransitionFunctions | List | ||
TransitionPriorities | int>.Dictionary | ||
Transitions | string>.Dictionary |
Méthode | Description | |
---|---|---|
AddArcFromPlace ( int placeId, int transitionId ) : void | ||
AddArcFromTransition ( int placeId, int transitionId ) : void | ||
AddArcIntoTransition ( int placeId, int transitionId ) : void | ||
AddLinearTransition ( int placeIn, int placeOut, int transitionId ) : void | ||
AllEnabledTransitions ( |
||
AllPlaces ( ) : IEnumerable |
||
CreateTransitions ( IEnumerable |
||
Fire ( |
invokes the first enabled transition in the petri net under the supplied Marking. This method will not have any side effects on the Marking passed into the function or on the net itself. This method works by choosing the next transition to fire randomly. |
|
GetConflictedPlaces ( |
||
GetNextTransitionToFire ( |
||
GetPlaceOutArcs ( int placeId ) : IEnumerable |
||
GetTransitionPriority ( int t ) : int | ||
GetWeight ( int placeid, int transid ) : int | ||
GraphPetriNet ( string id, string>.Dictionary |
||
GraphPetriNet ( string id, string>.Dictionary |
||
InhibitorsIntoTransition ( int transitionId ) : IEnumerable |
||
IsEmptyTransition ( int transitionId ) : bool | ||
NonInhibitorsIntoTransition ( int transitionId ) : IEnumerable |
||
RegisterFunction ( int transitionId, Action |
Méthode | Description | |
---|---|---|
AllDestinationPlaces ( ) : List |
||
AllMarkedPlaces ( |
||
AllSourcePlaces ( ) : List |
||
GetInArcs ( int transitionId ) : IEnumerable |
||
GetOutArcs ( int transitionId ) : IEnumerable |
||
GetTransitionFunctions ( int transitionId ) : IEnumerable |
||
ObjectInvariant ( ) : void | ||
PlacesFeedingIntoTransitions ( ) : IEnumerable |
||
SharedInputPlaces ( int t1, int t2 ) : IEnumerable |
public AddArcFromPlace ( int placeId, int transitionId ) : void | ||
placeId | int | |
transitionId | int | |
Résultat | void |
public AddArcFromTransition ( int placeId, int transitionId ) : void | ||
placeId | int | |
transitionId | int | |
Résultat | void |
public AddArcIntoTransition ( int placeId, int transitionId ) : void | ||
placeId | int | |
transitionId | int | |
Résultat | void |
public AddLinearTransition ( int placeIn, int placeOut, int transitionId ) : void | ||
placeIn | int | |
placeOut | int | |
transitionId | int | |
Résultat | void |
public AllEnabledTransitions ( |
||
m | ||
Résultat | IEnumerable |
public CreateTransitions ( IEnumerable |
||
transitions | IEnumerable |
|
Résultat | void |
public Fire ( |
||
m | The marking under which transition activation is calculated. | |
Résultat |
public GetConflictedPlaces ( |
||
m | ||
Résultat | IEnumerable |
public GetNextTransitionToFire ( |
||
m | ||
Résultat | int? |
public GetPlaceOutArcs ( int placeId ) : IEnumerable |
||
placeId | int | |
Résultat | IEnumerable |
public GetTransitionPriority ( int t ) : int | ||
t | int | |
Résultat | int |
public GetWeight ( int placeid, int transid ) : int | ||
placeid | int | |
transid | int | |
Résultat | int |
public GraphPetriNet ( string id, string>.Dictionary |
||
id | string | |
placeNames | string>.Dictionary | |
transitionNames | string>.Dictionary | |
inArcs | Dictionary |
|
outArcs | Dictionary |
|
Résultat | System |
public GraphPetriNet ( string id, string>.Dictionary |
||
id | string | |
placeNames | string>.Dictionary | |
transitionNames | string>.Dictionary | |
inArcs | Dictionary |
|
outArcs | Dictionary |
|
transitionOrdering | int>.Dictionary | |
Résultat | System |
public InhibitorsIntoTransition ( int transitionId ) : IEnumerable |
||
transitionId | int | |
Résultat | IEnumerable |
public IsEmptyTransition ( int transitionId ) : bool | ||
transitionId | int | |
Résultat | bool |
public NonInhibitorsIntoTransition ( int transitionId ) : IEnumerable |
||
transitionId | int | |
Résultat | IEnumerable |
public RegisterFunction ( int transitionId, Action |
||
transitionId | int | |
fn | Action |
|
Résultat | void |
public Dictionary |
||
Résultat | List |
public Dictionary |
||
Résultat | int>.Dictionary |