A B C D E F G H I K L N O P R S T U W X

A

add(GXLElement) - Method in class net.sourceforge.gxl.GXLElement
Adds the specified child to this element.
addGXLDocumentListener(GXLDocumentListener) - Method in class net.sourceforge.gxl.GXLDocument
Adds the specified document listener to receive document modification events.
ATTR - Static variable in class net.sourceforge.gxl.GXL
The ATTR element name, "attr".

B

BAG - Static variable in class net.sourceforge.gxl.GXL
The BAG element name, "bag".
BOOL - Static variable in class net.sourceforge.gxl.GXL
The BOOL element name, "bool".

C

contains(GXLValue) - Method in class net.sourceforge.gxl.GXLSet
Returns whether this set contains the specified element.
containsDanglingTentacles() - Method in class net.sourceforge.gxl.GXLLocalConnection
Whether this GXLLocalConnection contains dangling tentacles.
containsID(String) - Method in class net.sourceforge.gxl.GXLDocument
Whether the specified id is used by any of the elements contained in this document.

D

DEFAULTDIRECTED - Static variable in class net.sourceforge.gxl.GXL
The DEFAULTDIRECTED attribute value, "defaultdirected".
DEFAULTUNDIRECTED - Static variable in class net.sourceforge.gxl.GXL
The DEFAULTUNDIRECTED attribute value, "defaultundirected".
DIRECTED - Static variable in class net.sourceforge.gxl.GXL
The DIRECTED attribute value, "directed".
DIRECTION - Static variable in class net.sourceforge.gxl.GXL
The DIRECTION attribute name, "direction".
DUPLICATE_ID - Static variable in class net.sourceforge.gxl.GXLValidationException
IDs must be unique throughout a GXLDocument.
DUPLICATE_NAME - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLAttr name attribute must be unique to it's GXLAttributedElement parent.
DUPLICATE_ORDER - Static variable in class net.sourceforge.gxl.GXLValidationException
Attributes from-/to-/start-/endorder must be unique to their incident element.
DUPLICATE_TYPE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLTypedElements may at the most contain one GXLType.
DUPLICATE_VALUE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLAttr may at the most contain one GXLValue.
DUPLICATE_VALUE_TYPE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLSet, GXLBag and GXLSeq must have elements of the same value type.

E

EDGE - Static variable in class net.sourceforge.gxl.GXL
The EDGE element name, "edge".
EDGEIDS - Static variable in class net.sourceforge.gxl.GXL
The EDGEIDS attribute name, "edgeids".
EDGEMODE - Static variable in class net.sourceforge.gxl.GXL
The EDGEMODE attribute name, "edgemode".
ENDORDER - Static variable in class net.sourceforge.gxl.GXL
The ENDORDER attribute name, "endorder".
ENUM - Static variable in class net.sourceforge.gxl.GXL
The ENUM element name, "enum".
equals(Object) - Method in class net.sourceforge.gxl.GXLType
Compares this type to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLTup
Compares this tuple to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLString
Compares this GXLString to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLSet
Compares this set to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLSeq
Compares this sequence to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLLocator
Compares this GXLLocator to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLInt
Compares this GXLInt to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLFloat
Compares this GXLFloat to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLEnum
Compares this GXLEnum to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLBool
Compares this GXLBool to another object.
equals(Object) - Method in class net.sourceforge.gxl.GXLBag
Compares this bag to another object.

F

FALSE - Static variable in class net.sourceforge.gxl.GXL
The FALSE attribute value, "false".
FLOAT - Static variable in class net.sourceforge.gxl.GXL
The FLOAT element name, "float".
FROM - Static variable in class net.sourceforge.gxl.GXL
The FROM attribute name, "from".
FROMORDER - Static variable in class net.sourceforge.gxl.GXL
The FROMORDER attribute name, "fromorder".

G

