| Package | Description |
|---|---|
| org.jbpt.petri.behavior | |
| org.jbpt.petri.io |
| Modifier and Type | Method and Description |
|---|---|
NetSystem |
ConcurrencyRelation.getNet()
Get the Petri net.
|
| Modifier and Type | Method and Description |
|---|---|
static LolaSoundnessCheckerResult |
LolaSoundnessChecker.analyzeSoundness(NetSystem net)
Uses the LoLA service to check the soundness of the given
PetriNet. |
void |
LolaSoundnessCheckerResult.parseResult(String lolaResponse,
NetSystem analyzedNet)
Parses the response from LoLA.
|
| Constructor and Description |
|---|
ConcurrencyRelation(NetSystem sys)
Create a concurrency relation for a given Petri net.
|
| Modifier and Type | Method and Description |
|---|---|
NetSystem |
PNMLSerializer.parse(byte[] pnmlContent)
Parses a NetSystem out of the given PNML XML-File.
|
static NetSystem |
WoflanSerializer.parse(File file) |
NetSystem |
PNMLSerializer.parse(String file)
Parses a NetSystem out of a predefined PNML-file
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WoflanSerializer.serialize(File file,
NetSystem sys) |
static Document |
PNMLSerializer.serialize(NetSystem net)
Serializes the given PetriNet to PNML and returns the according Document object.
|
static Document |
PNMLSerializer.serialize(NetSystem net,
int tool)
Serializes the given PetriNet to PNML and returns the according Document object.
|
static String |
PNMLSerializer.serializePetriNet(NetSystem net)
Creates a PNML XML string from the given
PetriNet. |
static String |
PNMLSerializer.serializePetriNet(NetSystem net,
int tool)
Creates a PNML XML string from the given
PetriNet. |
Copyright © 2017. All rights reserved.