public class Node extends Object implements Serializable
NodeType, name, qualified name and description.
A node may be in one or more projects.
Nodes can be connected with Line s to form graphs. As they may be visualised, so a node has an associated
icon.
| Modifier and Type | Field and Description |
|---|---|
protected List<Classification> |
classifications |
protected NodeType |
nodeType |
| Constructor and Description |
|---|
Node() |
protected NodeType nodeType
protected List<Classification> classifications
public NodeType getNodeType()
public void setNodeType(NodeType nodeType)
public String getName()
public void setName(String name)
public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
public Set<ProjectSummary> getProjects()
public void setProjects(Set<ProjectSummary> projects)
public SystemAttributes getSystemAttributes()
public void setSystemAttributes(SystemAttributes systemAttributes)
public String getDescription()
public void setDescription(String description)
public List<Classification> getClassifications()
List<Classification> public Set<IconSummary> getIcons()
public void setIcons(Set<IconSummary> icons)
public void setAdditionalProperties(Map<String,String> additionalProperties)
public StringBuilder toString(StringBuilder sb)
protected void processClassification(Classification classification)
Copyright © 2018 ODPi. All rights reserved.