| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the plan and some auxiliry classes.
|
| Modifier and Type | Method and Description |
|---|---|
Sense.Predicate |
Sense.getPredicate() |
static Sense.Predicate |
Sense.Predicate.getPredicate(String str)
Get Predicate enum from passed string
|
static Sense.Predicate[] |
Sense.Predicate.getPredicates()
Get all predicates, without
DEFAULT. |
static Sense.Predicate |
Sense.Predicate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sense.Predicate[] |
Sense.Predicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sense.setPredicate(Sense.Predicate newPredicate)
Set the predicate in the sense.
|
| Constructor and Description |
|---|
Sense(PrimitiveCall senseCall,
Object operand,
Sense.Predicate predicate) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.