Uses of Class
edu.fiu.jtlex.data.IGraph.GraphType
-
Uses of IGraph.GraphType in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return IGraph.GraphType Modifier and Type Method Description IGraph.GraphTypeGraph. getGraphType()Returns the type of graph.IGraph.GraphTypeIGraph. getGraphType()Returns the type of graph.static IGraph.GraphTypeIGraph.GraphType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IGraph.GraphType[]IGraph.GraphType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.fiu.jtlex.data with parameters of type IGraph.GraphType Modifier and Type Method Description voidGraph. setGraphType(IGraph.GraphType graphType)voidIGraph. setGraphType(IGraph.GraphType graphtype)Sets the type of graph toMainGraphorSubbordinationGraph