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 class
StateFeatures.Feature.Type
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
compareTo(StateFeatures.Feature o)
abstract List<Integer>
permutation()
static StateFeatures.Feature
permutation(List<Integer> permutation)
abstract int
roundRobinCounter()
static StateFeatures.Feature
roundRobinCounter(int roundRobinCounter)
abstract SortedSet<Integer>
temporalOperatorsProfile()
static StateFeatures.Feature
temporalOperatorsProfile(SortedSet<Integer> temporalOperatorsProfile)
static StateFeatures.Feature
temporalOperatorsProfileFromBitset(int... temporalOperatorsProfile)
static StateFeatures.Feature
temporalOperatorsProfileFromBitset(BitSet temporalOperatorsProfile)
abstract StateFeatures.Feature.Type
type()
-
-
-
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:
compareTo
in interfaceComparable<StateFeatures.Feature>
-
-