T - The type of the attribute.public interface AttributeNode<T>
EntityGraph, 
Subgraph, 
NamedAttributeNode| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAttributeName()
Return the name of the attribute corresponding to the
 attribute node. 
 | 
java.util.Map<java.lang.Class,Subgraph> | 
getKeySubgraphs()
Return the Map<Class, Subgraph> of subgraphs associated
 with this attribute node's map key. 
 | 
java.util.Map<java.lang.Class,Subgraph> | 
getSubgraphs()
Return the Map<Class, Subgraph> of subgraphs associated
 with this attribute node. 
 | 
java.lang.String getAttributeName()
java.util.Map<java.lang.Class,Subgraph> getSubgraphs()
java.util.Map<java.lang.Class,Subgraph> getKeySubgraphs()