public class Edge extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STYLE_COMPLETE |
static int |
STYLE_INTENT_SINK |
static int |
STYLE_INTENT_SOURCE |
static int |
STYLE_NORMAL |
static int |
STYLE_PERMISSION |
static int |
STYLE_TRANSITIVLY_REPLACEABLE |
static int |
STYLE_TRANSITIVLY_REPLACEABLE_BUT_COMPLETE |
| Constructor and Description |
|---|
Edge(int id,
Node from,
Node to,
int style) |
public static final int STYLE_NORMAL
public static final int STYLE_TRANSITIVLY_REPLACEABLE
public static final int STYLE_TRANSITIVLY_REPLACEABLE_BUT_COMPLETE
public static final int STYLE_COMPLETE
public static final int STYLE_INTENT_SINK
public static final int STYLE_INTENT_SOURCE
public static final int STYLE_PERMISSION
public int getId()
public Node getFrom()
public Node getTo()
public int getStyle()
public void setId(int id)
public void setFrom(Node from)
public void setTo(Node to)
public void setStyle(int style)
public String toElement()
Copyright © 2019. All rights reserved.