Package org.apache.graphar.info.yaml
Class GraphYaml
- java.lang.Object
-
- org.apache.graphar.info.yaml.GraphYaml
-
public class GraphYaml extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.yaml.snakeyaml.DumperOptions
getDumperOptions()
List<String>
getEdges()
String
getName()
String
getPrefix()
static org.yaml.snakeyaml.representer.Representer
getRepresenter()
String
getVersion()
List<String>
getVertices()
void
setEdges(List<String> edges)
void
setName(String name)
void
setPrefix(String prefix)
void
setVersion(String version)
void
setVertices(List<String> vertices)
-
-
-
Constructor Detail
-
GraphYaml
public GraphYaml()
-
GraphYaml
public GraphYaml(GraphInfo graphInfo)
-
-
Method Detail
-
getDumperOptions
public static org.yaml.snakeyaml.DumperOptions getDumperOptions()
-
getRepresenter
public static org.yaml.snakeyaml.representer.Representer getRepresenter()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-