Package org.apache.jena.graph
Interface FrontsNode
- All Known Subinterfaces:
AllDifferent
,AllValuesFromRestriction
,Alt
,AnnotationProperty
,Bag
,BooleanClassDescription
,CardinalityQRestriction
,CardinalityRestriction
,ComplementClass
,Container
,DataRange
,DatatypeProperty
,EnumeratedClass
,FunctionalProperty
,HasValueRestriction
,Individual
,IntersectionClass
,InverseFunctionalProperty
,Literal
,MaxCardinalityQRestriction
,MaxCardinalityRestriction
,MinCardinalityQRestriction
,MinCardinalityRestriction
,ObjectProperty
,OntClass
,Ontology
,OntProperty
,OntResource
,Property
,QualifiedRestriction
,RDFList
,RDFNode
,ReifiedStatement
,Resource
,Restriction
,Seq
,SomeValuesFromRestriction
,SymmetricProperty
,TransitiveProperty
,UnionClass
- All Known Implementing Classes:
AllDifferentImpl
,AllValuesFromRestrictionImpl
,AltImpl
,AnnotationPropertyImpl
,BagImpl
,BooleanClassDescriptionImpl
,CardinalityQRestrictionImpl
,CardinalityRestrictionImpl
,ComplementClassImpl
,ContainerImpl
,DataRangeImpl
,DatatypePropertyImpl
,EnhNode
,EnumeratedClassImpl
,FunctionalPropertyImpl
,HasValueRestrictionImpl
,IndividualImpl
,IntersectionClassImpl
,InverseFunctionalPropertyImpl
,LiteralImpl
,MaxCardinalityQRestrictionImpl
,MaxCardinalityRestrictionImpl
,MinCardinalityQRestrictionImpl
,MinCardinalityRestrictionImpl
,ObjectPropertyImpl
,OntClassImpl
,OntologyImpl
,OntPropertyImpl
,OntResourceImpl
,PropertyImpl
,QualifiedRestrictionImpl
,RDFListImpl
,ReifiedStatementImpl
,ResourceImpl
,RestrictionImpl
,SeqImpl
,SomeValuesFromRestrictionImpl
,SymmetricPropertyImpl
,TransitivePropertyImpl
,UnionClassImpl
public interface FrontsNode
HasNode - interface for objects that front a Node in some context. The critical
semantics for HasNode is that classes implementing HasNode promise that
their .equals() is based *only* on the underlying Node.
-
Method Summary
-
Method Details
-
asNode
Node asNode()Answer the Node associated with this object.
-