Class VirtualGraphInfo
java.lang.Object
com.complexible.stardog.virtual.api.admin.VirtualGraphInfo
Information about a virtual graph.
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualGraphInfo(String name, String dataSourceName, String database, boolean available) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name the database that is associated with this virtual graph, or"*"if this virtual graph works with all databases.Returns the name (namespace + local name) of the data source that provides the connection to the backing database for this virtual graph.getIri()Returns the qualified name of the virtual graph as a String ("virtual://graphName").getName()Returns the name of the virtual graph (not including virtual namespace).booleanIs the virtual graph available?toString()static VirtualGraphInfo
-
Constructor Details
-
VirtualGraphInfo
-
-
Method Details
-
getName
Returns the name of the virtual graph (not including virtual namespace). -
getIri
Returns the qualified name of the virtual graph as a String ("virtual://graphName"). -
getDataSourceName
Returns the name (namespace + local name) of the data source that provides the connection to the backing database for this virtual graph. -
getDatabase
Returns the name the database that is associated with this virtual graph, or"*"if this virtual graph works with all databases. -
isAvailable
public boolean isAvailable()Is the virtual graph available? -
toString
-
toVirtualGraphInfo
-