public class Relation extends Object
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
getChild() |
String |
getName() |
AbstractNode |
getParent() |
String |
getType() |
void |
setChild(AbstractNode n) |
void |
setName(String s) |
void |
setParent(AbstractNode n) |
void |
setType(String s) |
public AbstractNode getParent()
public void setParent(AbstractNode n)
public AbstractNode getChild()
public void setChild(AbstractNode n)
public String getType()
public void setType(String s)
public String getName()
public void setName(String s)
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.