fUML.Library.ChannelImplementation
Class StandardOutputChannelObject

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
                                              extended by fUML.Library.ChannelImplementation.StandardOutputChannelObject

public class StandardOutputChannelObject
extends TextOutputChannelObject

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

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
StandardOutputChannelObject()
           
 
Method Summary
 void close()
          operation close
 String getName()
          operation getName
 boolean isFull()
          operation isFull
 boolean isOpen()
          operation isOpen
 Value new_()
          operation new_
 void open()
          operation open
 void write(Value value)
          operation write
 void writeLine(String value)
          operation writeLine
 void writeNewLine()
          operation writeNewLine
 void writeString(String value)
          operation writeString
 
Methods inherited from class fUML.Library.ChannelImplementation.TextOutputChannelObject
execute, writeBoolean, writeInteger, writeUnlimitedNatural
 
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

StandardOutputChannelObject

public StandardOutputChannelObject()
Method Detail

writeLine

public void writeLine(String value)
operation writeLine

Overrides:
writeLine in class TextOutputChannelObject

getName

public String getName()
operation getName

Specified by:
getName in class ChannelObject

open

public void open()
operation open

Specified by:
open in class ChannelObject

close

public void close()
operation close

Specified by:
close in class ChannelObject

isOpen

public boolean isOpen()
operation isOpen

Specified by:
isOpen in class ChannelObject

write

public void write(Value value)
operation write

Specified by:
write in class OutputChannelObject

writeString

public void writeString(String value)
operation writeString

Specified by:
writeString in class TextOutputChannelObject

writeNewLine

public void writeNewLine()
operation writeNewLine

Specified by:
writeNewLine in class TextOutputChannelObject

new_

public Value new_()
operation new_


isFull

public boolean isFull()
operation isFull

Specified by:
isFull in class OutputChannelObject


Copyright © 2012. All Rights Reserved.