Uses of Class
edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
-
Packages that use EndpointMetadata.EndpointType Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of EndpointMetadata.EndpointType in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml declared as EndpointMetadata.EndpointType Modifier and Type Field Description private EndpointMetadata.EndpointType
EndpointMetadata. endpointType
Methods in edu.uci.ics.jung.io.graphml that return EndpointMetadata.EndpointType Modifier and Type Method Description EndpointMetadata.EndpointType
EndpointMetadata. getEndpointType()
static EndpointMetadata.EndpointType
EndpointMetadata.EndpointType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EndpointMetadata.EndpointType[]
EndpointMetadata.EndpointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.uci.ics.jung.io.graphml with parameters of type EndpointMetadata.EndpointType Modifier and Type Method Description void
EndpointMetadata. setEndpointType(EndpointMetadata.EndpointType endpointType)
-
Uses of EndpointMetadata.EndpointType in edu.uci.ics.jung.io.graphml.parser
Fields in edu.uci.ics.jung.io.graphml.parser with type parameters of type EndpointMetadata.EndpointType Modifier and Type Field Description private static java.util.Map<java.lang.String,EndpointMetadata.EndpointType>
EndpointElementParser. endpointTypeMap
-