generateAttrID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "attr" + number.
generateEdgeID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "edge" + number.
generateGraphID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "graph" + number.
generateID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "id" + number.
generateID(String) - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form prefix + number.
generateNodeID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "node" + number.
generateRelID() - Method in class net.sourceforge.gxl.GXLIDGenerator
Generates a unique ID of the form "rel" + number.
getAllowsHyperGraphs() - Method in class net.sourceforge.gxl.GXLGraph
Returns the value of the hypergraph attribute.
getAttr(String) - Method in class net.sourceforge.gxl.GXLAttributedElement
Returns the attr child element with the specified name.
getAttrAt(int) - Method in class net.sourceforge.gxl.GXLAttributedElement
Returns the specified attr element.
getAttrCount() - Method in class net.sourceforge.gxl.GXLAttributedElement
Returns the number of attr elements contained in this element.
getAttribute(String) - Method in class net.sourceforge.gxl.GXLElement
Returns the value of the specified attribute, or null if the attribute isn't set.
getAttributeName() - Method in class net.sourceforge.gxl.GXLAttributeModificationEvent
Returns the name of the attribute that has been modified.
getBooleanValue() - Method in class net.sourceforge.gxl.GXLBool
Returns the encapsulated value of this GXLBool as a boolean.
getCardinal(GXLValue) - Method in class net.sourceforge.gxl.GXLBag
Returns the number of occurences of the specified element that this bag contains (comparation is done with the equals method).
getChildAt(int) - Method in class net.sourceforge.gxl.GXLElement
Returns the specified child.
getChildCount() - Method in class net.sourceforge.gxl.GXLElement
Returns the number of children this element has.
getConnectionAt(int) - Method in class net.sourceforge.gxl.GXLGraphElement
Returns the specified tentacle.
getConnectionCount() - Method in class net.sourceforge.gxl.GXLGraphElement
Returns the number of GXLLocalConnectionTentacles connected to this GXLGraphElement.
getDanglingTentacleAt(int) - Method in class net.sourceforge.gxl.GXLDocument
Returns the specified dangling tentacle.
getDanglingTentacleCount() - Method in class net.sourceforge.gxl.GXLDocument
Returns the number of dangling tentacles contained in this document.
getDirection() - Method in class net.sourceforge.gxl.GXLRelend
The direction of this tentacle, either GXL.NONE, GXL.IN or GXL.OUT.
getDirection() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
The direction of this tentacle, either GXL.NONE, GXL.IN or GXL.OUT.
getDocument() - Method in class net.sourceforge.gxl.GXLElement
Returns the GXLDocument that this element is contained in, or null if this element isn't contained in a GXLDocument
getDocumentElement() - Method in class net.sourceforge.gxl.GXLDocument
Returns the top gxl element.
getEdgeIDs() - Method in class net.sourceforge.gxl.GXLGraph
Returns the value of the edgeids attribute.
getEdgeMode() - Method in class net.sourceforge.gxl.GXLGraph
Returns the value of the edgemode attribute.
getElement() - Method in class net.sourceforge.gxl.GXLValueModificationEvent
Returns the GXLAtomicValue element whose value has changed.
getElement() - Method in class net.sourceforge.gxl.GXLTreeModificationEvent
Returns the element that was inserted or removed.
getElement() - Method in class net.sourceforge.gxl.GXLAttrValueModificationEvent
Returns the attr element whose value has been replaced.
getElement() - Method in class net.sourceforge.gxl.GXLAttributeModificationEvent
Returns the element whose attribute has been modified.
getElement(String) - Method in class net.sourceforge.gxl.GXLDocument
Returns the element with the specified id, or null if no element contained in this document has the specified id set.
getFloatValue() - Method in class net.sourceforge.gxl.GXLFloat
Returns the encapsulated value of this GXLFloat as a float.
getGraphAt(int) - Method in class net.sourceforge.gxl.GXLGXL
Returns the specified graph.
getGraphAt(int) - Method in class net.sourceforge.gxl.GXLGraphElement
Returns the specified GXLGraph.
getGraphCount() - Method in class net.sourceforge.gxl.GXLGXL
Returns the number of graphs contained in this gxl element.
getGraphCount() - Method in class net.sourceforge.gxl.GXLGraphElement
Returns the number of GXLGraphs in this element.
getGraphElementAt(int) - Method in class net.sourceforge.gxl.GXLGraph
Returns the specified GXLGraphElement.
getGraphElementCount() - Method in class net.sourceforge.gxl.GXLGraph
Returns the number of GXLGraphElements (nodes, edges and relations) contained in this graph.
getID() - Method in class net.sourceforge.gxl.GXLAttributedElement
Returns the value of the id attribute or null if the attribute isn't set.
getIntValue() - Method in class net.sourceforge.gxl.GXLInt
Returns the encapsulated value of this GXLInt as an int.
getKind() - Method in class net.sourceforge.gxl.GXLAttr
Returns the value of the kind attribute or null if the attribute isn't set.
getLocalConnection() - Method in class net.sourceforge.gxl.GXLRelend
Returns the GXLRel that this relend connects from.
getLocalConnection() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Returns the GXLLocalConnection that this tentacle connects from.
getName() - Method in class net.sourceforge.gxl.GXLAttr
Returns the value of the name attribute or null if the attribute isn't set.
getParent() - Method in class net.sourceforge.gxl.GXLTreeModificationEvent
Returns the parent that the element was inserted into or removed from.
getParent() - Method in class net.sourceforge.gxl.GXLElement
Returns the parent of this element, or null if this element doesn't have a parent.
getRelendAt(int) - Method in class net.sourceforge.gxl.GXLRel
Returns the specified relend child.
getRelendCount() - Method in class net.sourceforge.gxl.GXLRel
Returns the number of relend children contained in this rel element.
getRelIncidenceOrder() - Method in class net.sourceforge.gxl.GXLRelend
Returns the order of this relend.
getRole() - Method in class net.sourceforge.gxl.GXLRelend
Returns the value of the role attribute or null if the attribute isn't set.
getRole() - Method in class net.sourceforge.gxl.GXLGraph
Returns the value of the role attribute or null if the attribute isn't set.
getSource() - Method in class net.sourceforge.gxl.GXLEdge
Returns the graph element that is the source of this edge, or null if this is a dangling edge.
getSourceID() - Method in class net.sourceforge.gxl.GXLEdge
Returns the id of the graph element that is the source of this edge.
getSourceIncidenceOrder() - Method in class net.sourceforge.gxl.GXLEdge
Returns the integer used to order this edge's source tentacle relative to the source's other incident tentacles.
getSourceTentacle() - Method in class net.sourceforge.gxl.GXLEdge
Returns the tentacle connecting this edge to it's source.
getTarget() - Method in class net.sourceforge.gxl.GXLRelend
Returns the GXLGraphElement that this relend connects to.
getTarget() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Returns the GXLGraphElement that this tentacle connects to.
getTarget() - Method in class net.sourceforge.gxl.GXLEdge
Returns the graph element that is the target of this edge, or null if this is a dangling edge.
getTargetID() - Method in class net.sourceforge.gxl.GXLRelend
Returns the value of the target attribute.
getTargetID() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Returns the id of the GXLGraphElement that this tentacle connects to.
getTargetID() - Method in class net.sourceforge.gxl.GXLEdge
Returns the id of the graph element that is the target of this edge.
getTargetIncidenceOrder() - Method in class net.sourceforge.gxl.GXLRelend
Returns the order of this tentacle.
getTargetIncidenceOrder() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Returns the order of this tentacle.
getTargetIncidenceOrder() - Method in class net.sourceforge.gxl.GXLEdge
Returns the integer used to order this edge's target tentacle relative to the target's other incident tentacles.
getTargetTentacle() - Method in class net.sourceforge.gxl.GXLEdge
Returns the tentacle connecting this edge to it's target.
getTentacleAt(int) - Method in class net.sourceforge.gxl.GXLLocalConnection
Returns the specified tentacle.
getTentacleCount() - Method in class net.sourceforge.gxl.GXLLocalConnection
Returns the number of tentacles that this GXLLocalConnection has.
getType() - Method in class net.sourceforge.gxl.GXLValidationException
Returns the type of validation error that caused this exception.
getType() - Method in class net.sourceforge.gxl.GXLTypedElement
Returns the type of this element, or null if no type is specified.
getURI() - Method in class net.sourceforge.gxl.GXLType
Returns the URI of this type.
getURI() - Method in class net.sourceforge.gxl.GXLLocator
Returns the encapsulated URI of this GXLLocator.
getValue() - Method in class net.sourceforge.gxl.GXLValueModificationEvent
Returns the new value.
getValue() - Method in class net.sourceforge.gxl.GXLAttrValueModificationEvent
Returns the new value of the attribute.
getValue() - Method in class net.sourceforge.gxl.GXLAttributeModificationEvent
Returns the new value of the attribute.
getValue() - Method in class net.sourceforge.gxl.GXLAttr
Returns the GXLValue of this attr element.
getValue() - Method in class net.sourceforge.gxl.GXLAtomicValue
Returns the encapsulated value as a String.
getValueAt(int) - Method in class net.sourceforge.gxl.GXLCompositeValue
Returns the specified value element.
getValueCount() - Method in class net.sourceforge.gxl.GXLCompositeValue
Returns the number of value elements contained in this composite value.
GRAPH - Static variable in class net.sourceforge.gxl.GXL
The GRAPH element name, "graph".
GXL - class net.sourceforge.gxl.GXL.
Provides static GXL constants that can be used if wanted.
GXL - Static variable in class net.sourceforge.gxl.GXL
The GXL element name, "gxl".
GXL_XMLNS_XLINK - Static variable in class net.sourceforge.gxl.GXL
The GXL_XMLNS_XLINK attribute value, "http://www.w3.org/1999/xlink".
GXLAtomicValue - class net.sourceforge.gxl.GXLAtomicValue.
Superclass of all atomic values.
GXLAttr - class net.sourceforge.gxl.GXLAttr.
Represents the GXL attr element.
GXLAttr(String, GXLValue) - Constructor for class net.sourceforge.gxl.GXLAttr
Creates a new GXLAttr element.
gxlAttributeChanged(GXLAttributeModificationEvent) - Method in interface net.sourceforge.gxl.GXLDocumentListener
Invoked when an attribute of an element has been modified.
gxlAttributeChanged(GXLAttributeModificationEvent) - Method in class net.sourceforge.gxl.GXLDocumentAdapter
Invoked when an attribute of an element has been modified.
GXLAttributedElement - class net.sourceforge.gxl.GXLAttributedElement.
Superclass for all GXLElements that can be attributed using attr elements.
GXLAttributeModificationEvent - class net.sourceforge.gxl.GXLAttributeModificationEvent.
The event that is passed to GXLDocumentListeners when an attribute has been modified.
gxlAttrValueChanged(GXLAttrValueModificationEvent) - Method in interface net.sourceforge.gxl.GXLDocumentListener
Invoked when an attr elements value has been replaced.
gxlAttrValueChanged(GXLAttrValueModificationEvent) - Method in class net.sourceforge.gxl.GXLDocumentAdapter
Invoked when an attr elements value has been replaced.
GXLAttrValueModificationEvent - class net.sourceforge.gxl.GXLAttrValueModificationEvent.
The event that is passed to GXLDocumentListeners when an attr elements value has been replaced.
GXLBag - class net.sourceforge.gxl.GXLBag.
Represents the GXL bag element.
GXLBag() - Constructor for class net.sourceforge.gxl.GXLBag
Creates a new (empty) GXLBag element.
GXLBool - class net.sourceforge.gxl.GXLBool.
Represents the GXL bool element.
GXLBool(boolean) - Constructor for class net.sourceforge.gxl.GXLBool
Creates a new GXLBool element.
GXLCompositeValue - class net.sourceforge.gxl.GXLCompositeValue.
Superclass for all composite value elements (that is bag, set, seq and tup).
GXLDocument - class net.sourceforge.gxl.GXLDocument.
Represents a GXL document responsible for reading and writing GXL files.
GXLDocument() - Constructor for class net.sourceforge.gxl.GXLDocument
Creates a blank GXLDocument, only containing the top gxl element.
GXLDocument(File) - Constructor for class net.sourceforge.gxl.GXLDocument
Parses the specified file and builds the GXL document structure out of it.
GXLDocument(InputStream) - Constructor for class net.sourceforge.gxl.GXLDocument
Parses the specified InputStream and builds the GXL document structure out of it.
GXLDocument(URL) - Constructor for class net.sourceforge.gxl.GXLDocument
Parses the resource specified by the url and builds the GXL document structure out of it.
GXLDocumentAdapter - class net.sourceforge.gxl.GXLDocumentAdapter.
Adapter for the GXLDocumentListener interface, providing empty method bodies.
GXLDocumentAdapter() - Constructor for class net.sourceforge.gxl.GXLDocumentAdapter
 
