T - The type of the attribute.public interface AttributeNode<T>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttributeName()
Return the name of the attribute corresponding to the attribute node. 
 | 
Map<Class,Subgraph> | 
getKeySubgraphs()
Return the Map of subgraphs associated with this attribute node's map key. 
 | 
Map<Class,Subgraph> | 
getSubgraphs()
Return the Map of subgraphs associated with this attribute node. 
 | 
String getAttributeName()
Map<Class,Subgraph> getSubgraphs()
Copyright © 2016. All rights reserved.