<AJ> AttributeNodeImplementor<AJ> |
SubGraphImplementor.addAttributeNode(Attribute<? extends J,AJ> attribute) |
default <AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.addAttributeNode(Attribute<? extends J,AJ> attribute) |
AttributeNodeImplementor<?> |
GraphImplementor.addAttributeNode(AttributeNodeImplementor<?> makeCopy) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.addAttributeNode(String attributeName) |
default <AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findAttributeNode(Attribute<? extends J,AJ> attribute) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findAttributeNode(String attributeName) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) |
default <AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findOrCreateAttributeNode(String name) |
AttributeNodeImplementor<J> |
AttributeNodeImplementor.makeCopy(boolean mutable) |