GXLDocumentListener - interface net.sourceforge.gxl.GXLDocumentListener.
The listener interface for receiving GXL document modification events.
GXLEdge - class net.sourceforge.gxl.GXLEdge.
Represents the GXL edge element.
GXLEdge(GXLGraphElement, GXLGraphElement) - Constructor for class net.sourceforge.gxl.GXLEdge
Creates a new GXLEdge element with the specified source and target.
GXLEdge(String, String) - Constructor for class net.sourceforge.gxl.GXLEdge
Creates a new GXLEdge element with the specified source and target.
GXLElement - class net.sourceforge.gxl.GXLElement.
Superclass of all GXL elements.
gxlElementInserted(GXLTreeModificationEvent) - Method in interface net.sourceforge.gxl.GXLDocumentListener
Invoked when a new element has been inserted into the document.
gxlElementInserted(GXLTreeModificationEvent) - Method in class net.sourceforge.gxl.GXLDocumentAdapter
Invoked when a new element has been inserted into the document.
gxlElementRemoved(GXLTreeModificationEvent) - Method in interface net.sourceforge.gxl.GXLDocumentListener
Invoked when an element has been removed from the document.
gxlElementRemoved(GXLTreeModificationEvent) - Method in class net.sourceforge.gxl.GXLDocumentAdapter
Invoked when an element has been removed from the document.
GXLEnum - class net.sourceforge.gxl.GXLEnum.
Represents the GXL enum element.
GXLEnum(String) - Constructor for class net.sourceforge.gxl.GXLEnum
Creates a new GXLEnum element.
GXLFloat - class net.sourceforge.gxl.GXLFloat.
Represents the GXL float element.
GXLFloat(float) - Constructor for class net.sourceforge.gxl.GXLFloat
Creates a new GXLFloat element.
GXLGraph - class net.sourceforge.gxl.GXLGraph.
Represents the GXL graph element.
GXLGraph(String) - Constructor for class net.sourceforge.gxl.GXLGraph
Creates a new GXLGraph element with the specified id.
GXLGraphElement - class net.sourceforge.gxl.GXLGraphElement.
Superclass for all GXLElements that can be connected by GXLLocalConnections.
GXLGXL - class net.sourceforge.gxl.GXLGXL.
Represents the GXL gxl element.
GXLIDGenerator - class net.sourceforge.gxl.GXLIDGenerator.
A simple id generator.
GXLIDGenerator(GXLDocument) - Constructor for class net.sourceforge.gxl.GXLIDGenerator
Creates a new id generator.
GXLInt - class net.sourceforge.gxl.GXLInt.
Represents the GXL int element.
GXLInt(int) - Constructor for class net.sourceforge.gxl.GXLInt
Creates a new GXLInt element.
GXLLocalConnection - class net.sourceforge.gxl.GXLLocalConnection.
Superclass for GXLEdge and GXLRel providing basic edge functionality.
GXLLocalConnectionTentacle - interface net.sourceforge.gxl.GXLLocalConnectionTentacle.
Non-GXL entity representing a tentacle between a GXLLocalConnection and a GXLGraphElement.
GXLLocator - class net.sourceforge.gxl.GXLLocator.
Represents the GXL locator element.
GXLLocator(URI) - Constructor for class net.sourceforge.gxl.GXLLocator
Creates a new GXLLocator element.
GXLNode - class net.sourceforge.gxl.GXLNode.
Represents the GXL node element.
GXLNode(String) - Constructor for class net.sourceforge.gxl.GXLNode
Creates a new GXLNode element with the specified id.
GXLRel - class net.sourceforge.gxl.GXLRel.
Represents the GXL rel element.
GXLRel() - Constructor for class net.sourceforge.gxl.GXLRel
Creates a new GXLRel element containing no tentacles.
GXLRelend - class net.sourceforge.gxl.GXLRelend.
Represents the GXL relend element.
GXLRelend(GXLGraphElement) - Constructor for class net.sourceforge.gxl.GXLRelend
Creates a new GXLRelend element with the specified target.
GXLRelend(String) - Constructor for class net.sourceforge.gxl.GXLRelend
Creates a new GXLRelend element with the specified target.
GXLSeq - class net.sourceforge.gxl.GXLSeq.
Represents the GXL seq element.
GXLSeq() - Constructor for class net.sourceforge.gxl.GXLSeq
Creates a new (empty) GXLSeq element.
GXLSet - class net.sourceforge.gxl.GXLSet.
Represents the GXL set element.
GXLSet() - Constructor for class net.sourceforge.gxl.GXLSet
Creates a new (empty) GXLSet element.
GXLString - class net.sourceforge.gxl.GXLString.
Represents the GXL string element.
GXLString(String) - Constructor for class net.sourceforge.gxl.GXLString
Creates a new GXLString element.
GXLTreeModificationEvent - class net.sourceforge.gxl.GXLTreeModificationEvent.
The event that is passed to GXLDocumentListeners when an element has been inserted or removed.
GXLTup - class net.sourceforge.gxl.GXLTup.
Represents the GXL tup element.
GXLTup() - Constructor for class net.sourceforge.gxl.GXLTup
Creates a new (empty) GXLTup element.
GXLType - class net.sourceforge.gxl.GXLType.
Represents the GXL type element.
GXLType(URI) - Constructor for class net.sourceforge.gxl.GXLType
Creates a new GXLType element.
GXLTypedElement - class net.sourceforge.gxl.GXLTypedElement.
Superclass for all GXLElements that can be typed using the type element.
GXLValidationException - exception net.sourceforge.gxl.GXLValidationException.
Thrown when an operation that would render a GXLDocument invalid has been attempted.
GXLValue - class net.sourceforge.gxl.GXLValue.
Superclass for all values.
gxlValueChanged(GXLValueModificationEvent) - Method in interface net.sourceforge.gxl.GXLDocumentListener
Invoked when an atomic value has been modified.
gxlValueChanged(GXLValueModificationEvent) - Method in class net.sourceforge.gxl.GXLDocumentAdapter
Invoked when an atomic value has been modified.
GXLValueModificationEvent - class net.sourceforge.gxl.GXLValueModificationEvent.
The event that is passed to GXLDocumentListeners when a GXLAtomicValue has been modified.

