Package org.apache.graphar.info.yaml
Class AdjacentListYaml
- java.lang.Object
-
- org.apache.graphar.info.yaml.AdjacentListYaml
-
public class AdjacentListYaml extends Object
-
-
Constructor Summary
Constructors Constructor Description AdjacentListYaml()
AdjacentListYaml(AdjacentList adjacentList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAligned_by()
String
getFile_type()
String
getPrefix()
boolean
isOrdered()
void
setAligned_by(String aligned_by)
void
setFile_type(String file_type)
void
setOrdered(boolean ordered)
void
setPrefix(String prefix)
AdjacentList
toAdjacentList()
-
-
-
Constructor Detail
-
AdjacentListYaml
public AdjacentListYaml()
-
AdjacentListYaml
public AdjacentListYaml(AdjacentList adjacentList)
-
-
Method Detail
-
toAdjacentList
public AdjacentList toAdjacentList()
-
isOrdered
public boolean isOrdered()
-
setOrdered
public void setOrdered(boolean ordered)
-
getAligned_by
public String getAligned_by()
-
setAligned_by
public void setAligned_by(String aligned_by)
-
getFile_type
public String getFile_type()
-
setFile_type
public void setFile_type(String file_type)
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
-