|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelFileReference
Field Summary |
---|
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
NEWLINE |
Method Summary | |
---|---|
String |
getFileName()
Return the file name. |
IPackage |
getModel()
Returns the model referred to by this reference, it has been resolved. |
boolean |
isAbsolute()
Returns true if the file name is absolute, i.e. |
boolean |
isModelResolved()
Returns true if the model has been resolved in which case it can be accessed
via IModelFileReference.getModel , false otherwise. |
void |
resolveModel(IPackage model)
Attaches a model resolved from this model file reference. |
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
accept, dump, getColumn, getLine, getUserData, setUserData |
Method Detail |
---|
String getFileName()
boolean isAbsolute()
boolean isModelResolved()
true
if the model has been resolved in which case it can be accessed
via IModelFileReference.getModel
, false
otherwise.
true
if the model has been resolved, false
otherwise.IPackage getModel()
void resolveModel(IPackage model)
model
- The resolved model for this model file reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |