public class Parent extends Object
Modifier and Type | Field and Description |
---|---|
private String |
mLabel
The edge label for the parent child relationship.
|
private String |
mName
The name of the parent
|
Constructor and Description |
---|
Parent(Parent p) |
Parent(String name) |
Parent(String name,
String label) |
private String mName
private String mLabel
public Parent(String name)
name
- public Parent(Parent p)
public String getName()
public void setName(String name)
name
- the name of the parent to setpublic String getLabel()
public void setLabel(String label)
label
- the label to setpublic void toXML(XMLWriter writer)
public void toXML(XMLWriter writer, int indent)
Copyright © 2011 The University of Southern California. All Rights Reserved.