| Package | Description |
|---|---|
| org.jbpt.petri.querying | |
| org.jbpt.petri.untangling | |
| org.jbpt.petri.untangling.pss |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<IProcess<BPN,C,E,F,N,P,T,M>> |
AbstractUntanglingBasedBehavioralQuerying.untangling |
| Constructor and Description |
|---|
AbstractUntanglingBasedBehavioralQuerying(INetSystem<F,N,P,T,M> sys,
Collection<IProcess<BPN,C,E,F,N,P,T,M>> untangling) |
NetSystemQuerying(INetSystem<Flow,Node,Place,Transition,Marking> sys,
Collection<IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking>> untangling) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcess<BPN extends IBPNode<N>,C extends ICondition<BPN,C,E,F,N,P,T,M>,E extends IEvent<BPN,C,E,F,N,P,T,M>,F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>>
An abstract implementation of the
IProcess interface. |
class |
Process
An implementation of the
IProcess interface. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<IProcess<BPN,C,E,F,N,P,T,M>> |
AbstractRepresentativeUntangling.processes |
protected Collection<IProcess<BPN,C,E,F,N,P,T,M>> |
AbstractRepresentativeUntangling.reducedProcesses |
| Modifier and Type | Method and Description |
|---|---|
protected IProcess<BPN,C,E,F,N,P,T,M> |
AbstractRepresentativeUntangling.createProcess(INetSystem<F,N,P,T,M> sys) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IProcess<BPN,C,E,F,N,P,T,M>> |
AbstractRepresentativeUntangling.getProcesses() |
Collection<IProcess<BPN,C,E,F,N,P,T,M>> |
AbstractRepresentativeUntangling.getReducedProcesses() |
| Modifier and Type | Method and Description |
|---|---|
IProcess<BPN,C,E,F,N,P,T,M> |
IProcessSystem.getProcess()
Get process.
|
IProcess<BPN,C,E,F,N,P,T,M> |
AbstractProcessSystem.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessSystem.setProcess(IProcess<BPN,C,E,F,N,P,T,M> pi)
Set process.
|
void |
AbstractProcessSystem.setProcess(IProcess<BPN,C,E,F,N,P,T,M> pi) |
| Constructor and Description |
|---|
AbstractProcessSystem(INetSystem<F,N,P,T,M> sys,
IProcess<BPN,C,E,F,N,P,T,M> pi) |
ProcessSystem(INetSystem<Flow,Node,Place,Transition,Marking> sys,
IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking> pi) |
| Constructor and Description |
|---|
AbstractProcessSetSystem(INetSystem<F,N,P,T,M> sys,
Collection<IProcess<BPN,C,E,F,N,P,T,M>> pis) |
ProcessSetSystem(INetSystem<Flow,Node,Place,Transition,Marking> sys,
Collection<IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking>> pis) |
Copyright © 2017. All rights reserved.