443444445446447448449
/** * * @return node containing information about boundedness of the petri net */ protected static DefaultMutableTreeNode getBoundednessInfo() { return new NetInfo(Messages.getString(prefix + "BoundednessAnalysis")); }
470471472473474475476
/** * * @return node containing information about liveness of the petri net */ protected static DefaultMutableTreeNode getLivenessInfo() { return new NetInfo(Messages.getString(prefix + "LivenessAnalysis")); }