org.openanzo.server.repository.graph
Class RdfMap.RoleHistory

java.lang.Object
  extended by org.openanzo.server.repository.graph.RdfMap.RoleHistory
Enclosing class:
RdfMap

public static final class RdfMap.RoleHistory
extends java.lang.Object

Grounding and constraint definitions for Role/SubRole queries


Field Summary
static Constraint hend
          Constraint that ensures hend is null, or hend >= end variable
static Constraint hendNull
          Constraint that ensures hend is null
static Constraint hstart
          Constraint that ensures hstart <= the start variable
static Constraint idEqualsAciRoleIdConstraint
          Constraint that ensures
static SubjectGrounding roleGrounding
          Subject grounding that
static SubjectGrounding roleGroundingLive
          Subject grounding that
static Constraint roleIdEqualsSubRoleOfId
          Constraint that ensures
static Constraint subrolehend
          Constraint that ensures hend is null, or hend >= end variable
static Constraint subrolehendNull
          Constraint that ensures hend is null
static Constraint subrolehstart
          Constraint that ensures hstart <= the start variable
static PropertyGrounding subRoleOf
          Property grounding for
static PropertyGrounding type
          Property grounding for
 
Constructor Summary
RdfMap.RoleHistory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idEqualsAciRoleIdConstraint

public static final Constraint idEqualsAciRoleIdConstraint
Constraint that ensures


hstart

public static final Constraint hstart
Constraint that ensures hstart <= the start variable


hend

public static final Constraint hend
Constraint that ensures hend is null, or hend >= end variable


hendNull

public static final Constraint hendNull
Constraint that ensures hend is null


subrolehstart

public static final Constraint subrolehstart
Constraint that ensures hstart <= the start variable


subrolehend

public static final Constraint subrolehend
Constraint that ensures hend is null, or hend >= end variable


subrolehendNull

public static final Constraint subrolehendNull
Constraint that ensures hend is null


roleIdEqualsSubRoleOfId

public static final Constraint roleIdEqualsSubRoleOfId
Constraint that ensures


type

public static final PropertyGrounding type
Property grounding for


subRoleOf

public static final PropertyGrounding subRoleOf
Property grounding for


roleGrounding

public static final SubjectGrounding roleGrounding
Subject grounding that


roleGroundingLive

public static final SubjectGrounding roleGroundingLive
Subject grounding that

Constructor Detail

RdfMap.RoleHistory

public RdfMap.RoleHistory()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.