Uses of Class
sl.Frame

Packages that use Frame
sl   
 

Uses of Frame in sl
 

Methods in sl that return Frame
 Frame DefaultOntology.createFrame(java.lang.Object o, java.lang.String roleName)
          Creates a frame from a given Java Object representing an instance of a given role.
 Frame Ontology.createFrame(java.lang.Object o, java.lang.String roleName)
          Creates a Frame object from a given Java object.
 Frame SL0Parser.ContentExpression()
           
 Frame SL0Parser.Wff()
           
 Frame SL0Parser.ActionExpression()
           
 

Methods in sl with parameters of type Frame
private  java.lang.Object DefaultOntology.createSingleObject(Frame f)
           
 void DefaultOntology.check(Frame f)
          Checks whether a given frame is correct with respect to this ontology.
private  java.lang.Object DefaultOntology.initObject(Frame f, java.lang.Object entity, java.lang.Class theRoleClass)
           
private  void DefaultOntology.buildFromObject(Frame f, FrameSchema fs, java.lang.Object o, java.lang.Class theRoleClass)
           
 java.lang.Object DefaultOntology.create(Frame f)
           
 void FrameSchema.checkAgainst(Frame f)
           
 void Ontology.check(Frame f)
          Checks whether the given Frame object represents a valid instance of some role, making sure that every slot has the correct category and type and that no mandatory slot has a null value.
 java.lang.Object Ontology.create(Frame f)
          Creates an object, starting from a given frame.
 java.lang.String SL0Encoder.encode(Frame f)
           
private  void SL0Encoder.writeFrame(Frame f, java.io.Writer w)
           
 void SL0Parser.FunctionalTermParams(Frame result)
           
 void SL0Parser.Parameter(Frame result)
          Notice that this production, as a side effect, also adds a slot to result.
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.