Uses of Class
edu.upf.taln.dri.lib.model.graph.generic.GraphToStringENUM
-
Packages that use GraphToStringENUM Package Description edu.upf.taln.dri.lib.model.graph edu.upf.taln.dri.lib.model.graph.generic -
-
Uses of GraphToStringENUM in edu.upf.taln.dri.lib.model.graph
Methods in edu.upf.taln.dri.lib.model.graph with parameters of type GraphToStringENUM Modifier and Type Method Description String
DependencyGraph. graphAsString(GraphToStringENUM outputType)
Get a string representation of the graph -
Uses of GraphToStringENUM in edu.upf.taln.dri.lib.model.graph.generic
Methods in edu.upf.taln.dri.lib.model.graph.generic that return GraphToStringENUM Modifier and Type Method Description static GraphToStringENUM
GraphToStringENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphToStringENUM[]
GraphToStringENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.upf.taln.dri.lib.model.graph.generic with parameters of type GraphToStringENUM Modifier and Type Method Description String
GenericDirectedGraph. graphAsString(GraphToStringENUM outputType)
Serialize the graph contents as a stringString
GenericDirectedGraphGRPHimpl. graphAsString(GraphToStringENUM outputType)
-