Uses of Class
net.sf.mpxj.Relation

Packages that use Relation
net.sf.mpxj   
net.sf.mpxj.listener   
 

Uses of Relation in net.sf.mpxj
 

Methods in net.sf.mpxj that return Relation
 Relation Task.addPredecessor(Task targetTask, RelationType type, Duration lag)
          This method allows a predecessor relationship to be added to this task instance.
 

Methods in net.sf.mpxj that return types with arguments of type Relation
 List<Relation> Task.getPredecessors()
          Retrieves the list of predecessors for this task.
 List<Relation> Task.getSuccessors()
          Retrieves the list of succesors for this task.
 

Methods in net.sf.mpxj with parameters of type Relation
 void ProjectFile.fireRelationReadEvent(Relation relation)
          This method is called to alert project listeners to the fact that a relation has been read from a project file.
 void ProjectFile.fireRelationWrittenEvent(Relation relation)
          This method is called to alert project listeners to the fact that a relation has been written to a project file.
 

Uses of Relation in net.sf.mpxj.listener
 

Methods in net.sf.mpxj.listener with parameters of type Relation
 void ProjectListener.relationRead(Relation relation)
          This method is called when a relation is read from a file.
 void DefaultProjectListener.relationRead(Relation relation)
          This method is called when a relation is read from a file.
 void ProjectListener.relationWritten(Relation relation)
          This method is called when a relation is written to a file.
 void DefaultProjectListener.relationWritten(Relation relation)
          This method is called when a relation is written to a file.
 



Copyright © 2012. All Rights Reserved.