Package de.spraener.nxtgen.invocation
Class NextGenInvocation
java.lang.Object
de.spraener.nxtgen.invocation.NextGenInvocation
- All Implemented Interfaces:
ModelLoader,Runnable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic NextGenInvocation.Builderbuilder()booleanIs this instance of ModelLoader able to handle the requested model?Load the Data from the given URI and return a fresh new instance of Model.voidrun()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.spraener.nxtgen.ModelLoader
getModelElementFactory
-
Method Details
-
builder
-
run
public void run() -
canHandle
Description copied from interface:ModelLoaderIs this instance of ModelLoader able to handle the requested model?- Specified by:
canHandlein interfaceModelLoader- Parameters:
modelURI- and URI to the model. It could be a file, a URL ore any other URI- Returns:
- true if the ModelLoader can handle the model.
-
loadModel
Description copied from interface:ModelLoaderLoad the Data from the given URI and return a fresh new instance of Model.- Specified by:
loadModelin interfaceModelLoader- Returns:
- Model
- See Also:
-