Constructor and Description |
---|
ConnectedComponent() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCollection()
Returns true iff this
ConnectedComponent
can match a substring whose length is greater than 1. |
boolean |
isRequired()
Returns true iff this
ConnectedComponent
forms a cut set of a graph. |
Iterator<Element> |
iterator() |
String |
toString()
Just produces debug representation
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public final boolean isCollection()
ConnectedComponent
can match a substring whose length is greater than 1.
That means this property will become a collection property.
public final boolean isRequired()
ConnectedComponent
forms a cut set of a graph.
That means any valid element sequence must have at least one value for this property.
Copyright © 2021 JBoss by Red Hat. All rights reserved.