- All Superinterfaces:
Groupable
,Groupable
,PatternItem
,PatternItem
,PatternPath
public interface PatternPath extends PatternPath, PatternItem
-
Method Summary
Modifier and Type Method Description boolean
isChangeable()
void
setElements(List<Double> keys, List<? extends AbstractNodeItem> nodes, List<? extends AbstractEdgeItem> edges)
PatternPath
toReadOnly()
-
Method Details
-
isChangeable
boolean isChangeable() -
setElements
void setElements(List<Double> keys, List<? extends AbstractNodeItem> nodes, List<? extends AbstractEdgeItem> edges) throws IllegalChangeException, IllegalComponentException -
toReadOnly
PatternPath toReadOnly()- Specified by:
toReadOnly
in interfaceGroupable
- Specified by:
toReadOnly
in interfacePatternItem
-