public class PnmlArcType extends PnmlAnnotation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EPNML_TAG |
static java.lang.String |
TAG
(E)PNML arc type tag.
|
graphics, text, toolSpecificListfactory, lineNumber, tag| Modifier | Constructor and Description |
|---|---|
protected |
PnmlArcType(java.lang.String tag)
Creates a fresh arc type.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportElements(Pnml pnml)
Exports the arc type.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known.
|
boolean |
isInhibitor() |
boolean |
isNormal() |
boolean |
isRead() |
boolean |
isReset() |
void |
setInhibitor() |
void |
setNormal() |
void |
setRead() |
void |
setReset() |
convertFromNet, convertToNet, convertToNetcheckValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importText, setFactorypublic static final java.lang.String TAG
public static final java.lang.String EPNML_TAG
protected PnmlArcType(java.lang.String tag)
tag - protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
importElements in class PnmlAnnotationprotected java.lang.String exportElements(Pnml pnml)
exportElements in class PnmlAnnotationpublic boolean isNormal()
public boolean isReset()
public boolean isInhibitor()
public boolean isRead()
public void setNormal()
public void setReset()
public void setInhibitor()
public void setRead()