H

hasRelIncidenceOrder() - Method in class net.sourceforge.gxl.GXLRelend
Whether this relend is ordered relative to the surrounding relations other relends.
hasSourceIncidenceOrder() - Method in class net.sourceforge.gxl.GXLEdge
Returns whether this edge's source tentacle is ordered relative to the source.
hasTargetIncidenceOrder() - Method in class net.sourceforge.gxl.GXLRelend
Whether this tentacle is ordered relative to the target elements other incident tentacles.
hasTargetIncidenceOrder() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Whether this tentacle is ordered relative to the target elements other incident tentacles.
hasTargetIncidenceOrder() - Method in class net.sourceforge.gxl.GXLEdge
Returns whether this edge's target tentacle is ordered relative to the target.
HYPERGRAPH - Static variable in class net.sourceforge.gxl.GXL
The HYPERGRAPH attribute name, "hypergraph".

I

ID - Static variable in class net.sourceforge.gxl.GXL
The ID attribute name, "id".
IN - Static variable in class net.sourceforge.gxl.GXL
The IN attribute value, "in".
indexOf(GXLElement) - Method in class net.sourceforge.gxl.GXLElement
Returns the index of the specified child, or -1 if the specified element isn't a child of this element.
insert(GXLElement, int) - Method in class net.sourceforge.gxl.GXLElement
Inserts the specified child into this element's child array at the specified index.
INT - Static variable in class net.sourceforge.gxl.GXL
The INT element name, "int".
INVALID_ATTRIBUTE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLElements must not contain any attributes not described in the DTD.
INVALID_ATTRIBUTE_VALUE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLElement attributes must not contain invalid values.
INVALID_CHILD_TYPE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLElements only allow certain types of children.
INVALID_CONNECTION - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLLocalConnections must refer to GXLGraphElements.
INVALID_ELEMENT_TYPE - Static variable in class net.sourceforge.gxl.GXLValidationException
All elements in a gxl file must be of a type described in the DTD.
INVALID_INTERGRAPH_CONNECTION - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLGraphElements in differing top GXLGraphs cannot be connected.
INVALID_MULTIGRAPH_TYPED_GRAPH - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLTypes within a GXLGraph must all point to a single schema graph.
INVALID_ORDER - Static variable in class net.sourceforge.gxl.GXLValidationException
Attributes from-/to-/start-/endorder must be integers.
INVALID_SELF_REFERENCE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLLocalConnections must not reference themselves.
INVALID_URI - Static variable in class net.sourceforge.gxl.GXLValidationException
xlink in type/locator must be a valid uri.
INVALID_VALUE - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLAtomicValues must conform to their type (int, float and bool).
isDangling() - Method in class net.sourceforge.gxl.GXLRelend
Returns whether this tentacle is dangling.
isDangling() - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Returns whether this tentacle is dangling.
ISDIRECTED - Static variable in class net.sourceforge.gxl.GXL
The ISDIRECTED attribute name, "isdirected".
isDirected() - Method in class net.sourceforge.gxl.GXLLocalConnection
Whether this GXLLocalConnection is directed.

