|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object viper.api.datatypes.InstanceOfConstraint edu.umd.cfar.lamp.viper.examples.omegahead.AttributeWrapperOmega
An attribute wrapper for the omega shape type. Used while parsing and serializing the data, as well as for verification purposes internally.
Constructor Summary | |
AttributeWrapperOmega()
Creates a new attribute value wrapper for oriented box data. |
Method Summary | |
java.lang.Object |
getMetaDefault()
Returns the point at 0,0. |
org.w3c.dom.Element |
getXMLFormat(org.w3c.dom.Document root,
java.lang.Object o)
Get a new XML Element node representing this Node. |
java.lang.Object |
setValue(org.w3c.dom.Element el)
Gets a copy of this attribute with the given value |
Methods inherited from class viper.api.datatypes.InstanceOfConstraint |
equals, getObjectValue, hashCode, setAttributeValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface viper.api.AttrValueWrapper |
getObjectValue, setAttributeValue |
Constructor Detail |
public AttributeWrapperOmega()
Method Detail |
public org.w3c.dom.Element getXMLFormat(org.w3c.dom.Document root, java.lang.Object o)
AttrValueParser
getXMLFormat
in interface AttrValueParser
root
- the DOM Document root to use to generate
the necessary elements.o
- the attribute value (in encoded format)
AttrValueParser.getXMLFormat(org.w3c.dom.Document, java.lang.Object)
public java.lang.Object setValue(org.w3c.dom.Element el)
AttrValueParser
setValue
in interface AttrValueParser
el
- the element to parse in
AttrValueWrapper.getObjectValue(Object)
to
get the decoded format.AttrValueParser.setValue(org.w3c.dom.Element)
public java.lang.Object getMetaDefault()
getMetaDefault
in interface DefaultedAttrValueWrapper
DefaultedAttrValueWrapper.getMetaDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |