public class Signal extends Object
| Constructor and Description |
|---|
Signal() |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
getSource() |
String |
getSubtype() |
List<Integer> |
getTokenIds() |
String |
getType() |
void |
setSource(AbstractNode n) |
void |
setSubtype(String s) |
void |
setTokenIds(List<Integer> l) |
void |
setType(String s) |
public String getType()
public void setType(String s)
public String getSubtype()
public void setSubtype(String s)
public AbstractNode getSource()
public void setSource(AbstractNode n)
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.