K

KIND - Static variable in class net.sourceforge.gxl.GXL
The KIND attribute name, "kind".

L

LOCATOR - Static variable in class net.sourceforge.gxl.GXL
The LOCATOR element name, "locator".

N

NAME - Static variable in class net.sourceforge.gxl.GXL
The NAME attribute name, "name".
net.sourceforge.gxl - package net.sourceforge.gxl
 
NODE - Static variable in class net.sourceforge.gxl.GXL
The NODE element name, "node".
NONE - Static variable in class net.sourceforge.gxl.GXL
The NONE attribute value, "none".

O

OUT - Static variable in class net.sourceforge.gxl.GXL
The OUT attribute value, "out".

P

PROHIBITED_DIRECTION_OVERRIDE - Static variable in class net.sourceforge.gxl.GXLValidationException
If GXLGraph edgemode attribute is set to (un-)directed it cannot be overriden by isdirected attributes.
PROHIBITED_HYPERGRAPH - Static variable in class net.sourceforge.gxl.GXLValidationException
If GXLGraph hypergraph attribute is set to false, no relations are allowed.

R

REL - Static variable in class net.sourceforge.gxl.GXL
The REL element name, "rel".
RELEND - Static variable in class net.sourceforge.gxl.GXL
The RELEND element name, "relend".
remove(GXLElement) - Method in class net.sourceforge.gxl.GXLElement
Removes the specified child from this element's child vector.
removeGXLDocumentListener(GXLDocumentListener) - Method in class net.sourceforge.gxl.GXLDocument
Removes the specified document listener so that it no longer receives document modification events.
REQUIRED_ATTRIBUTE_MISSING - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLElements must contain their required attributes.
REQUIRED_RELEND_DIRECTION_MISSING - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLRelend direction attribute must be set to GXL.IN/GXL.OUT if its GXLRel parent is directed.
REQUIRED_VALUE_MISSING - Static variable in class net.sourceforge.gxl.GXLValidationException
GXLAttr must contain one GXLValue.
ROLE - Static variable in class net.sourceforge.gxl.GXL
The ROLE attribute name, "role".

