|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Semantics.Loci.LociL1.SemanticVisitor
fUML.Semantics.Classes.Kernel.Value
fUML.Semantics.Classes.Kernel.StructuredValue
fUML.Semantics.Classes.Kernel.CompoundValue
fUML.Semantics.Classes.Kernel.ExtensionalValue
fUML.Semantics.Classes.Kernel.Object_
org.modeldriven.fuml.library.libraryclass.ImplementationObject
org.modeldriven.fuml.library.channel.ChannelObject
org.modeldriven.fuml.library.channel.InputChannelObject
org.modeldriven.fuml.library.channel.TextInputChannelObject
public abstract class 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 | |
|---|---|
TextInputChannelObject()
|
|
| Method Summary | |
|---|---|
void |
execute(OperationExecution execution)
operation execute |
abstract String |
peekCharacter(Status errorStatus)
|
abstract Boolean |
readBoolean(Status errorStatus)
|
abstract String |
readCharacter(Status errorStatus)
|
abstract Integer |
readInteger(Status errorStatus)
|
abstract 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, 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 |
|---|
public TextInputChannelObject()
| Method Detail |
|---|
public abstract String readCharacter(Status errorStatus)
public abstract String peekCharacter(Status errorStatus)
public abstract String readLine(Status errorStatus)
public abstract Integer readInteger(Status errorStatus)
public abstract Boolean readBoolean(Status errorStatus)
public abstract UnlimitedNatural readUnlimitedNatural(Status errorStatus)
public void execute(OperationExecution execution)
ImplementationObject
execute in class InputChannelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||