public class LolaSoundnessCheckerResult extends Object
LolaSoundnessChecker.| Constructor and Description |
|---|
LolaSoundnessCheckerResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeadTransition(Transition deadTransition) |
void |
addUnboundedPlace(Place unboundedPlace) |
void |
addUncoveredTransition(Transition uncoveredtransition) |
Collection<Transition> |
getDeadTransitions() |
Collection<Place> |
getUnboundedPlaces() |
Collection<Transition> |
getUncoveredTransitions() |
boolean |
hasLiveness() |
boolean |
hasQuasiLiveness() |
boolean |
hasTransitioncover() |
boolean |
isBounded() |
boolean |
isClassicalSound() |
boolean |
isRelaxedSound() |
boolean |
isWeakSound() |
void |
parseResult(String lolaResponse,
NetSystem analyzedNet)
Parses the response from LoLA.
|
void |
setBoundedness(boolean boundedness) |
void |
setClassicalSoundness(boolean soundness) |
void |
setDeadTransitions(Collection<Transition> deadTransitions) |
void |
setLiveness(boolean liveness) |
void |
setQuasiLiveness(boolean quasiLiveness) |
void |
setRelaxedSoundness(boolean relaxedSoundness) |
void |
setTransitioncover(boolean transitioncover) |
void |
setUnboundedPlaces(Collection<Place> unboundedPlaces) |
void |
setUncoveredTransitions(Collection<Transition> uncoveredTransitions) |
void |
setWeakSoundness(boolean weaksoundness) |
String |
toString() |
public void addDeadTransition(Transition deadTransition)
deadTransitions - the dead transition to addpublic void addUnboundedPlace(Place unboundedPlace)
unboundedPlaces - the unbounded place to addpublic void addUncoveredTransition(Transition uncoveredtransition)
uncoveredTransitions - the uncovered transition to addpublic Collection<Transition> getDeadTransitions()
public Collection<Place> getUnboundedPlaces()
public Collection<Transition> getUncoveredTransitions()
public boolean hasLiveness()
public boolean hasTransitioncover()
public boolean isBounded()
public boolean isClassicalSound()
public boolean hasQuasiLiveness()
public boolean isRelaxedSound()
public boolean isWeakSound()
public void parseResult(String lolaResponse, NetSystem analyzedNet)
response - from LoLApublic void setBoundedness(boolean boundedness)
boundedness - the boundedness to setpublic void setClassicalSoundness(boolean soundness)
soundness - the soundness to setpublic void setDeadTransitions(Collection<Transition> deadTransitions)
deadTransitions - the dead transitions to setpublic void setLiveness(boolean liveness)
liveness - the liveness to setpublic void setQuasiLiveness(boolean quasiLiveness)
quasiLiveness - the quasiliveness to setpublic void setRelaxedSoundness(boolean relaxedSoundness)
relaxedSoundness - the relaxedsoundness to setpublic void setTransitioncover(boolean transitioncover)
transitioncover - the transitioncover to setpublic void setUnboundedPlaces(Collection<Place> unboundedPlaces)
unboundedPlaces - the unbounded places to setpublic void setUncoveredTransitions(Collection<Transition> uncoveredTransitions)
uncoveredTransitions - the uncovered transitions to setpublic void setWeakSoundness(boolean weaksoundness)
weaksoundness - the weaksoundness to setCopyright © 2017. All rights reserved.