| 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 |
|---|---|
LapType |
TriggeredAction.getType() |
LapType |
Sense.getType() |
LapType |
PoshPlan.getType() |
abstract LapType |
PoshElement.getType()
Get type of the element.
|
LapType |
LapPath.Link.getType() |
LapType |
DriveElement.getType() |
LapType |
DriveCollection.getType() |
LapType |
CompetenceElement.getType() |
LapType |
Competence.getType() |
LapType |
Adopt.getType() |
LapType |
ActionPattern.getType() |
static LapType |
LapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LapType[] |
LapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LapPath |
LapPath.concat(LapType type,
int id)
Create and return new LapPath by appending new link to all links of
current path.
|
List<? extends PoshElement> |
PoshElement.getChildren(LapType selectType)
Get all children of this element that have @selectType.
|
| Constructor and Description |
|---|
Link(LapType type,
int id) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.