fUML.Library.ChannelImplementation
Class TextOutputChannelObject

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 fUML.Library.LibraryClassImplementation.ImplementationObject
                                  extended by fUML.Library.ChannelImplementation.ChannelObject
                                      extended by fUML.Library.ChannelImplementation.OutputChannelObject
                                          extended by fUML.Library.ChannelImplementation.TextOutputChannelObject
Direct Known Subclasses:
StandardOutputChannelObject

public abstract class TextOutputChannelObject
extends OutputChannelObject

An implementation of the model object ' fUML::Library::ChannelImplementation::TextOutputChannelObject '.

The following features are implemented:


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
TextOutputChannelObject()
           
 
Method Summary
 void execute(OperationExecution execution)
          operation execute
 void writeBoolean(boolean value)
          operation writeBoolean
 void writeInteger(int value)
          operation writeInteger
 void writeLine(String value)
          operation writeLine
abstract  void writeNewLine()
          operation writeNewLine
abstract  void writeString(String value)
          operation writeString
 void writeUnlimitedNatural(UnlimitedNatural value)
          operation writeUnlimitedNatural
 
Methods inherited from class fUML.Library.ChannelImplementation.OutputChannelObject
isFull, write
 
Methods inherited from class fUML.Library.ChannelImplementation.ChannelObject
close, getName, isOpen, open
 
Methods inherited from class fUML.Library.LibraryClassImplementation.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

TextOutputChannelObject

public TextOutputChannelObject()
Method Detail

writeString

public abstract void writeString(String value)
operation writeString


writeNewLine

public abstract void writeNewLine()
operation writeNewLine


writeLine

public void writeLine(String value)
operation writeLine


writeInteger

public void writeInteger(int value)
operation writeInteger


writeBoolean

public void writeBoolean(boolean value)
operation writeBoolean


writeUnlimitedNatural

public void writeUnlimitedNatural(UnlimitedNatural value)
operation writeUnlimitedNatural


execute

public void execute(OperationExecution execution)
operation execute

Overrides:
execute in class OutputChannelObject


Copyright © 2012. All Rights Reserved.