Search this API

y.io.graphml.input
Class Directedness

java.lang.Object
  extended by y.io.graphml.input.Directedness

public class Directedness
extends java.lang.Object

 
Your browser does not support SVG content.

Field Summary
static Directedness DIRECTED
           
static Directedness UNDIRECTED
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String name()
          Returns the name of this enumeration constant, exactly as declared the declaration.
 java.lang.String toString()
           
static Directedness valueOf(java.lang.String value)
          Returns the enum constant of the specified enum type with the specified name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECTED

public static final Directedness DIRECTED

UNDIRECTED

public static final Directedness UNDIRECTED
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

name

public java.lang.String name()
Returns the name of this enumeration constant, exactly as declared the declaration.

Returns:
the name of this enumeration constant

compareTo

public int compareTo(java.lang.Object o)

valueOf

public static Directedness valueOf(java.lang.String value)
Returns the enum constant of the specified enum type with the specified name


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.