Modifier and Type | Method and Description |
---|---|
void |
SpringGraphBuilder.expressionAddedFromCalculator(Expression e) |
void |
SpringGraphBuilder.expressionAddedFromNetwork(Expression e) |
void |
SpringGraphBuilder.expressionRemoved(Expression expression) |
Modifier and Type | Method and Description |
---|---|
static Expression |
ExpressionFactory.createExpressionFromStringAndCalculator(java.lang.String expression,
Calculator calc,
java.lang.String tableID,
double target,
boolean isEdit)
Creates a new Expression object.
|
Expression |
ExpressionSession.getExpressionForExpressionString(java.lang.String expressionString)
Gets the expression for expression string.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionSession.addExpressionCreatedByCalculator(Expression e)
Adds the expression created by calculator.
|
void |
IExpressionSessionChangeListener.expressionAddedFromCalculator(Expression e)
Expression added from calculator.
|
void |
IExpressionSessionChangeListener.expressionAddedFromNetwork(Expression e)
Expression added from network.
|
void |
IExpressionSessionChangeListener.expressionRemoved(Expression expression)
Expression removed.
|
Modifier and Type | Method and Description |
---|---|
IContainer |
ExpressionVisualRepresentationFactory.createExpressionVisualRepresentation(Expression expression,
float rotation,
com.jme3.math.Vector2f worldLocation)
Creates a new ExpressionVisualRepresentation object.
|
void |
ExpressionDisplay.expressionAddedFromCalculator(Expression e) |
void |
ExpressionDisplay.expressionAddedFromNetwork(Expression e) |
void |
ExpressionDisplay.expressionRemoved(Expression expression) |
IContainer |
ExpressionDisplay.getExpressionContainerForExpression(Expression ex)
Gets the expression container for expression.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleExpressionWidget.setExpression(Expression e)
Sets the expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionCollectionView.setExpressionCollection(java.util.List<Expression> expressions)
Sets the expression collection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
NumberNetService.getExpressionsForPerson(java.lang.String person)
Gets the expressions for person.
|
java.util.List<Expression> |
NumberNetService.getExpressionsForTable(java.lang.String table)
Gets the expressions for table.
|
java.util.List<Expression> |
NumberNetService.getExpressionsForTarget(double target)
Gets the expressions for target.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceAsync.getExpressionsForPerson(java.lang.String person,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Expression>> callback)
Gets the expressions for person.
|
void |
NumberNetServiceAsync.getExpressionsForTable(java.lang.String table,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Expression>> callback)
Gets the expressions for table.
|
void |
NumberNetServiceAsync.getExpressionsForTarget(double target,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Expression>> callback)
Gets the expressions for target.
|
Modifier and Type | Method and Description |
---|---|
DistributedMap<java.lang.String,Expression> |
TargetMaps.getDistributedMapForTarget(double target)
Gets the distributed map for target.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
TeacherControlComms.getExpressionsForPerson(java.lang.String person)
Gets the expressions for person.
|
java.util.List<Expression> |
TeacherControlComms.getExpressionsForTable(java.lang.String table)
Gets the expressions for table.
|
java.util.List<Expression> |
TeacherControlComms.getExpressionsForTarget(double target)
Gets the expressions for target.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
NumberNetServiceImpl.getExpressionsForPerson(java.lang.String person) |
java.util.List<Expression> |
NumberNetServiceImpl.getExpressionsForTable(java.lang.String table) |
java.util.List<Expression> |
NumberNetServiceImpl.getExpressionsForTarget(double target) |