Uses of Class
de.xima.fc.common.graphdot.AttributeListBuilder.BuilderEdge
-
Packages that use AttributeListBuilder.BuilderEdge Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of AttributeListBuilder.BuilderEdge in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return AttributeListBuilder.BuilderEdge Modifier and Type Method Description <T> AttributeListBuilder.BuilderEdge
AttributeListBuilder.BuilderEdge. attr(AttributeListBuilder.ITypedAttribute.Edge<T> attribute)
Sets a typed attribute.<T> AttributeListBuilder.BuilderEdge
AttributeListBuilder.BuilderEdge. attr(AttributeListBuilder.ITypedAttributeDescriptor.Edge<T,? extends AttributeListBuilder.ITypedAttribute.Edge<T>> type, T value)
Sets a typed attribute.static AttributeListBuilder.BuilderEdge
AttributeListBuilder. edge()
protected AttributeListBuilder.BuilderEdge
AttributeListBuilder.BuilderEdge. self()
-