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 SchedStrategyTypeschedPolicypublic StringclassNameprotected Stringname
-
Constructor Summary
Constructors Constructor Description InputSection(String className)
-
Method Summary
Modifier and Type Method Description voidsetServiceProcess(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)
-
-
-
-