Package jline.lang.nodes
Class Logger
-
- All Implemented Interfaces:
-
java.io.Serializable,jline.lang.Copyable
public class Logger extends Node implements Serializable
A node that logs passage of jobs
-
-
Field Summary
Fields Modifier and Type Field Description public StringfileNamepublic StringfilePathprotected Networkmodelpublic final NodeAttributeattributepublic Networkmodelprotected InputSectioninputprotected OutputSectionoutputprotected ServiceSectionserverprotected DropStrategydropStrategyprotected intstatefulIdxprotected intnodeIndexprotected intstationIdxprotected Matrixstateprotected Stringname
-
Method Summary
Modifier and Type Method Description StringgetFileName()StringgetFilePath()booleangetJobClass()voidsetJobClass(boolean value)booleangetJobID()voidsetJobID(boolean value)booleangetLoggerName()voidsetLoggerName(boolean value)NetworkgetModel()Returns the network model containing this node. booleangetStartTime()voidsetStartTime(boolean value)booleangetTimeAnyClass()voidsetTimeAnyClass(boolean value)booleangetTimeSameClass()voidsetTimeSameClass(boolean value)booleangetTimestamp()voidsetTimestamp(boolean value)-
Methods inherited from class jline.lang.nodes.Node
getAttribute, getCap, getClassCap, getDropStrategy, getInput, getNodeIndex, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getState, getStatefulIdx, getStationIdx, isReferenceStation, isStateful, printSummary, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setState, setStationIdx -
Methods inherited from class jline.lang.Element
getName, setName -
Methods inherited from class jline.lang.Copyable
copy -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFileName
String getFileName()
-
getFilePath
String getFilePath()
-
getJobClass
boolean getJobClass()
-
setJobClass
void setJobClass(boolean value)
-
getJobID
boolean getJobID()
-
setJobID
void setJobID(boolean value)
-
getLoggerName
boolean getLoggerName()
-
setLoggerName
void setLoggerName(boolean value)
-
getModel
Network getModel()
Returns the network model containing this node.
- Returns:
the parent network model
-
getStartTime
boolean getStartTime()
-
setStartTime
void setStartTime(boolean value)
-
getTimeAnyClass
boolean getTimeAnyClass()
-
setTimeAnyClass
void setTimeAnyClass(boolean value)
-
getTimeSameClass
boolean getTimeSameClass()
-
setTimeSameClass
void setTimeSameClass(boolean value)
-
getTimestamp
boolean getTimestamp()
-
setTimestamp
void setTimestamp(boolean value)
-
-
-
-