public abstract class CellSection extends Object implements Nameable
SimpleStringIdentifier. The content of a cell section is defined by a set of nodes.| Constructor and Description |
|---|
CellSection(String identifier,
String name)
Creates a new CellSection with the given identifier and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(BioNode node)
Adds a node to the section, without altering the state of the node.
|
boolean |
equals(Object o) |
Set<BioNode> |
getContent()
Returns the nodes belonging to this cell section.
|
String |
getIdentifier()
Returns the identifier of this cell section.
|
String |
getName() |
int |
hashCode() |
void |
setContent(Set<BioNode> content)
Sets the content of this cell section.
|
public String getIdentifier()
public Set<BioNode> getContent()
public void setContent(Set<BioNode> content)
content - The nodes contained in this cell section.public void addNode(BioNode node)
node - The node to add.Copyright © 2017. All rights reserved.