V
- public class PropertySetEdge
extends org.jgrapht.graph.DefaultEdge
Constructor and Description |
---|
PropertySetEdge(String source,
String target,
Set<String> propertyNames) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getPropertyNames() |
String |
getV1() |
String |
getV2() |
static String |
join(Set<String> parts,
String delimiter)
Creates a string that contains the parts, separated by the given
delimiter (if
null it defaults to the empty string). |
String |
toString() |
public String getV1()
public String getV2()
public String toString()
toString
in class org.jgrapht.graph.DefaultEdge
public static String join(Set<String> parts, String delimiter)
null
it defaults to the empty string). If the
set contains a null element, it is ignored. Joins the parts in the order
returned by the iterator. If order of the set is important, ensure that
an ordered set is used (e.g. TreeSet).parts
- delimiter
- Copyright © 2017. All rights reserved.