hmi.bml.parser
Class Breadcrumb
java.lang.Object
hmi.bml.parser.Breadcrumb
public class Breadcrumb
- extends Object
This class is a helper class for finding out the full id's of
BML-elements. This is used to index them on their id so the
scheduler has easy "by id" access to them.
The syntax of a full id is id:id[:..]:id.
- Author:
- PaulRC
ids
LinkedList<String> ids
Breadcrumb
public Breadcrumb(String breadcrumbString)
Breadcrumb
public Breadcrumb()
add
public void add(String id)
remove
public String remove()
toString
public String toString()
- Overrides:
toString in class Object