- getActionType() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
Get the action type for the functin.
- getActionType() - Method in interface org.xenei.jena.entities.PredicateInfo
-
- getEffectivePredicate() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getEntityManager() - Static method in class org.xenei.jena.entities.EntityManagerFactory
-
- getHandler(EntityManager, Class<?>, EffectivePredicate) - Static method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
Get the ObjectHandler for a predicate.
- getImplementedClass() - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
- getImplementedClass() - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the class that was annotated with the Subject annotation.
- getMethodName() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getMethodName() - Method in interface org.xenei.jena.entities.PredicateInfo
-
Get the method name that this predicate info is describing.
- getNamespace() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getNamespace() - Method in interface org.xenei.jena.entities.PredicateInfo
-
Get the namespace URI for the predicate.
- getObjectHandler() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getPostExec() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getPostExec() - Method in interface org.xenei.jena.entities.PredicateInfo
-
List of methods to execute after the exec
- getPredicateInfo(Method) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
- getPredicateInfo(String, Class<?>) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
- getPredicateInfo(Method) - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the predicateInfo or return null if not found
- getPredicateInfo(String, Class<?>) - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the predicate info for a method.
- getPredicateProperty(Method) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
Get the RDF Property for the method
- getPredicateProperty(String) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
Get the RDF property for a method name.
- getPredicateProperty(Method) - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the Property that is the predicate for the method.
- getPredicateProperty(String) - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the Property that is the predicate for the method.
- getPredicateUriStr(Method) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
- getPredicateUriStr(String) - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
- getPredicateUriStr(Method) - Method in interface org.xenei.jena.entities.SubjectInfo
-
The the URI string of the predicate property.
- getPredicateUriStr(String) - Method in interface org.xenei.jena.entities.SubjectInfo
-
The the URI string of the predicate property.
- getPrimitiveClass(Class<?>) - Static method in class org.xenei.jena.entities.impl.TypeChecker
-
Get the primitive class that is equivalent to clazz.
- getProperty() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getProperty() - Method in interface org.xenei.jena.entities.PredicateInfo
-
Get the predicate as a property.
- getResource() - Method in interface org.xenei.jena.entities.ResourceWrapper
-
Get the wrapped resource.
- getSubject(Class<?>) - Method in interface org.xenei.jena.entities.EntityManager
-
Get the subject annotation for the class.
- getSubject(Class<?>) - Method in class org.xenei.jena.entities.impl.EntityManagerImpl
-
- getSubject() - Method in class org.xenei.jena.entities.impl.SubjectInfoImpl
-
Get the subject annotation for this class.
- getSubject() - Method in interface org.xenei.jena.entities.SubjectInfo
-
Get the @Subject annotation object for this subject.
- getSubjectInfo(Class<?>) - Method in interface org.xenei.jena.entities.EntityManager
-
Get the SubjectInfo for the class.
- getSubjectInfo(Class<?>) - Method in class org.xenei.jena.entities.impl.EntityManagerImpl
-
- getUriString() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getUriString() - Method in interface org.xenei.jena.entities.PredicateInfo
-
Get the predicate URI as a string.
- getValueClass() - Method in class org.xenei.jena.entities.impl.PredicateInfoImpl
-
- getValueClass() - Method in interface org.xenei.jena.entities.PredicateInfo
-
get the value class.
- parse(String) - Static method in enum org.xenei.jena.entities.impl.ActionType
-
Parse the action type from the function name.
- parse(Method) - Method in class org.xenei.jena.entities.impl.MethodParser
-
Parse the class if necessary.
- parseClasses(String) - Method in interface org.xenei.jena.entities.EntityManager
-
Parses the the classes in a package (and subpackages) looking for Subject
annotated classes.
- parseClasses(String[]) - Method in interface org.xenei.jena.entities.EntityManager
-
Parses the the classes in an array of packages (and subpackages) looking
for Subject annotated classes.
- parseClasses(String) - Method in class org.xenei.jena.entities.impl.EntityManagerImpl
-
- parseClasses(String[]) - Method in class org.xenei.jena.entities.impl.EntityManagerImpl
-
- parseObject(RDFNode) - Method in class org.xenei.jena.entities.impl.handlers.EntityHandler
-
Use the entity manager to create an instance of the valueClass from the
resource.
- parseObject(RDFNode) - Method in class org.xenei.jena.entities.impl.handlers.LiteralHandler
-
Convert a Literal to an object using the Literaldata type to parse it.
- parseObject(RDFNode) - Method in class org.xenei.jena.entities.impl.handlers.ResourceHandler
-
Returns the argument
- parseObject(RDFNode) - Method in class org.xenei.jena.entities.impl.handlers.UriHandler
-
Return the URI string for the RDFnode
- parseObject(RDFNode) - Method in class org.xenei.jena.entities.impl.handlers.VoidHandler
-
convert the node to a null
- parseObject(RDFNode) - Method in interface org.xenei.jena.entities.impl.ObjectHandler
-
Parse the RDF node into an object.
- parseValidated(String) - Method in class org.xenei.jena.entities.impl.datatype.CharacterDatatype
-
Parse the single character string into a Character object.
- parseValidated(String) - Method in class org.xenei.jena.entities.impl.datatype.CharDatatype
-
Parse the single character string into a char.class object.
- Predicate - Annotation Type in org.xenei.jena.entities.annotations
-
An annotation that modifies the standard info about a property.
- PredicateInfo - Interface in org.xenei.jena.entities
-
Information about the predicate.
- PredicateInfoImpl - Class in org.xenei.jena.entities.impl
-
The parsed information about a predicate method.
- PredicateInfoImpl(EntityManager, EffectivePredicate, String, Class<?>) - Constructor for class org.xenei.jena.entities.impl.PredicateInfoImpl
-
Constructor.
- PredicateInfoImpl(PredicateInfoImpl) - Constructor for class org.xenei.jena.entities.impl.PredicateInfoImpl
-