public enum DupState extends Enum<DupState>
Enum Constant and Description |
---|
GENSIB
State of the HiddersMichiels - automaton.
|
LIN
State of the HiddersMichiels - automaton.
|
MAX1
State of the HiddersMichiels - automaton.
|
NO
State of the HiddersMichiels - automaton.
|
SIB
State of the HiddersMichiels - automaton.
|
Modifier and Type | Method and Description |
---|---|
DupState |
updateDupAncestor()
Changes the state according to a ancestor step.
|
DupState |
updateDupChild()
Changes the state according to a child step.
|
DupState |
updateDupDesc()
Changes the state according to a descendant, descendant-or-self step.
|
DupState |
updateDupFollPre()
Changes the state according to a following /preceding step.
|
DupState |
updateDupFollPreSib()
Changes the state according to a following-sibling/preceding-sibling
step.
|
DupState |
updateDupParent()
Changes the state according to a parent step.
|
DupState |
updateUnion()
Changes the state according to a union step.
|
static DupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DupState MAX1
public static final DupState LIN
public static final DupState GENSIB
public static final DupState SIB
public static final DupState NO
public static DupState[] values()
for (DupState c : DupState.values()) System.out.println(c);
public static DupState 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 DupState updateDupChild()
public DupState updateDupParent()
public DupState updateDupDesc()
public DupState updateDupFollPre()
public DupState updateDupFollPreSib()
public DupState updateDupAncestor()
public DupState updateUnion()
Copyright © 2013. All Rights Reserved.