Package g3.project.elements
Interface Includable
-
- All Known Implementing Classes:
ImageElement
,PlayableElement
,ScriptElement
,TextElement
public interface Includable
- Author:
- Group 3
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INCLUDE_ATTR
Include Source Attribute.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getSourceLoc()
Return the source path or URL.
-
-
-
Field Detail
-
INCLUDE_ATTR
static final java.lang.String INCLUDE_ATTR
Include Source Attribute.- See Also:
- Constant Field Values
-
-