public class FeatureSet extends org.apache.jena.atlas.io.PrintableBase implements Iterable<Feature>
| Constructor and Description |
|---|
FeatureSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(Feature feature) |
Feature |
getFeature(String name) |
List<Feature> |
getFeatures() |
boolean |
hasFeature(Feature feature) |
boolean |
hasFeature(String name) |
Iterator<Feature> |
iterator() |
void |
output(org.apache.jena.atlas.io.IndentedWriter out) |
toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void addFeature(Feature feature)
public boolean hasFeature(Feature feature)
public boolean hasFeature(String name)
public void output(org.apache.jena.atlas.io.IndentedWriter out)
output in interface org.apache.jena.atlas.io.PrintableLicenced under the Apache License, Version 2.0