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
-
get
-
getAny
-
getAttributes
-
getAttributeSpells
-
getAttributesCount
public int getAttributesCount() -
set
-
remove
-
remove
public void remove() -
updateDate
public void updateDate(double date) -
toString
-