fUML.Semantics.Activities.IntermediateActivities
Class Offer

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Activities.IntermediateActivities.Offer

public class Offer
extends FumlObject

An implementation of the model object ' fUML::Semantics::Activities::IntermediateActivities::Offer'.

The following features are implemented:


Field Summary
 TokenList offeredTokens
           
 
Constructor Summary
Offer()
           
 
Method Summary
 int countOfferedValues()
          operation countOfferedValues
 TokenList getOfferedTokens()
          operation getOfferedTokens
 boolean hasTokens()
          operation hasTokens
 void removeOfferedValues(int count)
          operation removeOfferedValues
 void removeWithdrawnTokens()
          operation removeWithdrawnTokens
 
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

offeredTokens

public TokenList offeredTokens
Constructor Detail

Offer

public Offer()
Method Detail

countOfferedValues

public int countOfferedValues()
operation countOfferedValues


getOfferedTokens

public TokenList getOfferedTokens()
operation getOfferedTokens


removeOfferedValues

public void removeOfferedValues(int count)
operation removeOfferedValues


removeWithdrawnTokens

public void removeWithdrawnTokens()
operation removeWithdrawnTokens


hasTokens

public boolean hasTokens()
operation hasTokens



Copyright © 2012. All Rights Reserved.