- All Known Subinterfaces:
ModelDocument
,OVLDocument
public interface Document
This interface is supertype for all possible
documents in Omix.
- Since:
- Omix 2.0.0
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description URL
getDocumentURL()
The storage path of the document as URL.boolean
isActive()
-
Method Details
-
isActive
boolean isActive()- Returns:
- true if document is active
-
getDocumentURL
URL getDocumentURL()The storage path of the document as URL.- Returns:
- document URL. May be
null
if document has not yet been saved.
-