public enum Section extends Enum<Section>
Enum Constant and Description |
---|
ANONYMOUS
The name given to an anonymous specification when rule 12.2.2.1
(defined in the ISO Standard for Z) is applied.
|
CIRCUS_PRELUDE
Circus toolkits
|
CIRCUS_TOOLKIT |
CIRCUSCONF_PRELUDE
Circus Time toolkits
|
CIRCUSCONF_TOOLKIT |
CIRCUSTIME_PRELUDE
Circus Time toolkits
|
CIRCUSTIME_TOOLKIT |
DC_TOOLKIT
VCG toolkits
|
EXPANSION_RULES
Rule toolkits
|
FSB_TOOLKIT |
FUNCTION_TOOLKIT |
FUZZ_TOOLKIT
Extra toolkit names for Z
|
NORMALIZATION_RULES |
NUMBER_TOOLKIT |
ORACLE_TOOLKIT
Z Pattern toolkits
|
OZ_TOOLKIT
OZ toolkits
|
PREDICATE_NORMALIZATION_RULES |
PRELUDE
Z prelude and mathematical toolkits.
|
PREPROCESS
ZLive
|
REF_TOOLKIT |
RELATION_TOOLKIT |
SEQUENCE_TOOLKIT |
SET_TOOLKIT |
SIMPLIFICATION_RULES |
STANDARD_TOOLKIT |
UNFOLD |
WHITESPACE |
WIZARD |
ZEVES_BAG_TOOLKIT |
ZEVES_PRELUDE
ZEves toolkits
|
ZEVES_TOOLKIT |
ZPATT_TOOLKIT |
Modifier and Type | Method and Description |
---|---|
String |
getDialect() |
String |
getName() |
static Set<String> |
standardSections() |
static Set<String> |
standardSections(String dialect) |
static Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Section ANONYMOUS
public static final Section PRELUDE
public static final Section STANDARD_TOOLKIT
public static final Section NUMBER_TOOLKIT
public static final Section FUNCTION_TOOLKIT
public static final Section RELATION_TOOLKIT
public static final Section SEQUENCE_TOOLKIT
public static final Section SET_TOOLKIT
public static final Section FUZZ_TOOLKIT
public static final Section WHITESPACE
public static final Section ORACLE_TOOLKIT
public static final Section ZPATT_TOOLKIT
public static final Section ZEVES_PRELUDE
public static final Section ZEVES_TOOLKIT
public static final Section ZEVES_BAG_TOOLKIT
public static final Section OZ_TOOLKIT
public static final Section WIZARD
public static final Section CIRCUS_PRELUDE
public static final Section CIRCUS_TOOLKIT
public static final Section CIRCUSTIME_PRELUDE
public static final Section CIRCUSTIME_TOOLKIT
public static final Section CIRCUSCONF_PRELUDE
public static final Section CIRCUSCONF_TOOLKIT
public static final Section DC_TOOLKIT
public static final Section FSB_TOOLKIT
public static final Section REF_TOOLKIT
public static final Section EXPANSION_RULES
public static final Section NORMALIZATION_RULES
public static final Section PREDICATE_NORMALIZATION_RULES
public static final Section SIMPLIFICATION_RULES
public static final Section UNFOLD
public static final Section PREPROCESS
public static Section[] values()
for (Section c : Section.values()) System.out.println(c);
public static Section valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public String getDialect()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.