| Package | Description |
|---|---|
| org.jbpt.automaton | |
| org.jbpt.petri | |
| org.jbpt.petri.behavior | |
| org.jbpt.petri.querying | |
| org.jbpt.petri.unfolding | |
| org.jbpt.petri.untangling | |
| org.jbpt.petri.untangling.pss |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
IAutomaton.getNetSystem() |
INetSystem<F,N,P,T,M> |
AbstractAutomaton.getNetSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
IAutomaton.construct(INetSystem<F,N,P,T,M> sys,
int maxSize) |
void |
AbstractAutomaton.construct(INetSystem<F,N,P,T,M> sys,
int maxSize) |
| Constructor and Description |
|---|
AbstractAutomaton(INetSystem<F,N,P,T,M> sys) |
AbstractAutomaton(INetSystem<F,N,P,T,M> sys,
int maxSize) |
Automaton(INetSystem<Flow,Node,Place,Transition,Marking> sys) |
Automaton(INetSystem<Flow,Node,Place,Transition,Marking> sys,
int maxSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNetSystem<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>>
Implementation of a net system.
|
class |
NetSystem
Implementation of a net system.
|
| Modifier and Type | Field and Description |
|---|---|
protected INetSystem<F,N,P,T,M> |
AbstractRun.sys |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
INetSystem.clone()
Clone this net system.
|
INetSystem<F,N,P,T,M> |
AbstractNetSystem.clone() |
INetSystem<F,N,P,T,M> |
INetSystem.clone(Map<N,N> map)
Clone this net system.
|
INetSystem<F,N,P,T,M> |
AbstractNetSystem.clone(Map<N,N> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRun.setNetSystem(INetSystem<F,N,P,T,M> system)
Set net system of this run.
|
void |
AbstractRun.setNetSystem(INetSystem<F,N,P,T,M> system) |
| Constructor and Description |
|---|
AbstractRun(INetSystem<F,N,P,T,M> sys) |
Run(INetSystem<Flow,Node,Place,Transition,Marking> sys) |
| Modifier and Type | Field and Description |
|---|---|
protected INetSystem<F,N,P,T,M> |
SimpleStateSpace.netSystem |
protected INetSystem<F,N,P,T,M> |
ProjectedStateSpace.netSystem |
| Constructor and Description |
|---|
ProjectedStateSpace(INetSystem<F,N,P,T,M> netSystem,
Set<T> projectionSet) |
SimpleStateSpace(INetSystem<F,N,P,T,M> netSystem) |
| Modifier and Type | Field and Description |
|---|---|
protected INetSystem<F,N,P,T,M> |
AbstractStructuralQuerying.sys |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
AbstractStructuralQuerying.getNetSystem() |
| Constructor and Description |
|---|
AbstractStructuralQuerying(INetSystem<F,N,P,T,M> sys) |
AbstractUntanglingBasedBehavioralQuerying(INetSystem<F,N,P,T,M> sys) |
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) |
NetSystemQuerying(INetSystem<Flow,Node,Place,Transition,Marking> sys,
Collection<IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking>> untangling) |
| Modifier and Type | Field and Description |
|---|---|
protected INetSystem<F,N,P,T,M> |
AbstractBranchingProcess.sys |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
IBranchingProcess.getOriginativeNetSystem()
Get originative net system of this branching process.
|
INetSystem<F,N,P,T,M> |
AbstractBranchingProcess.getOriginativeNetSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
IBranchingProcess.setNetSystem(INetSystem<F,N,P,T,M> system)
Set net system of this branching process.
|
void |
AbstractBranchingProcess.setNetSystem(INetSystem<F,N,P,T,M> system) |
| Constructor and Description |
|---|
AbstractBranchingProcess(INetSystem<F,N,P,T,M> sys) |
AbstractCompletePrefixUnfolding(INetSystem<F,N,P,T,M> sys)
Constructor with default setup.
|
AbstractCompletePrefixUnfolding(INetSystem<F,N,P,T,M> sys,
CompletePrefixUnfoldingSetup setup)
Constructor with specified setup.
|
AbstractProperCompletePrefixUnfolding(INetSystem<F,N,P,T,M> sys) |
AbstractProperCompletePrefixUnfolding(INetSystem<F,N,P,T,M> sys,
CompletePrefixUnfoldingSetup setup) |
CompletePrefixUnfolding(INetSystem<Flow,Node,Place,Transition,Marking> sys) |
CompletePrefixUnfolding(INetSystem<Flow,Node,Place,Transition,Marking> sys,
CompletePrefixUnfoldingSetup setup) |
ProperCompletePrefixUnfolding(INetSystem<Flow,Node,Place,Transition,Marking> sys) |
ProperCompletePrefixUnfolding(INetSystem<Flow,Node,Place,Transition,Marking> sys,
CompletePrefixUnfoldingSetup setup) |
| Modifier and Type | Field and Description |
|---|---|
protected INetSystem<F,N,P,T,M> |
AbstractRepresentativeUntangling.reducedSys |
protected INetSystem<F,N,P,T,M> |
AbstractRepresentativeUntangling.sys |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
AbstractRepresentativeUntangling.getReducedNetSystem() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRepresentativeUntangling.constructRuns(INetSystem<F,N,P,T,M> system)
Construct maximal repetition significant runs of a given net system.
|
protected void |
AbstractReductionBasedRepresentativeUntangling.constructRuns(INetSystem<F,N,P,T,M> system) |
protected void |
AbstractBaselineRepresentativeUntangling.constructRuns(INetSystem<F,N,P,T,M> system) |
protected IProcess<BPN,C,E,F,N,P,T,M> |
AbstractRepresentativeUntangling.createProcess(INetSystem<F,N,P,T,M> sys) |
protected IRun<F,N,P,T,M> |
AbstractRepresentativeUntangling.createRun(INetSystem<F,N,P,T,M> sys) |
protected IUntanglingRun<F,N,P,T,M> |
AbstractRepresentativeUntangling.createUntanglingRun(INetSystem<F,N,P,T,M> sys) |
protected Map<F,List<N>> |
AbstractReductionBasedRepresentativeUntangling.reduce(INetSystem<F,N,P,T,M> system) |
| Modifier and Type | Method and Description |
|---|---|
INetSystem<F,N,P,T,M> |
IProcessSystem.getNetSystem()
Get net system.
|
INetSystem<F,N,P,T,M> |
IProcessSetSystem.getNetSystem() |
INetSystem<F,N,P,T,M> |
AbstractProcessSystem.getNetSystem() |
INetSystem<F,N,P,T,M> |
AbstractProcessSetSystem.getNetSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessSystem.setSystem(INetSystem<F,N,P,T,M> sys)
Set net system.
|
void |
AbstractProcessSystem.setSystem(INetSystem<F,N,P,T,M> sys) |
| Constructor and Description |
|---|
AbstractProcessSetSystem(INetSystem<F,N,P,T,M> sys,
Collection<IProcess<BPN,C,E,F,N,P,T,M>> pis) |
AbstractProcessSystem(INetSystem<F,N,P,T,M> sys,
IProcess<BPN,C,E,F,N,P,T,M> pi) |
ProcessSetSystem(INetSystem<Flow,Node,Place,Transition,Marking> sys,
Collection<IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking>> pis) |
ProcessSystem(INetSystem<Flow,Node,Place,Transition,Marking> sys,
IProcess<BPNode,Condition,Event,Flow,Node,Place,Transition,Marking> pi) |
Copyright © 2017. All rights reserved.