|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jicengine.element.AbstractElement
implements the 'name' and the 'location' properties.
Field Summary |
Fields inherited from interface org.jicengine.element.Element |
VARIABLE_NAME_CDATA, VARIABLE_NAME_ELEMENT_INSTANCE, VARIABLE_NAME_PARENT_INSTANCE |
Constructor Summary | |
AbstractElement(java.lang.String name,
Location location)
these two parameters shouldn't change during the lifetime of the Element, so given in the constructor. |
Method Summary | |
Location |
getLocation()
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractElement(java.lang.String name, Location location)
location
- Element interface doesn't include the location, but
on the implementation level it is good that every
Element knows its location.Method Detail |
public java.lang.String getName()
getName
in interface Element
public Location getLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |