public static enum SetOperationCornerCases.CornerCase extends Enum<SetOperationCornerCases.CornerCase>
Enum Constant and Description |
---|
Degen_Degen |
Degen_Empty |
Degen_Estimation |
Degen_Exact |
Empty_Degen |
Empty_Empty |
Empty_Estimation |
Empty_Exact |
Estimation_Degen |
Estimation_Empty |
Estimation_Estimation |
Estimation_Exact |
Exact_Degen |
Exact_Empty |
Exact_Estimation |
Exact_Exact |
Modifier and Type | Method and Description |
---|---|
static SetOperationCornerCases.CornerCase |
caseIdToCornerCase(int id) |
SetOperationCornerCases.AnotbAction |
getAnotbAction() |
String |
getCaseDescription() |
int |
getId() |
SetOperationCornerCases.IntersectAction |
getIntersectAction() |
SetOperationCornerCases.UnionAction |
getUnionAction() |
static SetOperationCornerCases.CornerCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetOperationCornerCases.CornerCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetOperationCornerCases.CornerCase Empty_Empty
public static final SetOperationCornerCases.CornerCase Empty_Exact
public static final SetOperationCornerCases.CornerCase Empty_Estimation
public static final SetOperationCornerCases.CornerCase Empty_Degen
public static final SetOperationCornerCases.CornerCase Exact_Empty
public static final SetOperationCornerCases.CornerCase Exact_Exact
public static final SetOperationCornerCases.CornerCase Exact_Estimation
public static final SetOperationCornerCases.CornerCase Exact_Degen
public static final SetOperationCornerCases.CornerCase Estimation_Empty
public static final SetOperationCornerCases.CornerCase Estimation_Exact
public static final SetOperationCornerCases.CornerCase Estimation_Estimation
public static final SetOperationCornerCases.CornerCase Estimation_Degen
public static final SetOperationCornerCases.CornerCase Degen_Empty
public static final SetOperationCornerCases.CornerCase Degen_Exact
public static final SetOperationCornerCases.CornerCase Degen_Estimation
public static final SetOperationCornerCases.CornerCase Degen_Degen
public static SetOperationCornerCases.CornerCase[] values()
for (SetOperationCornerCases.CornerCase c : SetOperationCornerCases.CornerCase.values()) System.out.println(c);
public static SetOperationCornerCases.CornerCase 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 int getId()
public String getCaseDescription()
public SetOperationCornerCases.IntersectAction getIntersectAction()
public SetOperationCornerCases.AnotbAction getAnotbAction()
public SetOperationCornerCases.UnionAction getUnionAction()
public static SetOperationCornerCases.CornerCase caseIdToCornerCase(int id)
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.