Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph
Interface IGraphElement  view IGraphElement download IGraphElement.java

All Superinterfaces:
com.port80.util.attr.IAttrTable
All Known Subinterfaces:
IEdge, IGraph, IVertex

public interface IGraphElement
extends com.port80.util.attr.IAttrTable

Interface applies to all graph objects (Vertex,Edge,Graph) . Basic services provided by this base interface are accessor methods to the object name, the attribute map and some constants. . Each GraphElement instance has an attribute table.


Method Summary
 java.lang.Object getData()
           
 java.lang.String getElementTypeName()
           
 java.lang.String getName()
           
 void setData(java.lang.Object data)
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface com.port80.util.attr.IAttrTable
attrKeySet, clearAttrs, getAttr, getAttrAsString, getAttrBool, getAttrBool, getAttrCached, getAttrDouble, getAttrDouble, getAttrFloat, getAttrFloat, getAttrInt, getAttrInt, getAttrLong, getAttrLong, getAttrRegistry, getAttrString, hasAttr, removeAttr, removeUnregisteredAttrs, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttrFromString
 

Method Detail

getElementTypeName

public java.lang.String getElementTypeName()

getName

public java.lang.String getName()

getData

public java.lang.Object getData()

setName

public void setName(java.lang.String name)

setData

public void setData(java.lang.Object data)