org.modeldriven.fuml.library.channel
Class StandardInputChannelObject
java.lang.Object
org.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
org.modeldriven.fuml.library.channel.StandardInputChannelObject
public class StandardInputChannelObject
- extends TextInputChannelObject
StandardInputChannelObject
public StandardInputChannelObject()
getName
public String getName()
- Specified by:
getName in class ChannelObject
open
public void open(Status errorStatus)
- Specified by:
open in class ChannelObject
close
public void close(Status errorStatus)
- Specified by:
close in class ChannelObject
isOpen
public boolean isOpen()
- Specified by:
isOpen in class ChannelObject
hasMore
public boolean hasMore()
- Specified by:
hasMore in class InputChannelObject
read
public Value read(Status errorStatus)
- Specified by:
read in class InputChannelObject
peek
public Value peek(Status errorStatus)
- Specified by:
peek in class InputChannelObject
readCharacter
public String readCharacter(Status errorStatus)
- Specified by:
readCharacter in class TextInputChannelObject
peekCharacter
public String peekCharacter(Status errorStatus)
- Specified by:
peekCharacter in class TextInputChannelObject
readLine
public String readLine(Status errorStatus)
- Specified by:
readLine in class TextInputChannelObject
readBoolean
public Boolean readBoolean(Status errorStatus)
- Specified by:
readBoolean in class TextInputChannelObject
readInteger
public Integer readInteger(Status errorStatus)
- Specified by:
readInteger in class TextInputChannelObject
readUnlimitedNatural
public UnlimitedNatural readUnlimitedNatural(Status errorStatus)
- Specified by:
readUnlimitedNatural in class TextInputChannelObject
new_
public Value new_()
- Description copied from class:
Object_
- operation new_
Copyright © 2012. All Rights Reserved.