| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.engine |
Yaposh engine and its executors used to evaluate yaposh plan.
|
| Modifier and Type | Field and Description |
|---|---|
FireResult.Type |
PoshEngine.EvaluationResultInfo.type
How was stack changed.
|
| Modifier and Type | Method and Description |
|---|---|
FireResult.Type |
FireResult.getType() |
static FireResult.Type |
FireResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FireResult.Type[] |
FireResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EvaluationResultInfo(PoshEngine.EvaluationResult result,
FireResult.Type type) |
FireResult(FireResult.Type type)
Create result for modification of stack, the
FireResult.getNextElement()
is null. |
FireResult(FireResult.Type type,
cz.cuni.amis.pogamut.sposh.engine.StackElement nextElement)
Create structure saying how the should be the drive stack modified.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.