Package de.xima.fc.common.graphdot
Interface AttributeListBuilder.ITypedAttribute.GNE<T>
-
- Type Parameters:
T- Type of the attributes' value.
- All Superinterfaces:
AttributeListBuilder.ITypedAttribute<T>,AttributeListBuilder.ITypedAttribute.Edge<T>,AttributeListBuilder.ITypedAttribute.Graph<T>,AttributeListBuilder.ITypedAttribute.Node<T>,Map.Entry<String,T>
- Enclosing interface:
- AttributeListBuilder.ITypedAttribute<T>
public static interface AttributeListBuilder.ITypedAttribute.GNE<T> extends AttributeListBuilder.ITypedAttribute<T>, AttributeListBuilder.ITypedAttribute.Graph<T>, AttributeListBuilder.ITypedAttribute.Node<T>, AttributeListBuilder.ITypedAttribute.Edge<T>
AAttributeListBuilder.ITypedAttributethat is valid on graphs, nodes, and edges.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.xima.fc.common.graphdot.AttributeListBuilder.ITypedAttribute
AttributeListBuilder.ITypedAttribute.Edge<T>, AttributeListBuilder.ITypedAttribute.GE<T>, AttributeListBuilder.ITypedAttribute.GN<T>, AttributeListBuilder.ITypedAttribute.GNE<T>, AttributeListBuilder.ITypedAttribute.Graph<T>, AttributeListBuilder.ITypedAttribute.GS<T>, AttributeListBuilder.ITypedAttribute.GSE<T>, AttributeListBuilder.ITypedAttribute.GSN<T>, AttributeListBuilder.ITypedAttribute.GSNE<T>, AttributeListBuilder.ITypedAttribute.NE<T>, AttributeListBuilder.ITypedAttribute.Node<T>, AttributeListBuilder.ITypedAttribute.SE<T>, AttributeListBuilder.ITypedAttribute.SN<T>, AttributeListBuilder.ITypedAttribute.SNE<T>, AttributeListBuilder.ITypedAttribute.SubGraph<T>
-
-