|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMElementReference
A reference to another element of the same type.
Field Summary |
---|
Fields inherited from interface jadex.model.IMReferenceableElement |
---|
EXPORTED_FALSE, EXPORTED_SHIELDED, EXPORTED_TRUE |
Method Summary | |
---|---|
IMReferenceableElement |
getOriginalElement()
Recursively resolves all references (if any). |
String |
getReference()
Get the referenced element name. |
IMReferenceableElement |
getReferencedElement()
Get the referenced element. |
boolean |
isAbstract()
Is the element reference abstract (i.e. does not provide an assign-from element). |
boolean |
isRequired()
Is an implementation of this element required. |
void |
setAbstract(boolean abs)
Set the element reference to abstract (i.e. does not provide an assign-from element). |
void |
setReference(String ref)
Set the referenced element name. |
void |
setRequired(boolean required)
Set the required flag of the reference. |
Methods inherited from interface jadex.model.IMReferenceableElement |
---|
createAssignTo, deleteAssignTo, getAssignToElements, getAssignTos, getExported, setExported |
Methods inherited from interface jadex.model.IMElement |
---|
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName |
Method Detail |
---|
boolean isAbstract()
void setAbstract(boolean abs)
abs
- True, if element is abstract.boolean isRequired()
void setRequired(boolean required)
required
- The required flag.String getReference()
void setReference(String ref)
ref
- The reference.IMReferenceableElement getReferencedElement()
IMReferenceableElement getOriginalElement()
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.