public class Operation extends AccessObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
Operation() |
Operation(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
String |
getConcurrency() |
List |
getExceptions() |
String |
getExportControl() |
List |
getParameters() |
SemanticInfo |
getPostCondition() |
String |
getResult() |
SemanticInfo |
getSemantics() |
int |
getUid() |
void |
setConcurrency(String c) |
void |
setExceptions(List o) |
void |
setExportControl(String o) |
void |
setParameters(List o) |
void |
setPostCondition(SemanticInfo c) |
void |
setResult(String c) |
void |
setSemantics(SemanticInfo c) |
void |
setUid(int uid) |
getDocumentation, getNameParameter, getStereotype, isPrivate, isProtected, isPublic, setDocumentation, setNameParameter, setStereotype
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public Operation(PetalNode parent, Collection params)
public Operation()
public List getParameters()
public void setParameters(List o)
public List getExceptions()
public void setExceptions(List o)
public String getConcurrency()
public void setConcurrency(String c)
public String getResult()
public void setResult(String c)
public void setPostCondition(SemanticInfo c)
public SemanticInfo getPostCondition()
public void setSemantics(SemanticInfo c)
public SemanticInfo getSemantics()
public int getUid()
public void setUid(int uid)
public String getExportControl()
getExportControl
in interface AccessQualified
getExportControl
in class AccessObject
public void setExportControl(String o)
setExportControl
in interface AccessQualified
setExportControl
in class AccessObject
Copyright © 2018 BITPlan GmbH. All rights reserved.