//Artefact:JavaClass/com/sphenon/engines/aggregator/Aggregator

Synopsis

public abstract Aggregator extends Object

//Artefact:Constructor/com/sphenon/engines/aggregator/Aggregator/Aggregator

Synopsis

protected Aggregator (CallContext context)

//Artefact:Attribute/com/sphenon/engines/aggregator/Aggregator/singleton

Synopsis

protected static com.sphenon.engines.aggregator.Aggregator singleton

//Artefact:Method/com/sphenon/engines/aggregator/Aggregator/create

Synopsis

public static java.lang.Object create (CallContext context, String aggregate_class)

//Artefact:Method/com/sphenon/engines/aggregator/Aggregator/doCreate

Synopsis

protected abstract java.lang.Object doCreate (CallContext context, String aggregate_class)