public class Resource extends Node
Resource is the basic vertex element in Architecture
graphs.attributes, id, parent, TYPE| Constructor and Description |
|---|
Resource(Element parent)
Constructs a new resource.
|
Resource(java.lang.String id)
Constructs a new resource.
|
equals, getAttribute, getAttributeNames, getAttributeParameter, getAttributes, getId, getLocalAttributeNames, getLocalAttributes, getParent, getType, hashCode, isDefined, setAttribute, setParent, setType, toStringpublic Resource(java.lang.String id)
id - the idpublic Resource(Element parent)
parent - the parent