Package repast.simphony.integration
Class FileDef
java.lang.Object
repast.simphony.integration.FileDef
A simple class used as the root object for Bean querying. This allows bean querying to use the
same XPath expressions as with DOM querying (meaning they both can start with /FileDef).
- Author:
- Jerry Vos
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileDef
Constructs this with the specified object to return fromgetFileDef()
.- Parameters:
fileDef
- the object to return in the getter
-
-
Method Details
-
getFileDef
Returns the given FileDef object.- Returns:
- the given FileDef object
-