fUML.Semantics.Classes.Kernel
Class Evaluation

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Evaluation
Direct Known Subclasses:
InstanceValueEvaluation, LiteralEvaluation

public abstract class Evaluation
extends SemanticVisitor

An implementation of the model object ' fUML::Semantics::Classes::Kernel::Evaluation'.

The following features are implemented:


Field Summary
 Locus locus
           
 ValueSpecification specification
           
 
Constructor Summary
Evaluation()
           
 
Method Summary
abstract  Value evaluate()
          operation evaluate
 
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, toString, wait, wait, wait
 

Field Detail

specification

public ValueSpecification specification

locus

public Locus locus
Constructor Detail

Evaluation

public Evaluation()
Method Detail

evaluate

public abstract Value evaluate()
operation evaluate



Copyright © 2012. All Rights Reserved.