public static enum NaryNode.ScoreAction extends java.lang.Enum<NaryNode.ScoreAction>
Enum Constant and Description |
---|
SCORE_ADD
Sum the scores of the content nodes
|
SCORE_MAX
Keep the best of the scores of the content nodes
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static NaryNode.ScoreAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NaryNode.ScoreAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaryNode.ScoreAction SCORE_ADD
public static final NaryNode.ScoreAction SCORE_MAX
public static NaryNode.ScoreAction[] values()
for (NaryNode.ScoreAction c : NaryNode.ScoreAction.values()) System.out.println(c);
public static NaryNode.ScoreAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<NaryNode.ScoreAction>
Copyright © 2013 Dassault Systèmes, All Rights Reserved.