public enum ModelCacheState extends Enum<ModelCacheState>
| Enum Constant and Description |
|---|
csFailed
> valid model/success in merging;
|
csInvalid |
csUnknown
> incorrect model/merging fails because of incompleteness of
procedure;
|
csValid
> clash in model/merging fails because of direct contradiction;
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
usageByState()
> untested model cache.
|
static ModelCacheState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCacheState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelCacheState csInvalid
public static final ModelCacheState csValid
public static final ModelCacheState csFailed
public static final ModelCacheState csUnknown
public static ModelCacheState[] values()
for (ModelCacheState c : ModelCacheState.values()) System.out.println(c);
public static ModelCacheState 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 boolean usageByState()
Copyright © 2013 The University of Manchester. All Rights Reserved.