|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.dynamic.DynamicUtilities
public class DynamicUtilities
Dynamic Utilities
Constructor Summary | |
---|---|
DynamicUtilities()
|
Method Summary | |
---|---|
static boolean |
isActionType(PropertyCollection<?,?> type)
check if a type is an action |
static boolean |
isCollectionListInstanceType(PropertyCollection<?,?> type)
check if a type is a collection list instance type |
static boolean |
isDeductionRuleType(PropertyCollection<?,?> type)
check if a type is a deduction rule |
static boolean |
isEnumerationType(PropertyCollection<?,?> type)
check if a type is an enumeration type |
static boolean |
isInstanceReferenceType(PropertyCollection<?,?> type)
check if a type is a instance reference |
static boolean |
isOrderedListType(PropertyCollection<?,?> type)
is Ordered List Type |
static boolean |
isOrderedParameterType(PropertyCollection<?,?> type)
check if a type is an ordered parameter |
static boolean |
isParameterType(PropertyCollection<?,?> type)
check if a type is a parameter |
static boolean |
isPropertyCollectionType(PropertyCollection<?,?> type)
check if a type is a property collection type |
static boolean |
isPropertyInstanceType(PropertyCollection<?,?> type)
check if a type is a property instance type |
static boolean |
isPropertyListType(PropertyCollection<?,?> type)
check if a type is a property list type |
static boolean |
isPropertyPackageType(PropertyCollection<?,?> type)
check if a type is a property package type |
static boolean |
isSchemaType(PropertyCollection<?,?> type)
check if a type is a schema layer type |
static boolean |
isStaticInstanceReferenceType(PropertyCollection<?,?> type)
check if a type is a static instance reference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicUtilities()
Method Detail |
---|
public static boolean isStaticInstanceReferenceType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isParameterType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isOrderedParameterType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isInstanceReferenceType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isDeductionRuleType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isActionType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isSchemaType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isEnumerationType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isPropertyCollectionType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isPropertyPackageType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isPropertyInstanceType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isPropertyListType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isCollectionListInstanceType(PropertyCollection<?,?> type)
type
- the type to check
public static boolean isOrderedListType(PropertyCollection<?,?> type)
type
- the type to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |