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 boolean
The exported flag.protected String
The referenced element name.protected boolean
The 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.boolean
Get the exported.boolean
isResult()
Get the result.void
setExported
(boolean exported) The exported to set.void
The ref to set.void
setResult
(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
-