public static class IlvGanttDocumentReader.Context extends Object
IlvGanttDocumentReader.Context
class is the context
object passed to the IlvActivityReader
, IlvResourceReader
,
IlvConstraintReader
, and IlvReservationReader
when an XML
document is
read
into a Gantt model.Modifier and Type | Method and Description |
---|---|
IlvActivity |
getActivity(String id)
Returns the activity with the specified ID that has already been read
from the XML document.
|
Document |
getDocument()
Returns the XML document that is being read from.
|
IlvGanttModel |
getGanttModel()
Returns the target Gantt model that the XML
document
is being read into. |
IlvResource |
getResource(String id)
Returns the resource with the specified ID that has already been read
from the XML document.
|
public Document getDocument()
public IlvGanttModel getGanttModel()
document
is being read into.public IlvActivity getActivity(String id)
id
- The activity id.null
if an activity with id
has not been read.public IlvResource getResource(String id)
id
- The resource id.null
if a resource with id
has not been read.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.