public interface Activatable
actors of a social network.| Modifier and Type | Method and Description | 
|---|---|
double | 
getThreshold()
Returns the threshold of this vertex. 
 | 
boolean | 
isActive()
Returns whether this vertex is active. 
 | 
void | 
setActive(boolean active)
Sets the flag whether this vertex is active. 
 | 
void | 
setThreshold(double threshold)
Sets the threshold of this vertex. 
 | 
boolean isActive()
void setActive(boolean active)
active - flag whether this vertex is activedouble getThreshold()
void setThreshold(double threshold)
threshold - the threshold of this actor