Package | Description |
---|---|
org.processmining.streamsocialnetworks.models | |
org.processmining.streamsocialnetworks.models.graphstream |
Modifier and Type | Method and Description |
---|---|
static SSNEdgeStyle |
SSNEdgeStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSNEdgeStyle[] |
SSNEdgeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamSocialNetwork.setLinkStyle(SSNLink<T> link,
SSNEdgeStyle... styles) |
void |
StreamSocialNetwork.setLinkStyle(SSNLink<T> link,
SSNEdgeStyle style) |
Modifier and Type | Method and Description |
---|---|
void |
GSSingleGraphStreamSocialNetworkImpl.setLinkStyle(SSNLink<T> link,
SSNEdgeStyle... styles) |
void |
GSSingleGraphStreamSocialNetworkImpl.setLinkStyle(SSNLink<T> link,
SSNEdgeStyle style) |