Murl Engine Lua Addon API  Version 1.0 beta
Murl.Graph.ITagged

The ITagged property interface.


Table members

Methods


SetStartTag(tag)

Set the start tag.

Boolean SetStartTag(String tag)

Parameters
tagThe tag to set.
Returns
Boolean true if successful.

GetStartTag()

Get the start tag.

String GetStartTag()

Returns
String The tag.

SetEndTag(tag)

Set the end tag.

Boolean SetEndTag(String tag)

Parameters
tagThe tag to set.
Returns
Boolean true if successful.

GetEndTag()

Get the end tag.

String GetEndTag()

Returns
String The tag.