Uses of Interface
edu.fiu.jtlex.data.IInstance
-
Uses of IInstance in edu.fiu.jtlex.data
Classes in edu.fiu.jtlex.data that implement IInstance Modifier and Type Class Description classInstanceDefault implementation ofIMakeInstance.Methods in edu.fiu.jtlex.data that return IInstance Modifier and Type Method Description IInstanceITimeMLParser. parseInstance(java.lang.String instanceString)A parser method which takes the string input representing an Instance and parses it to get the Instance object.IInstanceTimeMLParser. parseInstance(java.lang.String instanceString)A method for parsing an instance from a string.Methods in edu.fiu.jtlex.data that return types with arguments of type IInstance Modifier and Type Method Description java.util.Set<IInstance>IText. getInstances()Returns a set view of all the instances.java.util.Set<IInstance>Text. getInstances()Returns the instances.java.util.Set<IInstance>IText. getRelatedInstances(IEvent event)Returns the Instances related to the event passedjava.util.Set<IInstance>Text. getRelatedInstances(IEvent event)Finds and returns the related instances to an event.