Uses of Class
info.mrupp.isoak1.VertexEdgeKernel

Uses of VertexEdgeKernel in info.mrupp.isoak1
 

Methods in info.mrupp.isoak1 that return VertexEdgeKernel
static VertexEdgeKernel VertexEdgeKernel.fromString(java.lang.String str)
          Retrieve vertex/edge kernel by short name.
static VertexEdgeKernel VertexEdgeKernel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VertexEdgeKernel[] VertexEdgeKernel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.