Interface AttributeNodeImplementor<J,E,K>

Type Parameters:
J - The type of the attribute
E - The element type, if this node represents a plural attribute, or the type of the singular attribute, if it doesn't
K - The map key type, if this node represents a map attribute
All Superinterfaces:
AttributeNode<J>, AttributeNode<J>, GraphNode<J>, GraphNodeImplementor<J>
All Known Implementing Classes:
AttributeNodeImpl

public interface AttributeNodeImplementor<J,E,K> extends AttributeNode<J>, GraphNodeImplementor<J>
Integration version of the AttributeNode contract.