Uses of Class
org.apache.struts2.sitegraph.model.SubGraph

Packages that use SubGraph
org.apache.struts2.sitegraph.model   
 

Uses of SubGraph in org.apache.struts2.sitegraph.model
 

Subclasses of SubGraph in org.apache.struts2.sitegraph.model
 class Graph
           
 

Fields in org.apache.struts2.sitegraph.model declared as SubGraph
protected  SubGraph SubGraph.parent
           
 

Fields in org.apache.struts2.sitegraph.model with type parameters of type SubGraph
protected  List<SubGraph> SubGraph.subGraphs
           
 

Methods in org.apache.struts2.sitegraph.model that return SubGraph
 SubGraph SubGraph.create(String namespace)
           
 SubGraph SiteGraphNode.getParent()
           
 

Methods in org.apache.struts2.sitegraph.model with parameters of type SubGraph
 void SubGraph.addSubGraph(SubGraph subGraph)
           
 void SubGraph.setParent(SubGraph parent)
           
 void SiteGraphNode.setParent(SubGraph parent)
           
 



Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.