Package jadex.bdi.model
Class MElementRef
java.lang.Object
jadex.bdi.model.MElement
jadex.bdi.model.MElementRef
Reference to another element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe exported flag.protected StringThe referenced element name.protected booleanThe exported flag.Fields inherited from class jadex.bdi.model.MElement
CAPABILITY_SEPARATOR, description, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Get the ref.booleanGet the exported.booleanisResult()Get the result.voidsetExported(boolean exported) The exported to set.voidThe ref to set.voidsetResult(boolean result) The result to set.Methods inherited from class jadex.bdi.model.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
-
Field Details
-
ref
The referenced element name. -
exported
protected boolean exportedThe exported flag. -
result
protected boolean resultThe exported flag.
-
-
Constructor Details
-
MElementRef
public MElementRef()
-
-
Method Details
-
getRef
Get the ref.- Returns:
- The ref
-
setRef
The ref to set.- Parameters:
ref- The ref to set
-
isExported
public boolean isExported()Get the exported.- Returns:
- The exported
-
setExported
public void setExported(boolean exported) The exported to set.- Parameters:
exported- The exported to set
-
isResult
public boolean isResult()Get the result.- Returns:
- The result
-
setResult
public void setResult(boolean result) The result to set.- Parameters:
result- The result to set
-