Package org.graphstream.util.cumulative
Class CumulativeSpells
java.lang.Object
org.graphstream.util.cumulative.CumulativeSpells
public class CumulativeSpells extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCumulativeSpells.Spell -
Constructor Summary
Constructors Constructor Description CumulativeSpells() -
Method Summary
Modifier and Type Method Description CumulativeSpells.SpellcloseSpell()CumulativeSpells.SpellgetCurrentSpell()CumulativeSpells.SpellgetOrCreateSpell(double date)CumulativeSpells.SpellgetSpell(int i)intgetSpellCount()booleanisEternal()CumulativeSpells.SpellstartSpell(double date)StringtoString()voidupdateCurrentSpell(double date)
-
Constructor Details
-
CumulativeSpells
public CumulativeSpells()
-
-
Method Details
-
startSpell
-
updateCurrentSpell
public void updateCurrentSpell(double date) -
closeSpell
-
getCurrentSpell
-
getSpell
-
getSpellCount
public int getSpellCount() -
getOrCreateSpell
-
isEternal
public boolean isEternal() -
toString
-