com.ge.grc.acuity.actions.learning
Class GraphSeriesColorMapper
java.lang.Object
com.ge.grc.acuity.actions.learning.CreateDefault
com.ge.grc.acuity.actions.learning.GraphSeriesColorMapper
- public class GraphSeriesColorMapper
- extends CreateDefault
- Author:
- 200005201
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
|
Method Summary |
java.lang.Object |
registerGraphSeries(AcuityController ac,
com.hp.hpl.jena.ontology.Individual inst,
com.hp.hpl.jena.ontology.OntProperty p,
com.hp.hpl.jena.ontology.Individual deflt,
com.hp.hpl.jena.ontology.Individual ctxSubj,
com.hp.hpl.jena.ontology.OntProperty ctxPred,
java.lang.Boolean bRemember)
|
java.lang.Object |
registerGraphSeries(AcuityController ac,
java.lang.Object[] args)
|
java.lang.Object |
registerGraphSeries(AcuityController ac,
PresentationObject gpo,
java.util.List series,
java.lang.Boolean mapNeeded)
This method is called for each non-derived series in a graph to register the
the series with the mapper. |
| Methods inherited from class com.ge.grc.acuity.actions.learning.CreateDefault |
createAverageDefaultValue, createAverageDefaultValue, createAverageDefaultValueWithAutoVerticalLayout, createMostFrequentDefaultValue, createMostFrequentDefaultValue, createMostFrequentSeriesColor, createMostFrequentSeriesColor, createMostRecentDefaultValue, createMultiValuedThresholdDefaultValue, frequencyDefaultValueFromDistribution, getFrequencyByIndividual, getHistogramByDirectClass, getHistogramByIndividual, verifyArguments |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphSeriesColorMapper
public GraphSeriesColorMapper()
registerGraphSeries
public java.lang.Object registerGraphSeries(AcuityController ac,
PresentationObject gpo,
java.util.List series,
java.lang.Boolean mapNeeded)
throws AcuityException
- This method is called for each non-derived series in a graph to register the
the series with the mapper.
- Parameters:
ac -
- Returns:
-
- Throws:
AcuityException
registerGraphSeries
public java.lang.Object registerGraphSeries(AcuityController ac,
com.hp.hpl.jena.ontology.Individual inst,
com.hp.hpl.jena.ontology.OntProperty p,
com.hp.hpl.jena.ontology.Individual deflt,
com.hp.hpl.jena.ontology.Individual ctxSubj,
com.hp.hpl.jena.ontology.OntProperty ctxPred,
java.lang.Boolean bRemember)
throws AcuityException
- Throws:
AcuityException
registerGraphSeries
public java.lang.Object registerGraphSeries(AcuityController ac,
java.lang.Object[] args)
throws AcuityException
- Throws:
AcuityException