Uses of Interface
edu.isi.pegasus.planner.partitioner.graph.GraphNodeContent

Packages that use GraphNodeContent
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.partitioner.graph   
 

Uses of GraphNodeContent in edu.isi.pegasus.planner.classes
 

Classes in edu.isi.pegasus.planner.classes that implement GraphNodeContent
 class AggregatedJob
          This class holds all the specifics of an aggregated job.
 class DAGJob
          This is a data class that stores the contents of the DAG job in a DAX conforming to schema 3.0 or higher.
 class DAXJob
          This is a data class that stores the contents of the DAX job in a DAX conforming to schema 3.0 or higher.
 class Job
          The object of this class holds the information to generate a submit file about one particular job making the Dag.
 class TransferJob
          This is a data class that stores the contents of the transfer job that transfers the data.
 

Uses of GraphNodeContent in edu.isi.pegasus.planner.partitioner.graph
 

Subinterfaces of GraphNodeContent in edu.isi.pegasus.planner.partitioner.graph
 interface Graph
          The interface for the Graph Class.
 

Classes in edu.isi.pegasus.planner.partitioner.graph that implement GraphNodeContent
 class MapGraph
          An implementation of the Graph that is backed by a Map.
 

Fields in edu.isi.pegasus.planner.partitioner.graph declared as GraphNodeContent
private  GraphNodeContent GraphNode.mContent
          The content associated with this node.
 

Methods in edu.isi.pegasus.planner.partitioner.graph that return GraphNodeContent
 GraphNodeContent GraphNode.getContent()
          Returns the content associated with the node.
 

Methods in edu.isi.pegasus.planner.partitioner.graph with parameters of type GraphNodeContent
 void GraphNode.setContent(GraphNodeContent content)
          Sets the content associated with the node.
 

Constructors in edu.isi.pegasus.planner.partitioner.graph with parameters of type GraphNodeContent
GraphNode(String id, GraphNodeContent content)
          The overloaded constructor.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.