public class GraphTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements GraphType
GraphType.Factory| Modifier and Type | Field and Description |
|---|---|
private static QName |
DATA$2 |
private static QName |
DESC$0 |
private static QName |
EDGE$6 |
private static QName |
EDGEDEFAULT$28 |
private static QName |
HYPEREDGE$8 |
private static QName |
ID$26 |
private static QName |
LOCATOR$10 |
private static QName |
NODE$4 |
private static QName |
PARSEEDGEIDS$14 |
private static QName |
PARSEEDGES$20 |
private static QName |
PARSEMAXINDEGREE$22 |
private static QName |
PARSEMAXOUTDEGREE$24 |
private static QName |
PARSENODEIDS$12 |
private static QName |
PARSENODES$18 |
private static QName |
PARSEORDER$16 |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
GraphTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
addNewData()
Appends and returns a new empty value (as xml) as the last "data" element
|
EdgeType |
addNewEdge()
Appends and returns a new empty value (as xml) as the last "edge" element
|
HyperedgeType |
addNewHyperedge()
Appends and returns a new empty value (as xml) as the last "hyperedge" element
|
LocatorType |
addNewLocator()
Appends and returns a new empty "locator" element
|
NodeType |
addNewNode()
Appends and returns a new empty value (as xml) as the last "node" element
|
DataType[] |
getDataArray()
Gets array of all "data" elements
|
DataType |
getDataArray(int i)
Gets ith "data" element
|
String |
getDesc()
Gets the "desc" element
|
EdgeType[] |
getEdgeArray()
Gets array of all "edge" elements
|
EdgeType |
getEdgeArray(int i)
Gets ith "edge" element
|
GraphEdgedefaultType.Enum |
getEdgedefault()
Gets the "edgedefault" attribute
|
HyperedgeType[] |
getHyperedgeArray()
Gets array of all "hyperedge" elements
|
HyperedgeType |
getHyperedgeArray(int i)
Gets ith "hyperedge" element
|
String |
getId()
Gets the "id" attribute
|
LocatorType |
getLocator()
Gets the "locator" element
|
NodeType[] |
getNodeArray()
Gets array of all "node" elements
|
NodeType |
getNodeArray(int i)
Gets ith "node" element
|
GraphEdgeidsType.Enum |
getParseEdgeids()
Gets the "parse.edgeids" attribute
|
BigInteger |
getParseEdges()
Gets the "parse.edges" attribute
|
BigInteger |
getParseMaxindegree()
Gets the "parse.maxindegree" attribute
|
BigInteger |
getParseMaxoutdegree()
Gets the "parse.maxoutdegree" attribute
|
GraphNodeidsType.Enum |
getParseNodeids()
Gets the "parse.nodeids" attribute
|
BigInteger |
getParseNodes()
Gets the "parse.nodes" attribute
|
GraphOrderType.Enum |
getParseOrder()
Gets the "parse.order" attribute
|
DataType |
insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element
|
EdgeType |
insertNewEdge(int i)
Inserts and returns a new empty value (as xml) as the ith "edge" element
|
HyperedgeType |
insertNewHyperedge(int i)
Inserts and returns a new empty value (as xml) as the ith "hyperedge" element
|
NodeType |
insertNewNode(int i)
Inserts and returns a new empty value (as xml) as the ith "node" element
|
boolean |
isSetDesc()
True if has "desc" element
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetLocator()
True if has "locator" element
|
boolean |
isSetParseEdgeids()
True if has "parse.edgeids" attribute
|
boolean |
isSetParseEdges()
True if has "parse.edges" attribute
|
boolean |
isSetParseMaxindegree()
True if has "parse.maxindegree" attribute
|
boolean |
isSetParseMaxoutdegree()
True if has "parse.maxoutdegree" attribute
|
boolean |
isSetParseNodeids()
True if has "parse.nodeids" attribute
|
boolean |
isSetParseNodes()
True if has "parse.nodes" attribute
|
boolean |
isSetParseOrder()
True if has "parse.order" attribute
|
void |
removeData(int i)
Removes the ith "data" element
|
void |
removeEdge(int i)
Removes the ith "edge" element
|
void |
removeHyperedge(int i)
Removes the ith "hyperedge" element
|
void |
removeNode(int i)
Removes the ith "node" element
|
void |
setDataArray(DataType[] dataArray)
Sets array of all "data" element
|
void |
setDataArray(int i,
DataType data)
Sets ith "data" element
|
void |
setDesc(String desc)
Sets the "desc" element
|
void |
setEdgeArray(EdgeType[] edgeArray)
Sets array of all "edge" element
|
void |
setEdgeArray(int i,
EdgeType edge)
Sets ith "edge" element
|
void |
setEdgedefault(GraphEdgedefaultType.Enum edgedefault)
Sets the "edgedefault" attribute
|
void |
setHyperedgeArray(HyperedgeType[] hyperedgeArray)
Sets array of all "hyperedge" element
|
void |
setHyperedgeArray(int i,
HyperedgeType hyperedge)
Sets ith "hyperedge" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setLocator(LocatorType locator)
Sets the "locator" element
|
void |
setNodeArray(int i,
NodeType node)
Sets ith "node" element
|
void |
setNodeArray(NodeType[] nodeArray)
Sets array of all "node" element
|
void |
setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
Sets the "parse.edgeids" attribute
|
void |
setParseEdges(BigInteger parseEdges)
Sets the "parse.edges" attribute
|
void |
setParseMaxindegree(BigInteger parseMaxindegree)
Sets the "parse.maxindegree" attribute
|
void |
setParseMaxoutdegree(BigInteger parseMaxoutdegree)
Sets the "parse.maxoutdegree" attribute
|
void |
setParseNodeids(GraphNodeidsType.Enum parseNodeids)
Sets the "parse.nodeids" attribute
|
void |
setParseNodes(BigInteger parseNodes)
Sets the "parse.nodes" attribute
|
void |
setParseOrder(GraphOrderType.Enum parseOrder)
Sets the "parse.order" attribute
|
int |
sizeOfDataArray()
Returns number of "data" element
|
int |
sizeOfEdgeArray()
Returns number of "edge" element
|
int |
sizeOfHyperedgeArray()
Returns number of "hyperedge" element
|
int |
sizeOfNodeArray()
Returns number of "node" element
|
void |
unsetDesc()
Unsets the "desc" element
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetLocator()
Unsets the "locator" element
|
void |
unsetParseEdgeids()
Unsets the "parse.edgeids" attribute
|
void |
unsetParseEdges()
Unsets the "parse.edges" attribute
|
void |
unsetParseMaxindegree()
Unsets the "parse.maxindegree" attribute
|
void |
unsetParseMaxoutdegree()
Unsets the "parse.maxoutdegree" attribute
|
void |
unsetParseNodeids()
Unsets the "parse.nodeids" attribute
|
void |
unsetParseNodes()
Unsets the "parse.nodes" attribute
|
void |
unsetParseOrder()
Unsets the "parse.order" attribute
|
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" element
|
GraphEdgedefaultType |
xgetEdgedefault()
Gets (as xml) the "edgedefault" attribute
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetId()
Gets (as xml) the "id" attribute
|
GraphEdgeidsType |
xgetParseEdgeids()
Gets (as xml) the "parse.edgeids" attribute
|
GraphEdgesType |
xgetParseEdges()
Gets (as xml) the "parse.edges" attribute
|
GraphMaxindegreeType |
xgetParseMaxindegree()
Gets (as xml) the "parse.maxindegree" attribute
|
GraphMaxoutdegreeType |
xgetParseMaxoutdegree()
Gets (as xml) the "parse.maxoutdegree" attribute
|
GraphNodeidsType |
xgetParseNodeids()
Gets (as xml) the "parse.nodeids" attribute
|
GraphNodesType |
xgetParseNodes()
Gets (as xml) the "parse.nodes" attribute
|
GraphOrderType |
xgetParseOrder()
Gets (as xml) the "parse.order" attribute
|
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element
|
void |
xsetEdgedefault(GraphEdgedefaultType edgedefault)
Sets (as xml) the "edgedefault" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute
|
void |
xsetParseEdgeids(GraphEdgeidsType parseEdgeids)
Sets (as xml) the "parse.edgeids" attribute
|
void |
xsetParseEdges(GraphEdgesType parseEdges)
Sets (as xml) the "parse.edges" attribute
|
void |
xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
Sets (as xml) the "parse.maxindegree" attribute
|
void |
xsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree)
Sets (as xml) the "parse.maxoutdegree" attribute
|
void |
xsetParseNodeids(GraphNodeidsType parseNodeids)
Sets (as xml) the "parse.nodeids" attribute
|
void |
xsetParseNodes(GraphNodesType parseNodes)
Sets (as xml) the "parse.nodes" attribute
|
void |
xsetParseOrder(GraphOrderType parseOrder)
Sets (as xml) the "parse.order" attribute
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextprivate static final long serialVersionUID
private static final QName DESC$0
private static final QName DATA$2
private static final QName NODE$4
private static final QName EDGE$6
private static final QName HYPEREDGE$8
private static final QName LOCATOR$10
private static final QName PARSENODEIDS$12
private static final QName PARSEEDGEIDS$14
private static final QName PARSEORDER$16
private static final QName PARSENODES$18
private static final QName PARSEEDGES$20
private static final QName PARSEMAXINDEGREE$22
private static final QName PARSEMAXOUTDEGREE$24
private static final QName ID$26
private static final QName EDGEDEFAULT$28
public String getDesc()
public org.apache.xmlbeans.XmlString xgetDesc()
public boolean isSetDesc()
public void setDesc(String desc)
public void xsetDesc(org.apache.xmlbeans.XmlString desc)
public void unsetDesc()
public DataType[] getDataArray()
getDataArray in interface GraphTypepublic DataType getDataArray(int i)
getDataArray in interface GraphTypepublic int sizeOfDataArray()
sizeOfDataArray in interface GraphTypepublic void setDataArray(DataType[] dataArray)
setDataArray in interface GraphTypepublic void setDataArray(int i,
DataType data)
setDataArray in interface GraphTypepublic DataType insertNewData(int i)
insertNewData in interface GraphTypepublic DataType addNewData()
addNewData in interface GraphTypepublic void removeData(int i)
removeData in interface GraphTypepublic NodeType[] getNodeArray()
getNodeArray in interface GraphTypepublic NodeType getNodeArray(int i)
getNodeArray in interface GraphTypepublic int sizeOfNodeArray()
sizeOfNodeArray in interface GraphTypepublic void setNodeArray(NodeType[] nodeArray)
setNodeArray in interface GraphTypepublic void setNodeArray(int i,
NodeType node)
setNodeArray in interface GraphTypepublic NodeType insertNewNode(int i)
insertNewNode in interface GraphTypepublic NodeType addNewNode()
addNewNode in interface GraphTypepublic void removeNode(int i)
removeNode in interface GraphTypepublic EdgeType[] getEdgeArray()
getEdgeArray in interface GraphTypepublic EdgeType getEdgeArray(int i)
getEdgeArray in interface GraphTypepublic int sizeOfEdgeArray()
sizeOfEdgeArray in interface GraphTypepublic void setEdgeArray(EdgeType[] edgeArray)
setEdgeArray in interface GraphTypepublic void setEdgeArray(int i,
EdgeType edge)
setEdgeArray in interface GraphTypepublic EdgeType insertNewEdge(int i)
insertNewEdge in interface GraphTypepublic EdgeType addNewEdge()
addNewEdge in interface GraphTypepublic void removeEdge(int i)
removeEdge in interface GraphTypepublic HyperedgeType[] getHyperedgeArray()
getHyperedgeArray in interface GraphTypepublic HyperedgeType getHyperedgeArray(int i)
getHyperedgeArray in interface GraphTypepublic int sizeOfHyperedgeArray()
sizeOfHyperedgeArray in interface GraphTypepublic void setHyperedgeArray(HyperedgeType[] hyperedgeArray)
setHyperedgeArray in interface GraphTypepublic void setHyperedgeArray(int i,
HyperedgeType hyperedge)
setHyperedgeArray in interface GraphTypepublic HyperedgeType insertNewHyperedge(int i)
insertNewHyperedge in interface GraphTypepublic HyperedgeType addNewHyperedge()
addNewHyperedge in interface GraphTypepublic void removeHyperedge(int i)
removeHyperedge in interface GraphTypepublic LocatorType getLocator()
getLocator in interface GraphTypepublic boolean isSetLocator()
isSetLocator in interface GraphTypepublic void setLocator(LocatorType locator)
setLocator in interface GraphTypepublic LocatorType addNewLocator()
addNewLocator in interface GraphTypepublic void unsetLocator()
unsetLocator in interface GraphTypepublic GraphNodeidsType.Enum getParseNodeids()
getParseNodeids in interface GraphTypepublic GraphNodeidsType xgetParseNodeids()
xgetParseNodeids in interface GraphTypepublic boolean isSetParseNodeids()
isSetParseNodeids in interface GraphTypepublic void setParseNodeids(GraphNodeidsType.Enum parseNodeids)
setParseNodeids in interface GraphTypepublic void xsetParseNodeids(GraphNodeidsType parseNodeids)
xsetParseNodeids in interface GraphTypepublic void unsetParseNodeids()
unsetParseNodeids in interface GraphTypepublic GraphEdgeidsType.Enum getParseEdgeids()
getParseEdgeids in interface GraphTypepublic GraphEdgeidsType xgetParseEdgeids()
xgetParseEdgeids in interface GraphTypepublic boolean isSetParseEdgeids()
isSetParseEdgeids in interface GraphTypepublic void setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
setParseEdgeids in interface GraphTypepublic void xsetParseEdgeids(GraphEdgeidsType parseEdgeids)
xsetParseEdgeids in interface GraphTypepublic void unsetParseEdgeids()
unsetParseEdgeids in interface GraphTypepublic GraphOrderType.Enum getParseOrder()
getParseOrder in interface GraphTypepublic GraphOrderType xgetParseOrder()
xgetParseOrder in interface GraphTypepublic boolean isSetParseOrder()
isSetParseOrder in interface GraphTypepublic void setParseOrder(GraphOrderType.Enum parseOrder)
setParseOrder in interface GraphTypepublic void xsetParseOrder(GraphOrderType parseOrder)
xsetParseOrder in interface GraphTypepublic void unsetParseOrder()
unsetParseOrder in interface GraphTypepublic BigInteger getParseNodes()
getParseNodes in interface GraphTypepublic GraphNodesType xgetParseNodes()
xgetParseNodes in interface GraphTypepublic boolean isSetParseNodes()
isSetParseNodes in interface GraphTypepublic void setParseNodes(BigInteger parseNodes)
setParseNodes in interface GraphTypepublic void xsetParseNodes(GraphNodesType parseNodes)
xsetParseNodes in interface GraphTypepublic void unsetParseNodes()
unsetParseNodes in interface GraphTypepublic BigInteger getParseEdges()
getParseEdges in interface GraphTypepublic GraphEdgesType xgetParseEdges()
xgetParseEdges in interface GraphTypepublic boolean isSetParseEdges()
isSetParseEdges in interface GraphTypepublic void setParseEdges(BigInteger parseEdges)
setParseEdges in interface GraphTypepublic void xsetParseEdges(GraphEdgesType parseEdges)
xsetParseEdges in interface GraphTypepublic void unsetParseEdges()
unsetParseEdges in interface GraphTypepublic BigInteger getParseMaxindegree()
getParseMaxindegree in interface GraphTypepublic GraphMaxindegreeType xgetParseMaxindegree()
xgetParseMaxindegree in interface GraphTypepublic boolean isSetParseMaxindegree()
isSetParseMaxindegree in interface GraphTypepublic void setParseMaxindegree(BigInteger parseMaxindegree)
setParseMaxindegree in interface GraphTypepublic void xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
xsetParseMaxindegree in interface GraphTypepublic void unsetParseMaxindegree()
unsetParseMaxindegree in interface GraphTypepublic BigInteger getParseMaxoutdegree()
getParseMaxoutdegree in interface GraphTypepublic GraphMaxoutdegreeType xgetParseMaxoutdegree()
xgetParseMaxoutdegree in interface GraphTypepublic boolean isSetParseMaxoutdegree()
isSetParseMaxoutdegree in interface GraphTypepublic void setParseMaxoutdegree(BigInteger parseMaxoutdegree)
setParseMaxoutdegree in interface GraphTypepublic void xsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree)
xsetParseMaxoutdegree in interface GraphTypepublic void unsetParseMaxoutdegree()
unsetParseMaxoutdegree in interface GraphTypepublic org.apache.xmlbeans.XmlNMTOKEN xgetId()
public boolean isSetId()
public void setId(String id)
public void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
public void unsetId()
public GraphEdgedefaultType.Enum getEdgedefault()
getEdgedefault in interface GraphTypepublic GraphEdgedefaultType xgetEdgedefault()
xgetEdgedefault in interface GraphTypepublic void setEdgedefault(GraphEdgedefaultType.Enum edgedefault)
setEdgedefault in interface GraphTypepublic void xsetEdgedefault(GraphEdgedefaultType edgedefault)
xsetEdgedefault in interface GraphTypeCopyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.