S

SEQ - Static variable in class net.sourceforge.gxl.GXL
The SEQ element name, "seq".
SET - Static variable in class net.sourceforge.gxl.GXL
The SET element name, "set".
setAllowsHyperGraphs(boolean) - Method in class net.sourceforge.gxl.GXLGraph
Sets the value of the hypergraph attribute.
setAttr(String, GXLValue) - Method in class net.sourceforge.gxl.GXLAttributedElement
Sets the value of the specified attribute, creating it if necessary.
setAttribute(String, String) - Method in class net.sourceforge.gxl.GXLElement
Sets the specified attribute.
setBooleanValue(boolean) - Method in class net.sourceforge.gxl.GXLBool
Sets the encapsulated boolean value.
setDirected(boolean) - Method in class net.sourceforge.gxl.GXLLocalConnection
Sets the value of the directed attribute.
setDirection(String) - Method in class net.sourceforge.gxl.GXLRelend
Sets the value of the direction attribute.
setEdgeIDs(boolean) - Method in class net.sourceforge.gxl.GXLGraph
Sets the value of the edgeids attribute.
setEdgeMode(String) - Method in class net.sourceforge.gxl.GXLGraph
Sets the value of the edgemode attribute.
setFloatValue(float) - Method in class net.sourceforge.gxl.GXLFloat
Sets the encapsulated float value.
setID(String) - Method in class net.sourceforge.gxl.GXLAttributedElement
Sets the value of the id attribute.
setIntValue(int) - Method in class net.sourceforge.gxl.GXLInt
Sets the encapsulated integer value.
setKind(String) - Method in class net.sourceforge.gxl.GXLAttr
Sets the value of the kind attribute.
setName(String) - Method in class net.sourceforge.gxl.GXLAttr
Sets the value of the name attribute.
setRelIncidenceOrder(int) - Method in class net.sourceforge.gxl.GXLRelend
Sets the order of this relend.
setRole(String) - Method in class net.sourceforge.gxl.GXLRelend
Sets the value of the role attribute.
setRole(String) - Method in class net.sourceforge.gxl.GXLGraph
Sets the value of the role attribute.
setSource(GXLGraphElement) - Method in class net.sourceforge.gxl.GXLEdge
Sets the source of this edge.
setSourceID(String) - Method in class net.sourceforge.gxl.GXLEdge
Sets the source of this edge.
setSourceIncidenceOrder(int) - Method in class net.sourceforge.gxl.GXLEdge
Sets the integer used to order this edge's source tentacle relative to the source's other incident tentacles.
setTarget(GXLGraphElement) - Method in class net.sourceforge.gxl.GXLRelend
Sets the GXLGraphElement that this relend connects to.
setTarget(GXLGraphElement) - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Sets the GXLGraphElement that this tentacle connects to.
setTarget(GXLGraphElement) - Method in class net.sourceforge.gxl.GXLEdge
Sets the target of this edge.
setTargetID(String) - Method in class net.sourceforge.gxl.GXLRelend
Sets the value of the target attribute.
setTargetID(String) - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Sets the GXLGraphElement that this tentacle connects to.
setTargetID(String) - Method in class net.sourceforge.gxl.GXLEdge
Sets the target of this edge.
setTargetIncidenceOrder(int) - Method in class net.sourceforge.gxl.GXLRelend
Sets the order of this tentacle.
setTargetIncidenceOrder(int) - Method in interface net.sourceforge.gxl.GXLLocalConnectionTentacle
Sets the order of this tentacle.
setTargetIncidenceOrder(int) - Method in class net.sourceforge.gxl.GXLEdge
Sets the integer used to order this edge's target tentacle relative to the target's other incident tentacles.
setType(URI) - Method in class net.sourceforge.gxl.GXLTypedElement
Sets the type of this element.
setURI(URI) - Method in class net.sourceforge.gxl.GXLType
Sets the URI of this type.
setURI(URI) - Method in class net.sourceforge.gxl.GXLLocator
Sets the encapsulated URI.
setValue(GXLValue) - Method in class net.sourceforge.gxl.GXLAttr
Changes the value contained in this attr element.
setValue(String) - Method in class net.sourceforge.gxl.GXLAtomicValue
Sets the encapsulated value.
SIMPLE - Static variable in class net.sourceforge.gxl.GXL
The SIMPLE attribute value, "simple".
STARTORDER - Static variable in class net.sourceforge.gxl.GXL
The STARTORDER attribute name, "startorder".
STRING - Static variable in class net.sourceforge.gxl.GXL
The STRING element name, "string".
SYSTEM_ID - Static variable in class net.sourceforge.gxl.GXL
The url to the gxl dtd version 1.0

