Uses of Interface
net.sourceforge.fluxion.graph.Graph

Packages that use Graph
net.sourceforge.fluxion.graph   
net.sourceforge.fluxion.graph.factory   
net.sourceforge.fluxion.graph.listener   
net.sourceforge.fluxion.graph.view   
net.sourceforge.fluxion.graph.visitor   
net.sourceforge.fluxion.runcible.graph   
net.sourceforge.fluxion.runcible.graph.command   
net.sourceforge.fluxion.runcible.graph.command.manager   
net.sourceforge.fluxion.runcible.graph.manager   
net.sourceforge.fluxion.runcible.graph.mapping   
net.sourceforge.fluxion.runcible.graph.view   
net.sourceforge.fluxion.runcible.graph.view.factory   
net.sourceforge.fluxion.runcible.graph.view.utils   
 

Uses of Graph in net.sourceforge.fluxion.graph
 

Classes in net.sourceforge.fluxion.graph that implement Graph
 class AbstractGraph
          Javadocs go here.
 

Uses of Graph in net.sourceforge.fluxion.graph.factory
 

Methods in net.sourceforge.fluxion.graph.factory that return Graph
 Graph GraphFactory.getGraph()
           
 

Uses of Graph in net.sourceforge.fluxion.graph.listener
 

Methods in net.sourceforge.fluxion.graph.listener that return Graph
 Graph GraphChangeEvent.getNewGraph()
           
 

Constructors in net.sourceforge.fluxion.graph.listener with parameters of type Graph
GraphChangeEvent(int changeType, Graph newGraph, long time)
           
 

Uses of Graph in net.sourceforge.fluxion.graph.view
 

Methods in net.sourceforge.fluxion.graph.view that return Graph
 Graph GraphView.getGraph()
           
 

Methods in net.sourceforge.fluxion.graph.view with parameters of type Graph
 void GraphView.setGraph(Graph graph)
           
 

Uses of Graph in net.sourceforge.fluxion.graph.visitor
 

Methods in net.sourceforge.fluxion.graph.visitor with parameters of type Graph
 void GraphVisitor.visit(Graph graph)
          Visits the supplied Graph.
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph
 

Subinterfaces of Graph in net.sourceforge.fluxion.runcible.graph
 interface OWLGraph
          A graph which captures information about the arrangement of nodes in an OWL Ontology.
 

Classes in net.sourceforge.fluxion.runcible.graph that implement Graph
 class DefaultGraph
          The standard implementation of Graph.
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.command
 

Constructors in net.sourceforge.fluxion.runcible.graph.command with parameters of type Graph
AddDataConstantNodeCommand(Graph targetGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLDataProperty property, org.semanticweb.owl.model.OWLDataRange range, java.lang.String constantValue)
           
AddMemberNodeCommand(Graph sourceGraph, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
           
AddMemberNodeCommand(Graph sourceGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
           
AddRestrictedNodeCommand(Graph sourceGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLRestriction restriction, java.lang.String label)
           
DuplicateSubtreeCommand(Graph graph, Node duplicating, Node duplicate, java.lang.String prefix)
           
RenameNodeCommand(Graph graph, Node renaming, java.lang.String newName)
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.command.manager
 

Methods in net.sourceforge.fluxion.runcible.graph.command.manager with parameters of type Graph
 MemberOfNode GraphChangeFactory.requestMemberNode(Graph sourceGraph, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
           
 MemberOfNode GraphChangeFactory.requestNestedMemberNode(Graph sourceGraph, OWLMappingNode parentNode, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
           
 boolean GraphChangeFactory.requestRenameNode(Graph graph, Node node, java.lang.String newName)
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.manager
 

Methods in net.sourceforge.fluxion.runcible.graph.manager with parameters of type Graph
 Rule RuncibleChangeFactory.requestMappedRule(Graph sourceGraph, OWLMappingNode sourceNode, Graph targetGraph, OWLMappingNode targetNode)
           
 Rule RuncibleChangeFactory.requestRuleCreationCommand(Mapping mapping, Graph sourceGraph, OWLMappingNode sourceNode, Graph targetGraph, OWLMappingNode targetNode)
           
 Rule RuncibleChangeFactory.requestUnmappedRule(Graph sourceGraph, OWLMappingNode sourceNode)
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.mapping
 

Methods in net.sourceforge.fluxion.runcible.graph.mapping that return Graph
protected  Graph MappingManager.createSourceGraph()
           
protected  Graph MappingManager.createTargetGraph()
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.view
 

Methods in net.sourceforge.fluxion.runcible.graph.view that return Graph
 Graph FlexGraphView.getGraph()
           
 Graph DotGraphView.getGraph()
           
 

Methods in net.sourceforge.fluxion.runcible.graph.view with parameters of type Graph
 void FlexGraphView.setGraph(Graph graph)
           
 void DotGraphView.setGraph(Graph graph)
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.view.factory
 

Methods in net.sourceforge.fluxion.runcible.graph.view.factory with parameters of type Graph
 void FlexGraphViewFactory.visit(Graph graph)
           
 void DotGraphViewFactory.visit(Graph graph)
           
protected  void FlexGraphViewFactory.walkGraph(Graph graph, NodeView parent, Edge edge, java.util.Set<Node> alreadyDone)
           
protected  void DotGraphViewFactory.walkGraph(Graph graph, NodeView parent, Edge edge, java.util.Set<Node> alreadyDone)
           
 

Uses of Graph in net.sourceforge.fluxion.runcible.graph.view.utils
 

Methods in net.sourceforge.fluxion.runcible.graph.view.utils with parameters of type Graph
static Node FlexElementUtils.lookupNodeByFlexNodeName(java.lang.String flexName, Graph graph)
           
static Node SVGElementUtils.lookupNodeByNodeName(java.lang.String nodeName, Graph graph)
           
static Node SVGElementUtils.lookupNodeBySVGElementName(java.lang.String svgName, Graph graph)
           
 



Copyright © 2010. All Rights Reserved.