org.infolayer.model.op
Class OpAny

java.lang.Object
  extended byorg.infolayer.model.PredefinedOperation
      extended byorg.infolayer.model.op.OpAny
All Implemented Interfaces:
OperationImpl

public class OpAny
extends PredefinedOperation


Field Summary
 
Fields inherited from interface org.infolayer.model.OperationImpl
DETERMINISTIC, IL_EXTENSION, NO_PARAMETER, QUERY, SIDE_EFFECTS
 
Constructor Summary
OpAny(UmlModel model, int op)
           
 
Method Summary
 java.lang.Object eval(java.lang.Object[] param)
           
 UmlClassifier[] getParameterTypes()
           
 UmlClassifier getType()
           
 boolean isDeterministic()
           
 boolean isQuery()
           
static void register(UmlClassifier oa)
           
 
Methods inherited from class org.infolayer.model.PredefinedOperation
eval
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpAny

public OpAny(UmlModel model,
             int op)
Method Detail

register

public static void register(UmlClassifier oa)

eval

public java.lang.Object eval(java.lang.Object[] param)

getParameterTypes

public UmlClassifier[] getParameterTypes()

getType

public UmlClassifier getType()

isQuery

public boolean isQuery()

isDeterministic

public boolean isDeterministic()