org.modeldriven.fuml.library.channel
Class TextInputChannelObject

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
Direct Known Subclasses:
StandardInputChannelObject

public abstract class TextInputChannelObject
extends InputChannelObject


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

TextInputChannelObject

public TextInputChannelObject()
Method Detail

readCharacter

public abstract java.lang.String readCharacter(Status errorStatus)

peekCharacter

public abstract java.lang.String peekCharacter(Status errorStatus)

readLine

public abstract java.lang.String readLine(Status errorStatus)

readInteger

public abstract java.lang.Integer readInteger(Status errorStatus)

readBoolean

public abstract java.lang.Boolean readBoolean(Status errorStatus)

readUnlimitedNatural

public abstract UnlimitedNatural readUnlimitedNatural(Status errorStatus)

execute

public void execute(OperationExecution execution)
Overrides:
execute in class InputChannelObject


Copyright © 2015. All Rights Reserved.