public static enum PlipShellGenerator.InteractionShell extends Enum<PlipShellGenerator.InteractionShell>
| Modifier and Type | Method and Description |
|---|---|
List<LeafSubstructure<?>> |
from(GenericGraph<LeafSubstructure<?>> graph,
GenericNode<LeafSubstructure<?>> referenceNode) |
static PlipShellGenerator.InteractionShell |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlipShellGenerator.InteractionShell[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlipShellGenerator.InteractionShell FIRST
public static final PlipShellGenerator.InteractionShell SECOND
public static final PlipShellGenerator.InteractionShell THIRD
public static PlipShellGenerator.InteractionShell[] values()
for (PlipShellGenerator.InteractionShell c : PlipShellGenerator.InteractionShell.values()) System.out.println(c);
public static PlipShellGenerator.InteractionShell 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 List<LeafSubstructure<?>> from(GenericGraph<LeafSubstructure<?>> graph, GenericNode<LeafSubstructure<?>> referenceNode)
Copyright © 2018. All rights reserved.