Package org.togglz.core.metadata
Class SimpleFeatureGroup
- java.lang.Object
-
- org.togglz.core.metadata.SimpleFeatureGroup
-
- All Implemented Interfaces:
FeatureGroup
public class SimpleFeatureGroup extends Object implements FeatureGroup
Simple version of aFeatureGroupthat gets all information in the constructor
-
-
Constructor Summary
Constructors Constructor Description SimpleFeatureGroup(String label)
-
-
-
Constructor Detail
-
SimpleFeatureGroup
public SimpleFeatureGroup(String label)
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceFeatureGroup
-
contains
public boolean contains(Feature feature)
- Specified by:
containsin interfaceFeatureGroup
-
-