|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.impl.BaseLocatable | +--org.apache.hivemind.schema.impl.SchemaImpl
Implementation of Schema
.
Constructor Summary | |
SchemaImpl()
|
Method Summary | |
void |
addElementModel(ElementModel model)
|
java.util.List |
getElementModel()
Returns a List of ElementModel , identifing the
elements which may be enclosed by the modeled element. |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Constructor Detail |
public SchemaImpl()
Method Detail |
public void addElementModel(ElementModel model)
public java.util.List getElementModel()
Schema
ElementModel
, identifing the
elements which may be enclosed by the modeled element.
The returned list is unmodifiabled and may be empty, but won't be null.
getElementModel
in interface Schema
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |