|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.icore.process.TimePoint
ix.icore.process.PNode
ix.ip2.AgendaItem
ix.ip2.IssueItem
public class IssueItem
An AgendaEntry that represents an Issue.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ix.ip2.AgendaItem |
|---|
AgendaItem.UndoAddHistoryEvent, AgendaItem.UndoSetComments, AgendaItem.UndoSetPriority, AgendaItem.UndoSetStatus |
| Nested classes/interfaces inherited from class ix.icore.process.PNode |
|---|
PNode.MakeVarIfUnbound |
| Field Summary |
|---|
| Fields inherited from class ix.ip2.AgendaItem |
|---|
actions, handledBy, listeners, reports |
| Fields inherited from class ix.icore.process.PNode |
|---|
beginEnd, endEnd, level, modelManager, parent |
| Fields inherited from class ix.icore.process.TimePoint |
|---|
tpn_mark |
| Constructor Summary | |
|---|---|
IssueItem(Issue issue)
|
|
IssueItem(IssueItem parent,
Issue issue)
|
|
| Method Summary | |
|---|---|
void |
expandOneLevel(Refinement refinement,
MatchEnv env)
Creates child nodes as specified by a refinement and installs ordering links. |
protected PNode |
makePNode(PNode parent,
LList pattern)
Factory method that constructs a child PNode of the right class. |
| Methods inherited from class ix.icore.process.PNode |
|---|
addChild, allComputeStatus, allHaveStatus, computeStatus, ensureChildrenLinkedToParent, getBegin, getChildren, getEnd, getEnd, getLevel, getModelManager, getNameToChildMap, getParentPNode, getRefinement, getVarTable, hasChildren, isAncestorOf, isDescendentOf, isExpanded, isParentOf, isSiblingOf, processOrderings, refToTimePoint, setChildren, setModelManager, setNameToChildMap, setRefinement, setVarTable, statusFromNodeEnds, unlink, walk, walkChildren |
| Methods inherited from class ix.icore.process.TimePoint |
|---|
addPostConstraint, addPreConstraint, clear, getMaxTime, getMinTime, getPostConstraints, getPreConstraints, hasUnboundedMax, removePostConstraint, removePreConstraint, setMaxTime, setMinTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IssueItem(Issue issue)
public IssueItem(IssueItem parent,
Issue issue)
| Method Detail |
|---|
public void expandOneLevel(Refinement refinement,
MatchEnv env)
PNodeAlso instantiates the refinement, replacing with their values any variables that have values in 'env', and creates a map from the ids of child nodes to those children. The ids are taken from the node-specs in the refinement.
expandOneLevel in class PNode
protected PNode makePNode(PNode parent,
LList pattern)
PNode
makePNode in class PNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||