Skip to content
Snippets Groups Projects
Commit d57e7199 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

New translations outvertex.md (Swedish)

parent 050c9297
No related branches found
No related tags found
No related merge requests found
Valid on frames: **Edge**
Allowed prefixes when operation is AUTO: `get`
The `@OutVertex` takes no parameters and is used only on get methods that themself take no parameters. It specifies the `VertexFrame` at the tail of an edge.
example:
```java
@OutVertex
//Method declared here
```
## GET Operation
Valid method signatures: `( )`
### Signature: `( )`
Valid return types: `VertexFrame`.
Get the tail vertex of the edge.
example:
```java
@OutVertex
BarVertex getFoobar();
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment