|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| pl.edu.agh.cast.model.mapper | Contains classes and interfaces used for mapping domain models to the base model. |
| Uses of Direction in pl.edu.agh.cast.model.mapper |
|---|
| Methods in pl.edu.agh.cast.model.mapper that return Direction | |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in pl.edu.agh.cast.model.mapper with parameters of type Direction | |
|---|---|
void |
Node.link(Node node,
Direction direction,
String name,
Priority priority)
Links this node with given node. |
List<Link> |
Node.links(String name,
Direction direction)
Find all links with given name, with direction direction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||