Uses of Class
dev.civl.gmc.GMCSection
Packages that use GMCSection
Package
Description
The root package of generic model checking is used to construct model
checking applications, either sequential or concurrent.
-
Uses of GMCSection in dev.civl.gmc
Methods in dev.civl.gmc that return GMCSectionModifier and TypeMethodDescriptionGMCSection.clone()Returns a deep copy of this configuration.GMCConfiguration.getAnonymousSection()Returns the anonymous sectionGMCConfiguration.getSection(String name) Returns the section with the given name, or null if there is none.Methods in dev.civl.gmc that return types with arguments of type GMCSectionModifier and TypeMethodDescriptionGMCConfiguration.getSections()Returns an iterable object of the NON-anonymous sections.Methods in dev.civl.gmc with parameters of type GMCSectionModifier and TypeMethodDescriptionvoidGMCConfiguration.addSection(GMCSection section) Adds a section to the NON-anonymous section map.voidGMCSection.read(GMCSection that) Modifies this section by reading in the values of the given configuration and using those to set values of this one.voidGMCConfiguration.setAnonymousSection(GMCSection section) Updates the anonymous section with the given section.