|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphType
An XML graph.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.
Nested Class Summary | |
---|---|
static class |
GraphType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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 |
java.lang.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 |
java.lang.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 |
java.math.BigInteger |
getParseEdges()
Gets the "parse.edges" attribute |
java.math.BigInteger |
getParseMaxindegree()
Gets the "parse.maxindegree" attribute |
java.math.BigInteger |
getParseMaxoutdegree()
Gets the "parse.maxoutdegree" attribute |
GraphNodeidsType.Enum |
getParseNodeids()
Gets the "parse.nodeids" attribute |
java.math.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(java.lang.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(java.lang.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(java.math.BigInteger parseEdges)
Sets the "parse.edges" attribute |
void |
setParseMaxindegree(java.math.BigInteger parseMaxindegree)
Sets the "parse.maxindegree" attribute |
void |
setParseMaxoutdegree(java.math.BigInteger parseMaxoutdegree)
Sets the "parse.maxoutdegree" attribute |
void |
setParseNodeids(GraphNodeidsType.Enum parseNodeids)
Sets the "parse.nodeids" attribute |
void |
setParseNodes(java.math.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 |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(java.lang.String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
DataType[] getDataArray()
DataType getDataArray(int i)
int sizeOfDataArray()
void setDataArray(DataType[] dataArray)
void setDataArray(int i, DataType data)
DataType insertNewData(int i)
DataType addNewData()
void removeData(int i)
NodeType[] getNodeArray()
NodeType getNodeArray(int i)
int sizeOfNodeArray()
void setNodeArray(NodeType[] nodeArray)
void setNodeArray(int i, NodeType node)
NodeType insertNewNode(int i)
NodeType addNewNode()
void removeNode(int i)
EdgeType[] getEdgeArray()
EdgeType getEdgeArray(int i)
int sizeOfEdgeArray()
void setEdgeArray(EdgeType[] edgeArray)
void setEdgeArray(int i, EdgeType edge)
EdgeType insertNewEdge(int i)
EdgeType addNewEdge()
void removeEdge(int i)
HyperedgeType[] getHyperedgeArray()
HyperedgeType getHyperedgeArray(int i)
int sizeOfHyperedgeArray()
void setHyperedgeArray(HyperedgeType[] hyperedgeArray)
void setHyperedgeArray(int i, HyperedgeType hyperedge)
HyperedgeType insertNewHyperedge(int i)
HyperedgeType addNewHyperedge()
void removeHyperedge(int i)
LocatorType getLocator()
boolean isSetLocator()
void setLocator(LocatorType locator)
LocatorType addNewLocator()
void unsetLocator()
GraphNodeidsType.Enum getParseNodeids()
GraphNodeidsType xgetParseNodeids()
boolean isSetParseNodeids()
void setParseNodeids(GraphNodeidsType.Enum parseNodeids)
void xsetParseNodeids(GraphNodeidsType parseNodeids)
void unsetParseNodeids()
GraphEdgeidsType.Enum getParseEdgeids()
GraphEdgeidsType xgetParseEdgeids()
boolean isSetParseEdgeids()
void setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
void xsetParseEdgeids(GraphEdgeidsType parseEdgeids)
void unsetParseEdgeids()
GraphOrderType.Enum getParseOrder()
GraphOrderType xgetParseOrder()
boolean isSetParseOrder()
void setParseOrder(GraphOrderType.Enum parseOrder)
void xsetParseOrder(GraphOrderType parseOrder)
void unsetParseOrder()
java.math.BigInteger getParseNodes()
GraphNodesType xgetParseNodes()
boolean isSetParseNodes()
void setParseNodes(java.math.BigInteger parseNodes)
void xsetParseNodes(GraphNodesType parseNodes)
void unsetParseNodes()
java.math.BigInteger getParseEdges()
GraphEdgesType xgetParseEdges()
boolean isSetParseEdges()
void setParseEdges(java.math.BigInteger parseEdges)
void xsetParseEdges(GraphEdgesType parseEdges)
void unsetParseEdges()
java.math.BigInteger getParseMaxindegree()
GraphMaxindegreeType xgetParseMaxindegree()
boolean isSetParseMaxindegree()
void setParseMaxindegree(java.math.BigInteger parseMaxindegree)
void xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
void unsetParseMaxindegree()
java.math.BigInteger getParseMaxoutdegree()
GraphMaxoutdegreeType xgetParseMaxoutdegree()
boolean isSetParseMaxoutdegree()
void setParseMaxoutdegree(java.math.BigInteger parseMaxoutdegree)
void xsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree)
void unsetParseMaxoutdegree()
java.lang.String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
void unsetId()
GraphEdgedefaultType.Enum getEdgedefault()
GraphEdgedefaultType xgetEdgedefault()
void setEdgedefault(GraphEdgedefaultType.Enum edgedefault)
void xsetEdgedefault(GraphEdgedefaultType edgedefault)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |