Package owl.cinterface
Class StateFeatures.Feature
- java.lang.Object
-
- owl.cinterface.StateFeatures.Feature
-
- All Implemented Interfaces:
Comparable<StateFeatures.Feature>
- Enclosing class:
- StateFeatures
public abstract static class StateFeatures.Feature extends Object implements Comparable<StateFeatures.Feature>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateFeatures.Feature.Type
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(StateFeatures.Feature o)abstract List<Integer>permutation()static StateFeatures.Featurepermutation(List<Integer> permutation)abstract introundRobinCounter()static StateFeatures.FeatureroundRobinCounter(int roundRobinCounter)abstract SortedSet<Integer>temporalOperatorsProfile()static StateFeatures.FeaturetemporalOperatorsProfile(SortedSet<Integer> temporalOperatorsProfile)static StateFeatures.FeaturetemporalOperatorsProfileFromBitset(int... temporalOperatorsProfile)static StateFeatures.FeaturetemporalOperatorsProfileFromBitset(BitSet temporalOperatorsProfile)abstract StateFeatures.Feature.Typetype()
-
-
-
Method Detail
-
type
public abstract StateFeatures.Feature.Type type()
-
roundRobinCounter
public abstract int roundRobinCounter()
-
permutation
public static StateFeatures.Feature permutation(List<Integer> permutation)
-
roundRobinCounter
public static StateFeatures.Feature roundRobinCounter(int roundRobinCounter)
-
temporalOperatorsProfile
public static StateFeatures.Feature temporalOperatorsProfile(SortedSet<Integer> temporalOperatorsProfile)
-
temporalOperatorsProfileFromBitset
public static StateFeatures.Feature temporalOperatorsProfileFromBitset(BitSet temporalOperatorsProfile)
-
temporalOperatorsProfileFromBitset
public static StateFeatures.Feature temporalOperatorsProfileFromBitset(int... temporalOperatorsProfile)
-
compareTo
public int compareTo(StateFeatures.Feature o)
- Specified by:
compareToin interfaceComparable<StateFeatures.Feature>
-
-