Enum Class BigraphDecompositionStrategy.DecompositionStrategy
java.lang.Object
java.lang.Enum<BigraphDecompositionStrategy.DecompositionStrategy>
org.bigraphs.framework.core.analysis.BigraphDecompositionStrategy.DecompositionStrategy
- All Implemented Interfaces:
Serializable
,Comparable<BigraphDecompositionStrategy.DecompositionStrategy>
,Constable
- Enclosing interface:
- BigraphDecompositionStrategy<B extends Bigraph<? extends Signature<?>>>
public static enum BigraphDecompositionStrategy.DecompositionStrategy
extends Enum<BigraphDecompositionStrategy.DecompositionStrategy>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends BigraphDecomposer<? extends Bigraph<? extends Signature<?>>>>
Class<? extends BigraphDecompositionStrategy<? extends Bigraph<? extends Signature<?>>>>
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UnionFind_PureBigraphs
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getBigraphClassType
-
getImplClassType
public Class<? extends BigraphDecompositionStrategy<? extends Bigraph<? extends Signature<?>>>> getImplClassType() -
getDecomposerClassType
public Class<? extends BigraphDecomposer<? extends Bigraph<? extends Signature<?>>>> getDecomposerClassType()
-