Package | Description |
---|---|
org.processmining.socialnetwork.models | |
org.processmining.socialnetwork.models.impl |
Modifier and Type | Method and Description |
---|---|
SocialNetwork.Implementation |
SocialNetwork.getImplementation() |
static SocialNetwork.Implementation |
SocialNetwork.Implementation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocialNetwork.Implementation[] |
SocialNetwork.Implementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> SocialNetwork<T> |
SocialNetwork.Factory.createSocialNetwork(SocialNetwork.Implementation implementation) |
Modifier and Type | Method and Description |
---|---|
SocialNetwork.Implementation |
TObjectDoubleHashMapSocialNetworkImpl.getImplementation() |