public abstract class ProcessorPort extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ProcessorLink> |
links |
protected String |
name |
protected ProcessorNode |
parent |
Constructor and Description |
---|
ProcessorPort() |
ProcessorPort(String name) |
Modifier and Type | Method and Description |
---|---|
abstract void |
addLink(ProcessorLink link) |
List<ProcessorLink> |
getLinks() |
String |
getName() |
ProcessorNode |
getParent() |
void |
setLinks(List<ProcessorLink> links) |
void |
setName(String name) |
void |
setParent(ProcessorNode parent) |
protected String name
protected ProcessorNode parent
protected List<ProcessorLink> links
public ProcessorPort()
public ProcessorPort(String name)
public String getName()
public void setName(String name)
public List<ProcessorLink> getLinks()
public void setLinks(List<ProcessorLink> links)
public ProcessorNode getParent()
public void setParent(ProcessorNode parent)
public abstract void addLink(ProcessorLink link)
Copyright © 2018 JBoss by Red Hat. All rights reserved.