Package org.graphdrawing.graphml.xmlns
Interface GraphType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GraphTypeImpl
public interface GraphType
extends org.apache.xmlbeans.XmlObject
An XML graph.type(@http://graphml.graphdrawing.org/xmlns).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "data" elementAppends and returns a new empty value (as xml) as the last "edge" elementAppends and returns a new empty value (as xml) as the last "hyperedge" elementAppends and returns a new empty "locator" elementAppends and returns a new empty value (as xml) as the last "node" elementDataType[]Gets array of all "data" elementsgetDataArray(int i) Gets ith "data" elementgetDesc()Gets the "desc" elementEdgeType[]Gets array of all "edge" elementsgetEdgeArray(int i) Gets ith "edge" elementGets the "edgedefault" attributeGets array of all "hyperedge" elementsgetHyperedgeArray(int i) Gets ith "hyperedge" elementgetId()Gets the "id" attributeGets the "locator" elementNodeType[]Gets array of all "node" elementsgetNodeArray(int i) Gets ith "node" elementGets the "parse.edgeids" attributeGets the "parse.edges" attributeGets the "parse.maxindegree" attributeGets the "parse.maxoutdegree" attributeGets the "parse.nodeids" attributeGets the "parse.nodes" attributeGets the "parse.order" attributeinsertNewData(int i) Inserts and returns a new empty value (as xml) as the ith "data" elementinsertNewEdge(int i) Inserts and returns a new empty value (as xml) as the ith "edge" elementinsertNewHyperedge(int i) Inserts and returns a new empty value (as xml) as the ith "hyperedge" elementinsertNewNode(int i) Inserts and returns a new empty value (as xml) as the ith "node" elementbooleanTrue if has "desc" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "locator" elementbooleanTrue if has "parse.edgeids" attributebooleanTrue if has "parse.edges" attributebooleanTrue if has "parse.maxindegree" attributebooleanTrue if has "parse.maxoutdegree" attributebooleanTrue if has "parse.nodeids" attributebooleanTrue if has "parse.nodes" attributebooleanTrue if has "parse.order" attributevoidremoveData(int i) Removes the ith "data" elementvoidremoveEdge(int i) Removes the ith "edge" elementvoidremoveHyperedge(int i) Removes the ith "hyperedge" elementvoidremoveNode(int i) Removes the ith "node" elementvoidsetDataArray(int i, DataType data) Sets ith "data" elementvoidsetDataArray(DataType[] dataArray) Sets array of all "data" elementvoidSets the "desc" elementvoidsetEdgeArray(int i, EdgeType edge) Sets ith "edge" elementvoidsetEdgeArray(EdgeType[] edgeArray) Sets array of all "edge" elementvoidsetEdgedefault(GraphEdgedefaultType.Enum edgedefault) Sets the "edgedefault" attributevoidsetHyperedgeArray(int i, HyperedgeType hyperedge) Sets ith "hyperedge" elementvoidsetHyperedgeArray(HyperedgeType[] hyperedgeArray) Sets array of all "hyperedge" elementvoidSets the "id" attributevoidsetLocator(LocatorType locator) Sets the "locator" elementvoidsetNodeArray(int i, NodeType node) Sets ith "node" elementvoidsetNodeArray(NodeType[] nodeArray) Sets array of all "node" elementvoidsetParseEdgeids(GraphEdgeidsType.Enum parseEdgeids) Sets the "parse.edgeids" attributevoidsetParseEdges(BigInteger parseEdges) Sets the "parse.edges" attributevoidsetParseMaxindegree(BigInteger parseMaxindegree) Sets the "parse.maxindegree" attributevoidsetParseMaxoutdegree(BigInteger parseMaxoutdegree) Sets the "parse.maxoutdegree" attributevoidsetParseNodeids(GraphNodeidsType.Enum parseNodeids) Sets the "parse.nodeids" attributevoidsetParseNodes(BigInteger parseNodes) Sets the "parse.nodes" attributevoidsetParseOrder(GraphOrderType.Enum parseOrder) Sets the "parse.order" attributeintReturns number of "data" elementintReturns number of "edge" elementintReturns number of "hyperedge" elementintReturns number of "node" elementvoidUnsets the "desc" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "locator" elementvoidUnsets the "parse.edgeids" attributevoidUnsets the "parse.edges" attributevoidUnsets the "parse.maxindegree" attributevoidUnsets the "parse.maxoutdegree" attributevoidUnsets the "parse.nodeids" attributevoidUnsets the "parse.nodes" attributevoidUnsets the "parse.order" attributeorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementGets (as xml) the "edgedefault" attributeorg.apache.xmlbeans.XmlNMTOKENxgetId()Gets (as xml) the "id" attributeGets (as xml) the "parse.edgeids" attributeGets (as xml) the "parse.edges" attributeGets (as xml) the "parse.maxindegree" attributeGets (as xml) the "parse.maxoutdegree" attributeGets (as xml) the "parse.nodeids" attributeGets (as xml) the "parse.nodes" attributeGets (as xml) the "parse.order" attributevoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetEdgedefault(GraphEdgedefaultType edgedefault) Sets (as xml) the "edgedefault" attributevoidxsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attributevoidxsetParseEdgeids(GraphEdgeidsType parseEdgeids) Sets (as xml) the "parse.edgeids" attributevoidxsetParseEdges(GraphEdgesType parseEdges) Sets (as xml) the "parse.edges" attributevoidxsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree) Sets (as xml) the "parse.maxindegree" attributevoidxsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree) Sets (as xml) the "parse.maxoutdegree" attributevoidxsetParseNodeids(GraphNodeidsType parseNodeids) Sets (as xml) the "parse.nodeids" attributevoidxsetParseNodes(GraphNodesType parseNodes) Sets (as xml) the "parse.nodes" attributevoidxsetParseOrder(GraphOrderType parseOrder) Sets (as xml) the "parse.order" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getDesc
String getDesc()Gets the "desc" element -
xgetDesc
org.apache.xmlbeans.XmlString xgetDesc()Gets (as xml) the "desc" element -
isSetDesc
boolean isSetDesc()True if has "desc" element -
setDesc
Sets the "desc" element -
xsetDesc
void xsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" element -
unsetDesc
void unsetDesc()Unsets the "desc" element -
getDataArray
DataType[] getDataArray()Gets array of all "data" elements -
getDataArray
Gets ith "data" element -
sizeOfDataArray
int sizeOfDataArray()Returns number of "data" element -
setDataArray
Sets array of all "data" element -
setDataArray
Sets ith "data" element -
insertNewData
Inserts and returns a new empty value (as xml) as the ith "data" element -
addNewData
DataType addNewData()Appends and returns a new empty value (as xml) as the last "data" element -
removeData
void removeData(int i) Removes the ith "data" element -
getNodeArray
NodeType[] getNodeArray()Gets array of all "node" elements -
getNodeArray
Gets ith "node" element -
sizeOfNodeArray
int sizeOfNodeArray()Returns number of "node" element -
setNodeArray
Sets array of all "node" element -
setNodeArray
Sets ith "node" element -
insertNewNode
Inserts and returns a new empty value (as xml) as the ith "node" element -
addNewNode
NodeType addNewNode()Appends and returns a new empty value (as xml) as the last "node" element -
removeNode
void removeNode(int i) Removes the ith "node" element -
getEdgeArray
EdgeType[] getEdgeArray()Gets array of all "edge" elements -
getEdgeArray
Gets ith "edge" element -
sizeOfEdgeArray
int sizeOfEdgeArray()Returns number of "edge" element -
setEdgeArray
Sets array of all "edge" element -
setEdgeArray
Sets ith "edge" element -
insertNewEdge
Inserts and returns a new empty value (as xml) as the ith "edge" element -
addNewEdge
EdgeType addNewEdge()Appends and returns a new empty value (as xml) as the last "edge" element -
removeEdge
void removeEdge(int i) Removes the ith "edge" element -
getHyperedgeArray
HyperedgeType[] getHyperedgeArray()Gets array of all "hyperedge" elements -
getHyperedgeArray
Gets ith "hyperedge" element -
sizeOfHyperedgeArray
int sizeOfHyperedgeArray()Returns number of "hyperedge" element -
setHyperedgeArray
Sets array of all "hyperedge" element -
setHyperedgeArray
Sets ith "hyperedge" element -
insertNewHyperedge
Inserts and returns a new empty value (as xml) as the ith "hyperedge" element -
addNewHyperedge
HyperedgeType addNewHyperedge()Appends and returns a new empty value (as xml) as the last "hyperedge" element -
removeHyperedge
void removeHyperedge(int i) Removes the ith "hyperedge" element -
getLocator
LocatorType getLocator()Gets the "locator" element -
isSetLocator
boolean isSetLocator()True if has "locator" element -
setLocator
Sets the "locator" element -
addNewLocator
LocatorType addNewLocator()Appends and returns a new empty "locator" element -
unsetLocator
void unsetLocator()Unsets the "locator" element -
getParseNodeids
GraphNodeidsType.Enum getParseNodeids()Gets the "parse.nodeids" attribute -
xgetParseNodeids
GraphNodeidsType xgetParseNodeids()Gets (as xml) the "parse.nodeids" attribute -
isSetParseNodeids
boolean isSetParseNodeids()True if has "parse.nodeids" attribute -
setParseNodeids
Sets the "parse.nodeids" attribute -
xsetParseNodeids
Sets (as xml) the "parse.nodeids" attribute -
unsetParseNodeids
void unsetParseNodeids()Unsets the "parse.nodeids" attribute -
getParseEdgeids
GraphEdgeidsType.Enum getParseEdgeids()Gets the "parse.edgeids" attribute -
xgetParseEdgeids
GraphEdgeidsType xgetParseEdgeids()Gets (as xml) the "parse.edgeids" attribute -
isSetParseEdgeids
boolean isSetParseEdgeids()True if has "parse.edgeids" attribute -
setParseEdgeids
Sets the "parse.edgeids" attribute -
xsetParseEdgeids
Sets (as xml) the "parse.edgeids" attribute -
unsetParseEdgeids
void unsetParseEdgeids()Unsets the "parse.edgeids" attribute -
getParseOrder
GraphOrderType.Enum getParseOrder()Gets the "parse.order" attribute -
xgetParseOrder
GraphOrderType xgetParseOrder()Gets (as xml) the "parse.order" attribute -
isSetParseOrder
boolean isSetParseOrder()True if has "parse.order" attribute -
setParseOrder
Sets the "parse.order" attribute -
xsetParseOrder
Sets (as xml) the "parse.order" attribute -
unsetParseOrder
void unsetParseOrder()Unsets the "parse.order" attribute -
getParseNodes
BigInteger getParseNodes()Gets the "parse.nodes" attribute -
xgetParseNodes
GraphNodesType xgetParseNodes()Gets (as xml) the "parse.nodes" attribute -
isSetParseNodes
boolean isSetParseNodes()True if has "parse.nodes" attribute -
setParseNodes
Sets the "parse.nodes" attribute -
xsetParseNodes
Sets (as xml) the "parse.nodes" attribute -
unsetParseNodes
void unsetParseNodes()Unsets the "parse.nodes" attribute -
getParseEdges
BigInteger getParseEdges()Gets the "parse.edges" attribute -
xgetParseEdges
GraphEdgesType xgetParseEdges()Gets (as xml) the "parse.edges" attribute -
isSetParseEdges
boolean isSetParseEdges()True if has "parse.edges" attribute -
setParseEdges
Sets the "parse.edges" attribute -
xsetParseEdges
Sets (as xml) the "parse.edges" attribute -
unsetParseEdges
void unsetParseEdges()Unsets the "parse.edges" attribute -
getParseMaxindegree
BigInteger getParseMaxindegree()Gets the "parse.maxindegree" attribute -
xgetParseMaxindegree
GraphMaxindegreeType xgetParseMaxindegree()Gets (as xml) the "parse.maxindegree" attribute -
isSetParseMaxindegree
boolean isSetParseMaxindegree()True if has "parse.maxindegree" attribute -
setParseMaxindegree
Sets the "parse.maxindegree" attribute -
xsetParseMaxindegree
Sets (as xml) the "parse.maxindegree" attribute -
unsetParseMaxindegree
void unsetParseMaxindegree()Unsets the "parse.maxindegree" attribute -
getParseMaxoutdegree
BigInteger getParseMaxoutdegree()Gets the "parse.maxoutdegree" attribute -
xgetParseMaxoutdegree
GraphMaxoutdegreeType xgetParseMaxoutdegree()Gets (as xml) the "parse.maxoutdegree" attribute -
isSetParseMaxoutdegree
boolean isSetParseMaxoutdegree()True if has "parse.maxoutdegree" attribute -
setParseMaxoutdegree
Sets the "parse.maxoutdegree" attribute -
xsetParseMaxoutdegree
Sets (as xml) the "parse.maxoutdegree" attribute -
unsetParseMaxoutdegree
void unsetParseMaxoutdegree()Unsets the "parse.maxoutdegree" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
org.apache.xmlbeans.XmlNMTOKEN xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getEdgedefault
GraphEdgedefaultType.Enum getEdgedefault()Gets the "edgedefault" attribute -
xgetEdgedefault
GraphEdgedefaultType xgetEdgedefault()Gets (as xml) the "edgedefault" attribute -
setEdgedefault
Sets the "edgedefault" attribute -
xsetEdgedefault
Sets (as xml) the "edgedefault" attribute
-