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 StringgetAligned_by()StringgetFile_type()StringgetPrefix()booleanisOrdered()voidsetAligned_by(String aligned_by)voidsetFile_type(String file_type)voidsetOrdered(boolean ordered)voidsetPrefix(String prefix)AdjacentListtoAdjacentList()
-
-
-
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)
-
-