Package org.graphstream.util.cumulative
Class CumulativeAttributes
java.lang.Object
org.graphstream.util.cumulative.CumulativeAttributes
public class CumulativeAttributes extends Object
-
Constructor Summary
Constructors Constructor Description CumulativeAttributes(double date) -
Method Summary
Modifier and Type Method Description Objectget(String key)ObjectgetAny(String key)Iterable<String>getAttributes()intgetAttributesCount()Iterable<CumulativeSpells.Spell>getAttributeSpells(String key)voidremove()voidremove(String key)voidset(String key, Object value)StringtoString()voidupdateDate(double date)
-
Constructor Details
-
CumulativeAttributes
public CumulativeAttributes(double date)
-
-
Method Details