//Artefact:JavaClass/com/sphenon/basics/processing/classes/ProgressionGroup
Synopsis
public ProgressionGroup
extends Object
implements Progression, Dumpable
//Artefact:Constructor/com/sphenon/basics/processing/classes/ProgressionGroup/ProgressionGroup
Synopsis
public ProgressionGroup (CallContext context, com.sphenon.basics.processing.Progression[] progressions)
//Artefact:Constructor/com/sphenon/basics/processing/classes/ProgressionGroup/ProgressionGroup
Synopsis
public ProgressionGroup (CallContext context, boolean alternatives, com.sphenon.basics.processing.Progression[]
progressions)
//Artefact:Constructor/com/sphenon/basics/processing/classes/ProgressionGroup/ProgressionGroup
Synopsis
public ProgressionGroup (CallContext context, float[] weights, com.sphenon.basics.processing.Progression[]
progressions)
//Artefact:Constructor/com/sphenon/basics/processing/classes/ProgressionGroup/ProgressionGroup
Synopsis
public ProgressionGroup (CallContext context, boolean alternatives, float[] weights, com.sphenon.basics.processing.Progression[]
progressions)
//Artefact:Attribute/com/sphenon/basics/processing/classes/ProgressionGroup/progressions
Synopsis
protected com.sphenon.basics.processing.Progression[] progressions
//Artefact:Attribute/com/sphenon/basics/processing/classes/ProgressionGroup/alternatives
Synopsis
protected boolean alternatives
//Artefact:Attribute/com/sphenon/basics/processing/classes/ProgressionGroup/weights
Synopsis
protected float[] weights
//Artefact:Attribute/com/sphenon/basics/processing/classes/ProgressionGroup/indent
Synopsis
protected static int indent
//Artefact:Attribute/com/sphenon/basics/processing/classes/ProgressionGroup/dumpcalc
Synopsis
public static boolean dumpcalc
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/getWeights
Synopsis
public float[] getWeights (CallContext context)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/setWeights
Synopsis
public void setWeights (CallContext context, float[] weights)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/getProgress
Synopsis
public com.sphenon.basics.processing.Progress getProgress (CallContext context)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/getPercent
Synopsis
public float getPercent (CallContext context)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/getSnapshot
Synopsis
public com.sphenon.basics.processing.Progression getSnapshot (CallContext context)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/equals
Synopsis
public boolean equals (Object object)
//Artefact:Method/com/sphenon/basics/processing/classes/ProgressionGroup/dump
Synopsis
public void dump (CallContext context, DumpNode dump_node)