public interface PersistenceSet
Modifier and Type | Method and Description |
---|---|
float |
getBirth(int i) |
float |
getDeath(int i) |
float |
getMaxPersistence() |
AugmentedJoinTreeNode |
getNode(int i) |
float |
getPersistence(int i) |
float |
getPersistentSimplification() |
boolean |
isActive(int i) |
void |
setPersistentSimplification(float threshold) |
int |
size() |
void setPersistentSimplification(float threshold)
float getPersistentSimplification()
boolean isActive(int i)
int size()
float getBirth(int i)
float getDeath(int i)
float getPersistence(int i)
AugmentedJoinTreeNode getNode(int i)
float getMaxPersistence()