Uses of Class
org.graphdrawing.graphml.DataType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of DataType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml with type parameters of type DataType Modifier and Type Field Description protected java.util.List<DataType>
EdgeType. data
Methods in org.graphdrawing.graphml that return DataType Modifier and Type Method Description DataType
ObjectFactory. createDataType()
Create an instance ofDataType
Methods in org.graphdrawing.graphml that return types with arguments of type DataType Modifier and Type Method Description javax.xml.bind.JAXBElement<DataType>
ObjectFactory. createData(DataType value)
java.util.List<DataType>
EdgeType. getData()
Gets the value of the data property.Methods in org.graphdrawing.graphml with parameters of type DataType Modifier and Type Method Description javax.xml.bind.JAXBElement<DataType>
ObjectFactory. createData(DataType value)