public class Context
extends java.lang.Object
Constructor and Description |
---|
Context(int[] outcomePattern,
double[] parameters)
Creates a new parameters object with the specified parameters associated with the specified
outcome pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getOutcomes()
Returns the outcomes for which parameters exists for this context.
|
double[] |
getParameters()
Returns the parameters or expected values for the outcomes which occur with this context.
|
int |
hashCode() |
public Context(int[] outcomePattern, double[] parameters)
outcomePattern
- Array of outcomes for which parameters exists for this context.parameters
- Parameters for the outcomes specified.public int[] getOutcomes()
public double[] getParameters()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 - 2023 Adobe. All Rights Reserved