com.paypal.digraph.parser
Class GraphElement
java.lang.Object
com.paypal.digraph.parser.GraphElement
- Direct Known Subclasses:
- GraphEdge, GraphNode
public class GraphElement
- extends Object
mId
protected String mId
mAttrs
protected Map<String,Object> mAttrs
GraphElement
public GraphElement(String id)
setAttribute
public void setAttribute(String key,
Object value)
setAttributes
public void setAttributes(Map<String,Object> attrs)
getId
public String getId()
getAttribute
public Object getAttribute(String key)
getAttributes
public Map<String,Object> getAttributes()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017. All rights reserved.