Package jline.lang.sections
Class InputSection
-
- All Implemented Interfaces:
-
java.io.Serializable
,jline.lang.Copyable
public class InputSection extends Section implements Serializable
Input section of a station
-
-
Field Summary
Fields Modifier and Type Field Description protected SchedStrategyType
schedPolicy
public String
className
protected String
name
-
Constructor Summary
Constructors Constructor Description InputSection(String className)
-
Method Summary
Modifier and Type Method Description void
setServiceProcess(ServiceBinding serviceProcess)
-
Methods inherited from class jline.lang.sections.Section
getClassName
-
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
-
-
Constructor Detail
-
InputSection
InputSection(String className)
-
-
Method Detail
-
setServiceProcess
void setServiceProcess(ServiceBinding serviceProcess)
-
-
-
-