public abstract class AbstractNode extends Object implements INode
protected Map<String,String>
attributes
protected String
name
AbstractNode()
Map<String,String>
getAttributes()
String
getName()
void
setAttributes(Map<String,String> attributes)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
protected String name
protected Map<String,String> attributes
public AbstractNode()
public String getName()
INode
getName
public void setName(String name)
public Map<String,String> getAttributes()
getAttributes
public void setAttributes(Map<String,String> attributes)
Copyright © 2023. All Rights Reserved.