org.modeldriven.fuml.library.channel
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 org.modeldriven.fuml.library.libraryclass.ImplementationObject
                                  extended by org.modeldriven.fuml.library.channel.ChannelObject
                                      extended by org.modeldriven.fuml.library.channel.OutputChannelObject
                                          extended by org.modeldriven.fuml.library.channel.TextOutputChannelObject
                                              extended by org.modeldriven.fuml.library.channel.StandardOutputChannelObject

public class StandardOutputChannelObject
extends TextOutputChannelObject


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(Status errorStatus)
           
 String getName()
           
 boolean isFull()
           
 boolean isOpen()
           
 Value new_()
          operation new_
 void open(Status errorStatus)
           
 void write(Value value, Status errorStatus)
           
 void writeNewLine(Status errorStatus)
           
 void writeString(String value, Status errorStatus)
           
 
Methods inherited from class org.modeldriven.fuml.library.channel.TextOutputChannelObject
execute, writeBoolean, writeInteger, writeLine, writeUnlimitedNatural
 
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

StandardOutputChannelObject

public StandardOutputChannelObject()
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

isFull

public boolean isFull()
Specified by:
isFull in class OutputChannelObject

write

public void write(Value value,
                  Status errorStatus)
Specified by:
write in class OutputChannelObject

writeString

public void writeString(String value,
                        Status errorStatus)
Specified by:
writeString in class TextOutputChannelObject

writeNewLine

public void writeNewLine(Status errorStatus)
Specified by:
writeNewLine in class TextOutputChannelObject

new_

public Value new_()
Description copied from class: Object_
operation new_



Copyright © 2012. All Rights Reserved.