|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Semantics.Loci.LociL1.SemanticVisitor
fUML.Semantics.Classes.Kernel.Value
fUML.Semantics.Classes.Kernel.StructuredValue
fUML.Semantics.Classes.Kernel.CompoundValue
fUML.Semantics.Classes.Kernel.ExtensionalValue
fUML.Semantics.Classes.Kernel.Object_
org.modeldriven.fuml.library.libraryclass.ImplementationObject
org.modeldriven.fuml.library.channel.ChannelObject
org.modeldriven.fuml.library.channel.InputChannelObject
org.modeldriven.fuml.library.channel.TextInputChannelObject
public abstract class TextInputChannelObject
| Field Summary |
|---|
| Fields inherited from class org.modeldriven.fuml.library.channel.ChannelObject |
|---|
status |
| Fields inherited from class fUML.Semantics.Classes.Kernel.Object_ |
|---|
objectActivation, types |
| Fields inherited from class fUML.Semantics.Classes.Kernel.ExtensionalValue |
|---|
locus |
| Fields inherited from class fUML.Semantics.Classes.Kernel.CompoundValue |
|---|
featureValues |
| Constructor Summary | |
|---|---|
TextInputChannelObject()
|
|
| Method Summary | |
|---|---|
void |
execute(OperationExecution execution)
|
abstract java.lang.String |
peekCharacter(Status errorStatus)
|
abstract java.lang.Boolean |
readBoolean(Status errorStatus)
|
abstract java.lang.String |
readCharacter(Status errorStatus)
|
abstract java.lang.Integer |
readInteger(Status errorStatus)
|
abstract java.lang.String |
readLine(Status errorStatus)
|
abstract UnlimitedNatural |
readUnlimitedNatural(Status errorStatus)
|
| Methods inherited from class org.modeldriven.fuml.library.channel.InputChannelObject |
|---|
hasMore, peek, read |
| Methods inherited from class org.modeldriven.fuml.library.channel.ChannelObject |
|---|
close, getName, getStatus, isOpen, open, updateStatus |
| Methods inherited from class org.modeldriven.fuml.library.libraryclass.ImplementationObject |
|---|
dispatch |
| Methods inherited from class fUML.Semantics.Classes.Kernel.Object_ |
|---|
copy, destroy, getTypes, new_, register, send, startBehavior, unregister |
| Methods inherited from class fUML.Semantics.Classes.Kernel.CompoundValue |
|---|
equals, getFeatureValue, getFeatureValues, removeFeatureValues, setFeatureValue, toString |
| Methods inherited from class fUML.Semantics.Classes.Kernel.StructuredValue |
|---|
createFeatureValues, specify |
| Methods inherited from class fUML.Semantics.Classes.Kernel.Value |
|---|
hasType, objectId |
| Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor |
|---|
_beginIsolation, _endIsolation |
| Methods inherited from class org.modeldriven.fuml.FumlObject |
|---|
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextInputChannelObject()
| Method Detail |
|---|
public abstract java.lang.String readCharacter(Status errorStatus)
public abstract java.lang.String peekCharacter(Status errorStatus)
public abstract java.lang.String readLine(Status errorStatus)
public abstract java.lang.Integer readInteger(Status errorStatus)
public abstract java.lang.Boolean readBoolean(Status errorStatus)
public abstract UnlimitedNatural readUnlimitedNatural(Status errorStatus)
public void execute(OperationExecution execution)
execute in class InputChannelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||