Uses of Interface
org.jgrapht.io.Attribute
-
Packages that use Attribute Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of Attribute in org.jgrapht.io
Classes in org.jgrapht.io that implement Attribute Modifier and Type Class Description classDefaultAttribute<T>Deprecated.In favor of nio package.Fields in org.jgrapht.io declared as Attribute Modifier and Type Field Description static AttributeDefaultAttribute. NULLDeprecated.The null attribute.Methods in org.jgrapht.io that return Attribute Modifier and Type Method Description static AttributeDefaultAttribute. createAttribute(Boolean value)Deprecated.Create a boolean attributestatic AttributeDefaultAttribute. createAttribute(Double value)Deprecated.Create a double attributestatic AttributeDefaultAttribute. createAttribute(Float value)Deprecated.Create a float attributestatic AttributeDefaultAttribute. createAttribute(Integer value)Deprecated.Create an integer attributestatic AttributeDefaultAttribute. createAttribute(Long value)Deprecated.Create a long attributestatic AttributeDefaultAttribute. createAttribute(String value)Deprecated.Create a string attributeMethods in org.jgrapht.io that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>ComponentAttributeProvider. getComponentAttributes(T component)Deprecated.Returns a set of attribute key/value pairs for a vertex or edge.Map<String,Attribute>EmptyComponentAttributeProvider. getComponentAttributes(T component)Deprecated.Method parameters in org.jgrapht.io with type arguments of type Attribute Modifier and Type Method Description EEdgeProvider. buildEdge(V from, V to, String label, Map<String,Attribute> attributes)Deprecated.Construct an edge.VVertexProvider. buildVertex(String id, Map<String,Attribute> attributes)Deprecated.Create a vertexvoidComponentUpdater. update(T component, Map<String,Attribute> attributes)Deprecated.Update component with the extra attributes.
-