specification
- id: the URI of the
- is_transitive: Specifying if the relationship have to be
considered as transitive
- inverse_of Used to defined the URI of the to consider
as the inverse of the current specified EdgeType e.g if an edge type X is
defined as the inverse of Y, a relationship of type X defined between A and B
will lead to the creation of:
- an edge of type X betwween v(A) ->
v(B)
- an edge of type Y betwween v(B) -> v(A)
- is_symmetric Used to defined an EdgeType as the inverse of
itself e.g if an edge type X is transitive, a relationship defined as an edge
of type X betwween v(A) -> v(B) is defined will imply the creation of an edge
of type X as v(B) -> v(A)
- is_obsolete: Specifying the validity of the current Typedef
specification
- transitive_over/XREF...: These information are not loaded.
TODO : load instances
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphLoader_OBO_1_2
public GraphLoader_OBO_1_2()
load
public slib.sglib.model.graph.G load(GraphConf conf)
throws slib.utils.ex.SLIB_Exception
- Description copied from interface:
GraphLoader
- Load a new Graph considering the given configuration
- Specified by:
load
in interface GraphLoader
- Parameters:
conf
- a GraphConf
object specifying the configuration the loader must takes into account
- Returns:
- a graph
G
- Throws:
slib.utils.ex.SLIB_Exception
populate
public void populate(GDataConf conf,
slib.sglib.model.graph.G g)
throws slib.utils.ex.SLIB_Exception
- Description copied from interface:
GraphLoader
- Populate an existing graph considering the given configuration
- Specified by:
populate
in interface GraphLoader
- Parameters:
conf
- a GraphConf
object specifying the configuration the loader must takes into account
- Throws:
slib.utils.ex.SLIB_Exception
isAllow_all_gafVersion
public boolean isAllow_all_gafVersion()
- Returns:
setAllow_all_gafVersion
public void setAllow_all_gafVersion(boolean allow_all_gafVersion)
- Parameters:
allow_all_gafVersion
-
main
public static void main(String[] args)
throws slib.utils.ex.SLIB_Ex_Warning
- Parameters:
args
-
- Throws:
slib.utils.ex.SLIB_Ex_Warning
Copyright © 2013. All Rights Reserved.