fUML.Semantics.Classes.Kernel
Class RealValue

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.PrimitiveValue
                  extended by fUML.Semantics.Classes.Kernel.RealValue

public class RealValue
extends PrimitiveValue


Field Summary
 float value
           
 
Fields inherited from class fUML.Semantics.Classes.Kernel.PrimitiveValue
type
 
Constructor Summary
RealValue()
           
 
Method Summary
 Value copy()
           
 boolean equals(Value otherValue)
           
protected  Value new_()
           
 ValueSpecification specify()
           
 java.lang.String toString()
           
 
Methods inherited from class fUML.Semantics.Classes.Kernel.PrimitiveValue
getTypes
 
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
 

Field Detail

value

public float value
Constructor Detail

RealValue

public RealValue()
Method Detail

specify

public ValueSpecification specify()
Specified by:
specify in class Value

equals

public boolean equals(Value otherValue)
Overrides:
equals in class Value

copy

public Value copy()
Overrides:
copy in class PrimitiveValue

new_

protected Value new_()
Specified by:
new_ in class Value

toString

public java.lang.String toString()
Specified by:
toString in class Value


Copyright © 2015. All Rights Reserved.