Package | Description |
---|---|
com.google.gwt.dev.jjs |
Modifier and Type | Field and Description |
---|---|
static Comparator<Correlation> |
Correlation.AXIS_IDENT_COMPARATOR
Compares Correlations based on axis and idents.
|
Modifier and Type | Method and Description |
---|---|
abstract Correlation |
CorrelationFactory.by(Correlation.Literal type) |
Correlation |
CorrelationFactory.DummyCorrelationFactory.by(Correlation.Literal type) |
Correlation |
CorrelationFactory.RealCorrelationFactory.by(Correlation.Literal type) |
abstract Correlation |
CorrelationFactory.by(JDeclaredType type) |
Correlation |
CorrelationFactory.DummyCorrelationFactory.by(JDeclaredType type) |
Correlation |
CorrelationFactory.RealCorrelationFactory.by(JDeclaredType type) |
abstract Correlation |
CorrelationFactory.by(JField field) |
Correlation |
CorrelationFactory.DummyCorrelationFactory.by(JField field) |
Correlation |
CorrelationFactory.RealCorrelationFactory.by(JField field) |
abstract Correlation |
CorrelationFactory.by(JMethod method) |
Correlation |
CorrelationFactory.DummyCorrelationFactory.by(JMethod method) |
Correlation |
CorrelationFactory.RealCorrelationFactory.by(JMethod method) |
Correlation |
SourceInfoCorrelation.getCorrelation(Correlation.Axis axis) |
Correlation |
SourceInfo.getCorrelation(Correlation.Axis axis)
Return the Correlation that has been set for a given Axis, or
null if no Correlation has been set on the given axis. |
Correlation |
SourceOrigin.getCorrelation(Correlation.Axis axis) |
Correlation[] |
SourceInfoCorrelation.getCorrelations() |
Correlation[] |
SourceInfo.getCorrelations()
Returns the Correlations added along each Axis on which a Correlation has
been set.
|
Correlation[] |
SourceOrigin.getCorrelations() |
Correlation |
SourceInfoCorrelation.getPrimaryCorrelation()
Usually (always?) there is only one primary correlation.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceInfoCorrelation.addCorrelation(Correlation c)
Add a Correlation to the SourceInfo.
|
void |
SourceInfo.addCorrelation(Correlation c)
Add a Correlation to the SourceInfo.
|
void |
SourceOrigin.addCorrelation(Correlation c) |
Copyright © 2018. All rights reserved.