fr.inria.oadymppac.parsing.info
Class ScheduleInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.inria.oadymppac.parsing.info.EventInfo
fr.inria.oadymppac.parsing.info.ScheduleInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DTDEventAttributes, DTDScheduleElement, EventAttributes, Info, ScheduleAttributes, StateProvider, UpdateProvider
- public class ScheduleInfo
- extends EventInfo
- implements ScheduleAttributes, UpdateProvider, StateProvider, java.lang.Cloneable
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.info.EventInfo |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFO_TYPE
public static final int INFO_TYPE
- See Also:
- Constant Field Values
ScheduleInfo
public ScheduleInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
getConstraint
public java.lang.String getConstraint()
- Specified by:
getConstraint
in interface ScheduleAttributes
setConstraint
public void setConstraint(java.lang.String cst)
- Specified by:
setConstraint
in interface ScheduleAttributes
getActions
public java.lang.String[] getActions()
- Specified by:
getActions
in interface ScheduleAttributes
setActions
public void setActions(java.lang.String[] actions)
- Specified by:
setActions
in interface ScheduleAttributes
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class BasicInfo
- Throws:
java.lang.CloneNotSupportedException
getUpdate
public UpdateInfo getUpdate()
- Specified by:
getUpdate
in interface UpdateProvider
- Returns:
- Returns the update.
setUpdate
public void setUpdate(UpdateInfo update)
- Specified by:
setUpdate
in interface UpdateProvider
- Parameters:
update
- The update to set.
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
- Returns the state.
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
- The state to set.