Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.listener |
Modifier and Type | Method and Description |
---|---|
Relation |
RelationContainer.addPredecessor(Relation.Builder builder)
Add a predecessor relationship using the Relation instance created by the
supplied relation.Builder.
|
Relation |
Task.addPredecessor(Relation.Builder builder)
This method allows a predecessor relationship to be added to this
task instance.
|
Relation |
Relation.Builder.build()
Build a Relation instance.
|
Modifier and Type | Method and Description |
---|---|
List<Relation> |
Task.getPredecessors()
Retrieves the list of predecessors for this task.
|
List<Relation> |
RelationContainer.getPredecessors(Task task)
Retrieve the predecessors for a given task.
|
List<Relation> |
RelationContainer.getRawSuccessors(Task task)
Retrieve the successors for a task in their "raw" form where each
Relation instance lists the successor as the source task attribute and
the predecessor as the target task attribute.
|
List<Relation> |
Task.getSuccessors()
Retrieves the list of successors for this task.
|
List<Relation> |
RelationContainer.getSuccessors(Task task)
Retrieve the successors of a given task.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RelationContainer.added(Relation element) |
void |
EventManager.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 |
EventManager.fireRelationWrittenEvent(Relation relation)
This method is called to alert project listeners to the fact that
a relation has been written to a project file.
|
Relation.Builder |
Relation.Builder.from(Relation value)
Create a builder from a Relation instance.
|
protected void |
RelationContainer.removed(Relation element) |
protected void |
RelationContainer.replaced(Relation oldElement,
Relation newElement) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectListener.relationRead(Relation relation) |
void |
ProjectListener.relationRead(Relation relation)
This method is called when a relation is read from a file.
|
void |
DefaultProjectListener.relationWritten(Relation relation) |
void |
ProjectListener.relationWritten(Relation relation)
This method is called when a relation is written to a file.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.