T

TARGET - Static variable in class net.sourceforge.gxl.GXL
The TARGET attribute name, "target".
TO - Static variable in class net.sourceforge.gxl.GXL
The TO attribute name, "to".
TOORDER - Static variable in class net.sourceforge.gxl.GXL
The TOORDER attribute name, "toorder".
TRUE - Static variable in class net.sourceforge.gxl.GXL
The TRUE attribute value, "true".
TUP - Static variable in class net.sourceforge.gxl.GXL
The TUP element name, "tup".
TYPE - Static variable in class net.sourceforge.gxl.GXL
The TYPE element name, "type".
TYPE_CDATA - Static variable in class net.sourceforge.gxl.GXL
The CDATA attribute type, "CDATA".
TYPE_ENUMERATION - Static variable in class net.sourceforge.gxl.GXL
The ENUMERATION attribute type, "ENUMERATION".
TYPE_ID - Static variable in class net.sourceforge.gxl.GXL
The ID attribute type, "ID".
TYPE_IDREF - Static variable in class net.sourceforge.gxl.GXL
The IDREF attribute type, "IDREF".
TYPE_NMTOKEN - Static variable in class net.sourceforge.gxl.GXL
The NMTOKEN attribute type, "NMTOKEN".

U

UNDIRECTED - Static variable in class net.sourceforge.gxl.GXL
The UNDIRECTED attribute value, "undirected".
UNSUPPORTED_VERSION - Static variable in class net.sourceforge.gxl.GXLValidationException
Only GXL 1.0 is currently supported.

W

write(File) - Method in class net.sourceforge.gxl.GXLDocument
Writes this document to file.
write(OutputStream) - Method in class net.sourceforge.gxl.GXLDocument
Writes this document to an OutputStream.

X

XLINK_HREF - Static variable in class net.sourceforge.gxl.GXL
The XLINK_HREF attribute name, "xlink:href".
XLINK_TYPE - Static variable in class net.sourceforge.gxl.GXL
The XLINK_TYPE attribute name, "xlink:type".
XMLNS_XLINK - Static variable in class net.sourceforge.gxl.GXL
The XMLNS_XLINK attribute name, "xmlns:xlink".

A B C D E F G H I K L N O P R S T U W X