Package org.apache.graphar.info
Class AdjacentList
- java.lang.Object
-
- org.apache.graphar.info.AdjacentList
-
public class AdjacentList extends Object
-
-
Constructor Summary
Constructors Constructor Description AdjacentList(AdjListType type, FileType fileType, String prefix)
AdjacentList(AdjListType type, FileType fileType, URI baseUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getBaseUri()
FileType
getFileType()
String
getPrefix()
AdjListType
getType()
-
-
-
Constructor Detail
-
AdjacentList
public AdjacentList(AdjListType type, FileType fileType, URI baseUri)
-
AdjacentList
public AdjacentList(AdjListType type, FileType fileType, String prefix)
-
-
Method Detail
-
getType
public AdjListType getType()
-
getFileType
public FileType getFileType()
-
getPrefix
public String getPrefix()
-
getBaseUri
public URI getBaseUri()
-
-