fUML.Semantics.Loci.LociL1
Class Locus

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.Locus

public class Locus
extends FumlObject

An implementation of the model object ' fUML::Semantics::Loci::LociL1::Locus'.

The following features are implemented:


Field Summary
 Executor executor
           
 ExtensionalValueList extensionalValues
           
 ExecutionFactory factory
           
 
Constructor Summary
Locus()
           
 
Method Summary
 void add(ExtensionalValue value)
          operation add
 boolean conforms(Classifier type, Classifier classifier)
          operation conforms
 ExtensionalValueList getExtent(Classifier classifier)
          operation getExtent
 Object_ instantiate(Class_ type)
          operation instantiate
 void remove(ExtensionalValue value)
          operation remove
 void setExecutor(Executor executor)
          operation setExecutor
 void setFactory(ExecutionFactory factory)
          operation setFactory
 
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

executor

public Executor executor

factory

public ExecutionFactory factory

extensionalValues

public ExtensionalValueList extensionalValues
Constructor Detail

Locus

public Locus()
Method Detail

setExecutor

public void setExecutor(Executor executor)
operation setExecutor


setFactory

public void setFactory(ExecutionFactory factory)
operation setFactory


getExtent

public ExtensionalValueList getExtent(Classifier classifier)
operation getExtent


add

public void add(ExtensionalValue value)
operation add


remove

public void remove(ExtensionalValue value)
operation remove


instantiate

public Object_ instantiate(Class_ type)
operation instantiate


conforms

public boolean conforms(Classifier type,
                        Classifier classifier)
operation conforms



Copyright © 2012. All Rights Reserved.