org.modeldriven.fuml.library.channel
Class StandardInputChannelObject

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Value
              extended by fUML.Semantics.Classes.Kernel.StructuredValue
                  extended by fUML.Semantics.Classes.Kernel.CompoundValue
                      extended by fUML.Semantics.Classes.Kernel.ExtensionalValue
                          extended by fUML.Semantics.Classes.Kernel.Object_
                              extended by org.modeldriven.fuml.library.libraryclass.ImplementationObject
                                  extended by org.modeldriven.fuml.library.channel.ChannelObject
                                      extended by org.modeldriven.fuml.library.channel.InputChannelObject
                                          extended by org.modeldriven.fuml.library.channel.TextInputChannelObject
                                              extended by org.modeldriven.fuml.library.channel.StandardInputChannelObject

public class StandardInputChannelObject
extends TextInputChannelObject


Field Summary
 
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
StandardInputChannelObject()
           
 
Method Summary
 void close(Status errorStatus)
           
 String getName()
           
 boolean hasMore()
           
 boolean isOpen()
           
 Value new_()
          operation new_
 void open(Status errorStatus)
           
 Value peek(Status errorStatus)
           
 String peekCharacter(Status errorStatus)
           
 Value read(Status errorStatus)
           
 Boolean readBoolean(Status errorStatus)
           
 String readCharacter(Status errorStatus)
           
 Integer readInteger(Status errorStatus)
           
 String readLine(Status errorStatus)
           
 UnlimitedNatural readUnlimitedNatural(Status errorStatus)
           
 
Methods inherited from class org.modeldriven.fuml.library.channel.TextInputChannelObject
execute
 
Methods inherited from class org.modeldriven.fuml.library.channel.ChannelObject
getStatus, updateStatus
 
Methods inherited from class org.modeldriven.fuml.library.libraryclass.ImplementationObject
dispatch
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Object_
copy, destroy, getTypes, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardInputChannelObject

public StandardInputChannelObject()
Method Detail

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.