ch.hearc.I04_05s08.GUI.RDF
Class RdfLiteral

java.lang.Object
  extended bych.hearc.I04_05s08.GUI.Graph.Element
      extended bych.hearc.I04_05s08.GUI.Graph.Node
          extended bych.hearc.I04_05s08.GUI.RDF.RdfNode
              extended bych.hearc.I04_05s08.GUI.RDF.RdfLiteral

public class RdfLiteral
extends RdfNode

A node for RDFS graph

Author:
Blanc, Yoan
Licence:
MIT
Copyright:
2005 Yoan Blanc, HE-ARC Ing�nierie

Field Summary
 
Fields inherited from class ch.hearc.I04_05s08.GUI.RDF.RdfNode
 
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Node
 
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Element
 
Constructor Summary
RdfLiteral(InstanceOfClass ioc)
          Build a literal rdf node
RdfLiteral(RdfLiteral rdfl)
          Build a copy of literal node
 
Method Summary
 Object clone()
          Return a clone
 void showDialog(GraphPanel graph)
          Display a dialog box for this node
 
Methods inherited from class ch.hearc.I04_05s08.GUI.RDF.RdfNode
getInstanceOfClass, setValue, update
 
Methods inherited from class ch.hearc.I04_05s08.GUI.Graph.Node
calcDimension, contains, draw, drawTitle, getBounds, getGravityPoint, getPoint, getProximityPoint, setPos
 
Methods inherited from class ch.hearc.I04_05s08.GUI.Graph.Element
getBackgroundColor, getForegroundColor, getGraph, getPadding, getTitle, isSelected, select, setBackgroundColor, setForegroundColor, setPadding, setSelectedBackgroundColor, setSelectedForegroundColor, setTitle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfLiteral

public RdfLiteral(InstanceOfClass ioc)
Build a literal rdf node

Parameters:
ioc - the instance of class

RdfLiteral

public RdfLiteral(RdfLiteral rdfl)
Build a copy of literal node

Parameters:
rdfl - the element to copy
Method Detail

clone

public Object clone()
Return a clone

Specified by:
clone in class Element
Returns:
the cone

showDialog

public void showDialog(GraphPanel graph)
Display a dialog box for this node

Overrides:
showDialog in class Element
Parameters:
graph - the graph


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC